 | |  | | | Photopost Pro Installation & Upgrades If you're having install or upgrade problems |
August 31st, 2005, 07:12 AM
|
#1 (permalink)
| | Member Verified Customer
Join Date: Nov 2004 Location: Florida
Posts: 39
| Issue after server move...
I just moved my VBulletin and Photopost db to a new server and everything is working fine, except the Photopost Gallery. Here's the message I am getting...
Warning: main(/home/bmcforu/public_html/photopost/forums/vb3.php): failed to open stream: No such file or directory in /home/bmcforu/public_html/photopost/pp-inc.php on line 2468
Warning: main(/home/bmcforu/public_html/photopost/forums/vb3.php): failed to open stream: No such file or directory in /home/bmcforu/public_html/photopost/pp-inc.php on line 2468
Fatal error: main(): Failed opening required '/home/bmcforu/public_html/photopost/forums/vb3.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/bmcforu/public_html/photopost/pp-inc.php on line 2468
Can someone help, please?
THANK YOU!!!!
|
| |
August 31st, 2005, 10:17 AM
|
#2 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 66,806
|
Hello it looks to me like your missing your forum integration file
Also check your config-inc.php to make sure it is pointing to the correct server path to photopost on the new server. I assume with the error your getting you already have done so.
|
| |
August 31st, 2005, 12:15 PM
|
#3 (permalink)
| | Member Verified Customer
Join Date: Nov 2004 Location: Florida
Posts: 39
| Quote: |
Originally Posted by omegatron Hello it looks to me like your missing your forum integration file
Also check your config-inc.php to make sure it is pointing to the correct server path to photopost on the new server. I assume with the error your getting you already have done so. | Thanks. Which file is that?
I think my settings are right, but .....
|
| |
August 31st, 2005, 12:30 PM
|
#4 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 66,806
|
As stated config-inc.php to check the path but as noted your vb3.php file is not being found in your forums subdirectory so make sure it exists.
|
| |
August 31st, 2005, 07:37 PM
|
#5 (permalink)
| | Member Verified Customer
Join Date: Nov 2004 Location: Florida
Posts: 39
|
Now I am getting this message:
Fatal error: Cannot redeclare convert_markups() (previously declared in /home/bmcforu/public_html/photopost/pp-inc.php:2184) in /home/bmcforu/public_html/photopost/forums/vb3.php on line 616
|
| |
August 31st, 2005, 07:58 PM
|
#6 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 66,806
|
Yep okay check your ftp settings. Your files are not being overwritten with the new ones.
You would need to upload all new files except the two config files and run any necessary upgrades. convert_markups is in the forum integration files now not pp-inc.php
|
| |
August 31st, 2005, 08:50 PM
|
#7 (permalink)
| | Member Verified Customer
Join Date: Nov 2004 Location: Florida
Posts: 39
|
Thanks. I did that. Now the index.php loads fine but the links to the other pages (admin, albums, etc.) are still looking elsewhere. Where can I set the "base" URL it should look at? I have the config files right, I think.
I just moved from blackmustangclub.com to bmcforums.com so you can see that it's trying to go to the old pages.
Here's the URL --> http://www.bmcforums.com/photopost/index.php |
| |
August 31st, 2005, 09:00 PM
|
#8 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 66,806
|
You would need to sign into the admin side and change the urls but you may need to actually physically use phpmyadmin to change those settings in the settings table of Photopost if you are unable to get to the admin section.
|
| |
August 31st, 2005, 10:58 PM
|
#9 (permalink)
| | Member Verified Customer
Join Date: Nov 2004 Location: Florida
Posts: 39
|
Okay, we're getting closer...  Thanks for all your help.
Everything seems good now, except in admin. The vb template isn't appearing and although I can access everything, this is at the top of the admin page:
Warning: opendir(/home/blackmus/public_html/photopost/data/): failed to open dir: No such file or directory in /photopost/adm-inc.php on line 690
Warning: readdir(): supplied argument is not a valid Directory resource in /photopost/adm-inc.php on line 692
Warning: closedir(): supplied argument is not a valid Directory resource in /photopost/adm-inc.php on line 700
PhotoPost Administration
|
| |
August 31st, 2005, 11:03 PM
|
#10 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 66,806
|
change your data and uploads directories to the proper server paths that they are no after server move
|
| |
September 1st, 2005, 04:35 PM
|
#11 (permalink)
| | Member Verified Customer
Join Date: Nov 2004 Location: Florida
Posts: 39
|
I think I have them all set right, but still am getting that error.
|
| |
September 1st, 2005, 05:53 PM
|
#12 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 66,806
|
Check the path against what your phpinfo says.
If it cant find the directory then its not right. also make sure those directories are 777
|
| |
September 1st, 2005, 06:09 PM
|
#13 (permalink)
| | Member Verified Customer
Join Date: Nov 2004 Location: Florida
Posts: 39
|
They weren't 777 but even after I fixed that, I am getting this from the adm-index.php page...
Warning: opendir(/home/blackmus/public_html/photopost/data/): failed to open dir: No such file or directory in /photopost/adm-inc.php on line 690
Warning: readdir(): supplied argument is not a valid Directory resource in /photopost/adm-inc.php on line 692
Warning: closedir(): supplied argument is not a valid Directory resource in /photopost/adm-inc.php on line 700
PhotoPost Administration
I don't know what else to do.....
|
| |
September 1st, 2005, 06:23 PM
|
#14 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 66,806
|
Have you verified your path? It looks to me like you moved to a yahoo server and your server path is just your directory name
if thats the case your data path is /photopost/data
|
| |
September 1st, 2005, 06:46 PM
|
#15 (permalink)
| | Member Verified Customer
Join Date: Nov 2004 Location: Florida
Posts: 39
|
Ya, I got the path from the host...../home/bmcforu/public_html/photopost/data ..... I can't get this to work. I moved to a new server and have everything working fine ( VB) except this gallery. The main gallery page shows fine, except doesn't actually show any pics even though they are in db. Here's that page: http://bmcforums.com/photopost/index.php
When I try to admin is where I am getting these errors. Can someone log in to my account and fix this? I don't know what else to do. I've had this all set up before on another server but can't get it to work now here.
|
| |
September 1st, 2005, 07:18 PM
|
#16 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 66,806
|
Well the path they are giving you is wrong
You have a url to phpinfo for the server so I can see your true path?
|
| |
September 5th, 2005, 12:54 AM
|
#17 (permalink)
| | Member Verified Customer
Join Date: Nov 2004 Location: Florida
Posts: 39
|
Okay, I reinstalled everything and imported my original db files for content. So, here's what I am getting when I go to the admin page......
Warning: chdir(): No such file or directory (errno 2) in /home/blackmus/public_html/photopost/header-inc.php on line 61
Warning: main(./global.php): failed to open stream: No such file or directory in /home/blackmus/public_html/photopost/header-inc.php on line 62
Warning: main(./global.php): failed to open stream: No such file or directory in /home/blackmus/public_html/photopost/header-inc.php on line 62
Fatal error: main(): Failed opening required './global.php' (include_path='.:/usr/local/lib/php') in /home/blackmus/public_html/photopost/header-inc.php on line 62
THANK YOU!!!
|
| |
September 5th, 2005, 10:21 AM
|
#18 (permalink)
| | Member Verified Customer
Join Date: Jul 2002 Location: Belgium
Posts: 395
|
Hello,
It's like your $vbpath is not set correctly.
Correct it in config-int.php.
Best regards,
francois
|
| |
September 5th, 2005, 12:02 PM
|
#19 (permalink)
| | Member Verified Customer
Join Date: Nov 2004 Location: Florida
Posts: 39
|
I have VB in the main directory (/home/bmcforu/public_html/) and photopost in it's own folder (/home/bmcforu/public_html/photopost).
Is it causing a problem, do you think, that I don't have VB in a folder, like /home/bmcforu/public_html/forum?
|
| |
September 5th, 2005, 12:13 PM
|
#20 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 66,806
|
I would turn off the vb integration in config-int.php and then use the php info in photopost admin to grab the right paths. Your paths are clearly not correct as no thumbs are showing in vb and photopost will not load
|
| | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | | | | Thread Tools | | | | Display Modes | Rate This Thread | Linear Mode | |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | All times are GMT -5. The time now is 03:17 PM. | |