M
masterfred
Guest
Since the upgrade I'm having this kind of error popping everywhere !
This is the line 365 :
This is what's in my php.ini file :
memory_limit = "32M"
include_path = "\".:\""
short_open_tag = "On"
file_uploads = "On"
safe_mode = "Off"
I have no idea how to fix this and why it happens, but has I go around I find more and more site I have that are affected by this bugs.
Code:
Warning: showcategories(includes/pageNavigation.php): failed to open stream: No such file or directory in /var/www/vhosts/domain.com/httpdocs/administrator/components/com_events/admin.events.categories.php on line 365
Fatal error: showcategories(): Failed opening required 'includes/pageNavigation.php' (include_path='\') in /var/www/vhosts/domain.com/httpdocs/administrator/components/com_events/admin.events.categories.php on line 365
This is the line 365 :
Code:
require_once( "includes/pageNavigation.php" );
This is what's in my php.ini file :
memory_limit = "32M"
include_path = "\".:\""
short_open_tag = "On"
file_uploads = "On"
safe_mode = "Off"
I have no idea how to fix this and why it happens, but has I go around I find more and more site I have that are affected by this bugs.