Error after transfering from localhost to Server
Permalink
Hi everyone, I'm in the process of moving the site from my localhost to my server. But I'm getting some errors. Let me tell you what I did:
- Install Concrete with the script of the server (everything was running just fine with the demo concrete site on my server)
- Copied my folder themes/mytheme from localhost to the server
- Copied my folder packages/ from localhost to the server
- Backup the database from Concrete5 on my localhost.
- Import the database from last step to the the server.
Now, my site has crashed it shows the pages but not complete , I can't access to the dashboard and I'm getting this error in every page:
Fatal error: Call to undefined method AutonavBlockController::getContentAndGenerate() in /home2/dcmaeler/public_html/concrete/blocks/image/view.php on line 3
Please!! help!!
- Install Concrete with the script of the server (everything was running just fine with the demo concrete site on my server)
- Copied my folder themes/mytheme from localhost to the server
- Copied my folder packages/ from localhost to the server
- Backup the database from Concrete5 on my localhost.
- Import the database from last step to the the server.
Now, my site has crashed it shows the pages but not complete , I can't access to the dashboard and I'm getting this error in every page:
Fatal error: Call to undefined method AutonavBlockController::getContentAndGenerate() in /home2/dcmaeler/public_html/concrete/blocks/image/view.php on line 3
Please!! help!!
I will try that. Thanks.
Hey, I copied folder /files and after two hours of transfer I now got a new error and can't even see the pages :(
Warning: require_once(/home2/dcmaeler/public_html/concrete/blocks/external_form/forms/controllers) [function.require-once]: failed to open stream: No such file or directory in /home2/dcmaeler/public_html/concrete/blocks/external_form/controller.php on line 54
Fatal error: require_once() [function.require]: Failed opening required '/home2/dcmaeler/public_html/concrete/config/../blocks/external_form/forms/controllers/' (include_path='/home2/dcmaeler/public_html/libraries/3rdparty:/home2/dcmaeler/public_html/concrete/config/../libraries/3rdparty:.:/usr/lib/php:/usr/local/lib/php') in /home2/dcmaeler/public_html/concrete/blocks/external_form/controller.php on line 54
Any ideas what this could be?
Warning: require_once(/home2/dcmaeler/public_html/concrete/blocks/external_form/forms/controllers) [function.require-once]: failed to open stream: No such file or directory in /home2/dcmaeler/public_html/concrete/blocks/external_form/controller.php on line 54
Fatal error: require_once() [function.require]: Failed opening required '/home2/dcmaeler/public_html/concrete/config/../blocks/external_form/forms/controllers/' (include_path='/home2/dcmaeler/public_html/libraries/3rdparty:/home2/dcmaeler/public_html/concrete/config/../libraries/3rdparty:.:/usr/lib/php:/usr/local/lib/php') in /home2/dcmaeler/public_html/concrete/blocks/external_form/controller.php on line 54
Any ideas what this could be?
Make sure the root/concrete/blocks/forms/controllers/ folder exists,
If not you do not have a complete installation which can sometimes happen when installing from a server script instead of manually,
If not you do not have a complete installation which can sometimes happen when installing from a server script instead of manually,
Have you seen this advice on how to move a site..
http://www.concrete5.org/documentation/installation/moving_a_site...
http://www.concrete5.org/documentation/installation/moving_a_site...
After I copied the files folder clear the cache some pages are working but wherever I had an IMAGE BLOCK is not working and I have this error on those pages:
Fatal error: Call to undefined method AutonavBlockController::getContentAndGenerate() in /home2/mysite/public_html/concrete/blocks/image/view.php on line 3
No idea what this could be, I have the same folder and files on my server as my localhost in the concrete/blocks/image... folder
Fatal error: Call to undefined method AutonavBlockController::getContentAndGenerate() in /home2/mysite/public_html/concrete/blocks/image/view.php on line 3
No idea what this could be, I have the same folder and files on my server as my localhost in the concrete/blocks/image... folder
Do you mean root/concrete/blocks/forms/controllers/ folder or "external forms" as in the error message?
I have that folder there too but still not working.
I have that folder there too but still not working.
Make sure to clear the cache on your local host before copying the files directory,
You do not want old cached files on your new site..