Ok,
Fixed the last (c), and now I'm getting this:
Code:
Warning: require_once(/home/feher/public_html/includes/defines.php) [function.require-once]: failed to open stream: No such file or directory in /home/feher/public_html/index.php on line 21
Fatal error: require_once() [function.require]: Failed opening required '/home/feher/public_html/includes/defines.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/feher/public_html/index.php on line 21
How am I suppose to insert:
Code:
(include_path='.:/usr/lib/php:/usr/local/lib/php')
in order to not get any PHP errors?
This is what I have in line 21 right now:
Code:
require_once ( JPATH_BASE .DS.'includes'.DS.'defines.php' );