Problem moving site - error message

Permalink
Hi,

I try to move my website from LOCAL to ONLINE.
I did this :
1 - Setup a new concrete5 on the new server
2 - upload all my local files to the server
3 - import the database from local to online

I got this error

Warning: require_once(/home/o101135/public_html/pakbenglodge.com/concrete5-PBL/packages/social_icons_reloaded/blocks/social_icons_reloaded/controller.php) [function.require-once]: failed to open stream: No such file or directory in /home/o101135/public_html/pakbenglodge.com/concrete5-PBL/concrete/core/libraries/loader.php on line 218
Fatal error: require_once() [function.require]: Failed opening required '/home/o101135/public_html/pakbenglodge.com/concrete5-PBL/packages/social_icons_reloaded/blocks/social_icons_reloaded/controller.php' (include_path='/home/o101135/public_html/pakbenglodge.com/concrete5-PBL/libraries/3rdparty:/home/o101135/public_html/pakbenglodge.com/concrete5-PBL/concrete/libraries/3rdparty:.:/usr/lib/php:/usr/local/lib/php') in /home/o101135/public_html/pakbenglodge.com/concrete5-PBL/concrete/core/libraries/loader.php on line 218


here is the link : http://
My database is capitalize and import was ok.

I try to move my concrete website since 3 days now and i just don t know what to do more. I try a lot !

Could someone help me with this ?

Regards

Chris

chrismodlao
 
chrismodlao replied on at Permalink Reply
chrismodlao
Sorry for the multiple message my computer stuck at each time i try to send the message.
I don't know how to delete the 4 same messages i sent.

Again sorry for this
landollweb replied on at Permalink Reply
landollweb
Did you edit your config/site.php file when you moved it?
ScottSandbakken replied on at Permalink Reply
ScottSandbakken
If the new location for your site is not the domain root, you may need to define a relative directory in your [root]/config/site.php file.

define('DIR_REL', '/subfolder/subsubfolder/');


Also, you could try clearing your [root]/files/cache/ and [root]/files/tmp/ folders.

I assume you have verified that the path listed in the error message is valid and that the file exists at that location.
witwag replied on at Permalink Reply
witwag
In such a case you may also want to re-upload the item, in this case
/packages/social_icons_reloaded/blocks/social_icons_reloaded/
by just replacing the content of the directory with the original content from your first server or from the addon.
Sometimes small transfer errors occur, if controller.php within the addon is corrupt then you will get this error.