new php

Permalink
i have set up a new c5 website and i am facing a few issues.. when i click on 'add functionality' from the dashboard i get the following errors

Warning: require_once(/home/a8654235/public_html/concrete/config/../models/block_type_remote.php) [function.require-once]: failed to open stream: No such file or directory in /home/a8654235/public_html/concrete/libraries/loader.php on line 49

and

Fatal error: require_once() [function.require]: Failed opening required '/home/a8654235/public_html/concrete/config/../models/block_type_remote.php' (include_path='.:/usr/lib/php:/usr/local/lib/php:/www/www.globalteamsinvestments.com/libraries/3rdparty:/home/a8654235/public_html/concrete/config/../libraries/3rdparty') in /home/a8654235/public_html/concrete/libraries/loader.php on line 49

has anyone faced this before?

BTW C5 still rocks :)

salesman
 
ryan replied on at Permalink Reply
ryan
Make sure that file exists and that it's readable:

/concrete/models/block_type_remote.php

Ryan
ryan replied on at Permalink Reply
ryan
I didn't notice this until after I posted, but your include path shouldn't have thehttp://www.global... url in it. what value do you have for DIR_REL in your /config/site.php file?
salesman replied on at Permalink Reply
salesman
define('BASE_URL', 'http://www.globalteamsinvestments.com');


define('DIR_REL', '');