Help with launchtime on Joomla 3
- Posted by lulo (2) Offline
Hi, i just download the launchtime template and after installing it i just get the next message at my website.
Fatal error: require_once(): Failed opening required '/homepages/25/d454478087/htdocs/Joomla/templates/launchtimeDIRECTORY_SEPAATORframework.php' (include_path='.:/usr/lib/php6') in /homepages/25/d454478087/htdocs/Joomla/templates/launchtime/index.php on line 16
Maybe is an obvious mistake but i can't solve it, i am new at joomla as you can see, please could you help me with it? if you need more information please just let me know
11 years 10 months ago #1
by lulo
Fatal error: require_once(): Failed opening required '/homepages/25/d454478087/htdocs/Joomla/templates/launchtimeDIRECTORY_SEPAATORframework.php' (include_path='.:/usr/lib/php6') in /homepages/25/d454478087/htdocs/Joomla/templates/launchtime/index.php on line 16
Maybe is an obvious mistake but i can't solve it, i am new at joomla as you can see, please could you help me with it? if you need more information please just let me know
Please Log in or Create an account to join the conversation.
- Posted by erwinschro (1034) Offline
Hello Pepeto
Can you manage to edit this file
/templates/template/launchtime/index.php ?
If you do, please edit the following line 14
into
Hope that fix the error. Let us know then.
11 years 10 months ago #2
by erwinschro
Can you manage to edit this file
/templates/template/launchtime/index.php ?
If you do, please edit the following line 14
define( 'DS', DIRECTORY_SEPAATOR );
into
define( 'DS', DIRECTORY_SEPARATOR );
Hope that fix the error. Let us know then.
Please Log in or Create an account to join the conversation.
- Posted by lulo (2) Offline
Thank you very much, i just edit the line as you said and it just fix the problem.
Again, thank you very much!!
11 years 10 months ago #3
by lulo
Again, thank you very much!!
Please Log in or Create an account to join the conversation.