Elxis CMS Forum

Support => Technical support => Topic started by: Digital13 on May 18, 2010, 02:18:59

Title: [SOLVED] PHP Error [Warning] / Fatal error
Post by: Digital13 on May 18, 2010, 02:18:59
Hello everyone,when I copied the new templates in the folder named templates and tried to change the template in the admin panel I got this:

PHP Error [Warning]

URI: index2.php?option=com_templates
Path: \administrator\components\com_templates\admin.templates.php
Line: 185
require_once(C:/wamp/www/administrator/includes/pageNavigation.php) [function.require-once]: failed to open stream: No such file or directory

Fatal error: require_once() [function.require]: Failed opening required 'C:/wamp/www/administrator/includes/pageNavigation.php' (include_path='.;C:\php5\pear') in C:\wamp\www\administrator\components\com_templates\admin.templates.php on line 185

Any solution for this situation?
Title: Re: PHP Error [Warning] / Fatal error
Post by: ks-net on May 18, 2010, 03:28:59
you must install templates through template-installer(under installers tab)
Title: Re: PHP Error [Warning] / Fatal error
Post by: Digital13 on May 18, 2010, 03:48:10
when I install this way,again get the same error?
Title: Re: PHP Error [Warning] / Fatal error
Post by: rentasite on May 18, 2010, 11:39:37
when I install this way,again get the same error?

Are you asking?

Have you tried what ks-net told you above?
Title: Re: PHP Error [Warning] / Fatal error
Post by: Digital13 on May 18, 2010, 17:55:27
Have you tried what ks-net told you above?

Yes, I tried to install but I still got the same error.
Thanks anyway
Title: Re: PHP Error [Warning] / Fatal error
Post by: datahell on May 18, 2010, 19:06:18
The problem is self-explained.
The file bellow does not exists:
C:/wamp/www/administrator/includes/pageNavigation.php
Check this. If it does not exist take pageNavigation.php file from the Elxis main release and upload it in that folder.
Title: Re: PHP Error [Warning] / Fatal error
Post by: Digital13 on May 18, 2010, 21:22:30
Yes, you're right. Just wondering how the file pageNavigation.php could disappear.
After the main installation I have not made any changes.
Thanks datahell,now everything works.