Can't get working on server after transfering from localhost

Permalink
Hi everyone, I'm getting this error after transfering all my files and database to the server from my localhost:

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?

 
jordanlev replied on at Permalink Reply
jordanlev
Either some files didn't get copied, or there's a problem with the file permissions on your server. First make sure this directory exists on your server:
public_html/concrete/blocks/external_form/forms/controllers/

...and then check to make sure the web server has read permissions on that directory.

Should be able to do these things either with an FTP program or via your web hosts's Control Panel (or "CPanel").
jjram replied on at Permalink Reply
I have that folder on my server and I copied the following folders:
/files
/themes/mytheme

clear the cache folder after I copied the folder /files to my server, also remove all what it was on the /tmp folder cause I was having another error.

I imported the database to my server, but yet my page doesn't work properly, some blocks and pages are working fine but some others are just crashed and it is giving me the following error:

Fatal error: Call to undefined method AutonavBlockController::getContentAndGenerate() in /home2/dcmaeler/public_html/concrete/blocks/image/view.php on line 3


If I switch back the database on my server to the original when I installed concrete5 with the server script , everything runs fine for the demo site.

I can't see how can I miss a folder when running the demo site everything works perfect. any help guys?