Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

please help with my problem


meph

Recommended Posts

Posted

I tried to install some contribution, but decided to refuse using it, after restoring backup, i made before I started to install contribution, I have next error:

 

Fatal error: Failed opening required './includes/application_top.php' (include_path='/usr/lib/php') in /var/www/html/shop/catalog/default.php on line 13

 

what's wrong? the only line i pasted to "application_top" file was "define (<filename>)"...

 

thnx

Posted

Check that the file is still on your server... you may ave accidentally deleted it... does happen....

Posted

file is still there, permission is ok, everything is ok, but... doesn't work :(

I've RESTORED BACKUP

Posted

There is a period that shouldn't be there in the path in your error message:

 

 ./includes/application_top.php

 

Hard to see, but its there, just before the first trailing slash ..... :shock:

 

Could be in configue.php... and check line 13 in default.php

Posted

it seems everything correct there, line 13 is alright, configure.php, seems so...

please help me... what's wrong?

Posted

Search your files for:

 

     ./

 

I still think you will find it in configure.php. If the path was specified correctly it would show in the error as:

 

Fatal error: Failed opening required 'includes/application_top.php'

Posted

I've fixed it, dont know what I really done but it works... I didn't edited configure.php, I restored all the shop, my first backup, and proceed to copy all changed files uncluding default.php and application_top.php, and now it works.

thnx for tryin to help :)

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...