Author Topic: Something Bad happened when I moved to a new server!  (Read 17530 times)

0 Members and 1 Guest are viewing this topic.

Offline thunderstrike

  • 4images Guru
  • *******
  • Posts: 2.327
    • View Profile
Re: Something Bad happened when I moved to a new server!
« Reply #15 on: January 14, 2008, 01:50:08 AM »
By way, check for host cPanel access for folder protection setting (and .htaccess in FTP in old gallery). Is possible need for edit. ;)
8 steps need when ask question -

- PHP version (ACP - > phpinfo())
- mySQL version (ACP - > phpinfo())
- 4images version
- Post screenshot / URL
- Post code in BB Code (no need full file for code) or post attach file
- It doesn't work. What is say - what is do for no work
- Install MOD ? If so - please say (troubleshooting)
- Read FAQ ? Install Bug fixes ?

jojomart

  • Guest
Re: Something Bad happened when I moved to a new server!
« Reply #16 on: January 14, 2008, 02:05:36 AM »
My site is backed up - but nothing changed, so how would it fix it to upload everything again?

Offline thunderstrike

  • 4images Guru
  • *******
  • Posts: 2.327
    • View Profile
8 steps need when ask question -

- PHP version (ACP - > phpinfo())
- mySQL version (ACP - > phpinfo())
- 4images version
- Post screenshot / URL
- Post code in BB Code (no need full file for code) or post attach file
- It doesn't work. What is say - what is do for no work
- Install MOD ? If so - please say (troubleshooting)
- Read FAQ ? Install Bug fixes ?

jojomart

  • Guest
Re: Something Bad happened when I moved to a new server!
« Reply #18 on: January 14, 2008, 02:14:49 AM »
By way, check for host cPanel access for folder protection setting (and .htaccess in FTP in old gallery). Is possible need for edit. ;)

Not sure what you mean.  The .htaccess file is the same as before. What do you mean by cPanel access for folder protection setting?  The files are CHMOD the same as on the other server, and I'm not getting any errors on this server. It's just the downloads that are the problem.

This is the only code I can find that redirects to index.php - it's in the file download.php:

Code: [Select]
if (!check_download_token($user_info['lightbox_image_ids'])) {
    redirect("index.php");
  }

Could it be something in there?

Offline thunderstrike

  • 4images Guru
  • *******
  • Posts: 2.327
    • View Profile
Re: Something Bad happened when I moved to a new server!
« Reply #19 on: January 14, 2008, 02:27:09 AM »
What is your PHPInfo()  ?

Create new file and add:

Code: [Select]
<?php
phpinfo
();
?>


Post link to file after. ;)
8 steps need when ask question -

- PHP version (ACP - > phpinfo())
- mySQL version (ACP - > phpinfo())
- 4images version
- Post screenshot / URL
- Post code in BB Code (no need full file for code) or post attach file
- It doesn't work. What is say - what is do for no work
- Install MOD ? If so - please say (troubleshooting)
- Read FAQ ? Install Bug fixes ?

jojomart

  • Guest
Re: Something Bad happened when I moved to a new server!
« Reply #20 on: January 14, 2008, 02:32:54 AM »

Offline thunderstrike

  • 4images Guru
  • *******
  • Posts: 2.327
    • View Profile
Re: Something Bad happened when I moved to a new server!
« Reply #21 on: January 14, 2008, 02:37:08 AM »
I find problem -

Quote
enable_dl   Off   Off

Contact host for:

Quote
enable_dl   On   On
8 steps need when ask question -

- PHP version (ACP - > phpinfo())
- mySQL version (ACP - > phpinfo())
- 4images version
- Post screenshot / URL
- Post code in BB Code (no need full file for code) or post attach file
- It doesn't work. What is say - what is do for no work
- Install MOD ? If so - please say (troubleshooting)
- Read FAQ ? Install Bug fixes ?

jojomart

  • Guest
Re: Something Bad happened when I moved to a new server!
« Reply #22 on: January 14, 2008, 02:39:23 AM »
ooh, I can do that myself - they told me I can change anything I want!

I'll try it, and get back to you...

jojomart

  • Guest
Re: Something Bad happened when I moved to a new server!
« Reply #23 on: January 14, 2008, 02:42:25 AM »
Damn! It didn't work why do you have:

enable_dl   On   On - I only saw one Off and I changed it to On


And it was on Off on the other server, and worked ...

Offline thunderstrike

  • 4images Guru
  • *******
  • Posts: 2.327
    • View Profile
Re: Something Bad happened when I moved to a new server!
« Reply #24 on: January 14, 2008, 02:44:44 AM »
You reboot apache after change this ?
8 steps need when ask question -

- PHP version (ACP - > phpinfo())
- mySQL version (ACP - > phpinfo())
- 4images version
- Post screenshot / URL
- Post code in BB Code (no need full file for code) or post attach file
- It doesn't work. What is say - what is do for no work
- Install MOD ? If so - please say (troubleshooting)
- Read FAQ ? Install Bug fixes ?

jojomart

  • Guest
Re: Something Bad happened when I moved to a new server!
« Reply #25 on: January 14, 2008, 02:46:01 AM »
OK, no I can't do that  8O - I will contact support and see what happens

jojomart

  • Guest
Re: Something Bad happened when I moved to a new server!
« Reply #26 on: January 14, 2008, 03:16:44 AM »
They tell me that Apache doesn't need to be restarted - but to clear my cookies. I've done this, and no luck  :cry:

Offline thunderstrike

  • 4images Guru
  • *******
  • Posts: 2.327
    • View Profile
Re: Something Bad happened when I moved to a new server!
« Reply #27 on: January 14, 2008, 03:32:32 AM »
Clear cookie for header download ... ?  :roll:

I say for find new host and ask if certify with 4images plan. ;)
8 steps need when ask question -

- PHP version (ACP - > phpinfo())
- mySQL version (ACP - > phpinfo())
- 4images version
- Post screenshot / URL
- Post code in BB Code (no need full file for code) or post attach file
- It doesn't work. What is say - what is do for no work
- Install MOD ? If so - please say (troubleshooting)
- Read FAQ ? Install Bug fixes ?

jojomart

  • Guest
Re: Something Bad happened when I moved to a new server!
« Reply #28 on: January 14, 2008, 03:40:32 AM »
What I don't understand is why did it work on the other server?

And no I'm not going to switch hosts, I've done that so many times over the years, and I'm sick of switching - these guys are usually really good.

God, I hate the thoughts of having to look for another script after all the work I've done  :cry:

jojomart

  • Guest
Re: Something Bad happened when I moved to a new server!
« Reply #29 on: January 14, 2008, 05:25:51 AM »
The host wants to know what I would need on this server to make everything work again. Do you know what that would be?

Joanne