PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro Installation & Upgrades (http://www.photopost.com/forum/photopost-pro-installation-upgrades/)
-   -   Error Moving servers. (http://www.photopost.com/forum/photopost-pro-installation-upgrades/148783-error-moving-servers.html)

James Doyle September 25th, 2012 05:10 PM

Error Moving servers.
 
Hi,

I had to change host providers and I followed the guidelines by Gholsie "How to Move Servers and/or Change Directories", everything appeared to go well with the file and database move.

But when I try to login to the vBulletin admin section I get this error;

Warning: require_once(/home2/*****/public_html/Gallery/config-int.php) [function.require-once]: failed to open stream: No such file or directory in [path]/global.php(29) : eval()'d code on line 74

Fatal error: require_once() [function.require]: Failed opening required '/home2/*****/public_html/Gallery/config-int.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/*****/public_html/Forum/global.php(29) : eval()'d code on line 74


The new server is /home/****/public_html
The old server is /home2/****/public_html

I've checked the Gallery/config-int.php and it is pointing to the new server and I've checked as many files and database entries as I can and they seem to be pointing to the new server. But the above error indicates somewhere it is still pointing to the old server in one file?

Any assistance would be appreciated.

Chuck S September 25th, 2012 07:04 PM

My suggestion would be to disable to the plugin system you can do this by placing this at the top of your vb config.php file

Code:

Content visible to verified customers only.
You can then login and either reinstall the photopost plugins following our instructions or you can manually edit the photopost pro global variables plugin in your vb plugin mananger and update any sql or path information there as that is where the info is stored for those vb plugins.

James Doyle September 25th, 2012 07:05 PM

Thanks Chuck, I'll give it a go and let you know how I get on

James Doyle September 25th, 2012 07:13 PM

I just tried your suggestion Chuck and it worked a charm....A big thank you....You are such a clever fella :-)

Chuck S September 25th, 2012 07:21 PM

No problem James enjoy your evening glad to help ;)


All times are GMT -5. The time now is 04:18 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97