Guest Posted July 13, 2008 Posted July 13, 2008 Ok, I have tried.... Everytime I make a change I get an error. Now I have this error:Fatal error: main() [function.require]: Failed opening required 'includes/application.php' (include_path='.:/usr/lib/php') in /homepages/9/d161249912/htdocs/rsgw/oscommerce-2.2rc1/catalog/admin/index.php on line 13 and can not get into admin. Any help would be great!
Guest Posted July 13, 2008 Posted July 13, 2008 Ok,I have tried.... Everytime I make a change I get an error. Now I have this error:Fatal error: main() [function.require]: Failed opening required 'includes/application.php' (include_path='.:/usr/lib/php') in /homepages/9/d161249912/htdocs/rsgw/oscommerce-2.2rc1/catalog/admin/index.php on line 13 and can not get into admin. Any help would be great! Does line 13 have require('includes/application_top.php'); Is the file there? Did you mess with the configure.php files? Do you have backup files to restore from?
Guest Posted July 13, 2008 Posted July 13, 2008 Does line 13 have require('includes/application_top.php'); Is the file there? Did you mess with the configure.php files? Do you have backup files to restore from?
Guest Posted July 13, 2008 Posted July 13, 2008 Yes. and yes the file is there. I am not sure if I have messed with this file or not yet as I have messed with so many. I am not far into setting this up so if I have to start over that is ok to.
Guest Posted July 13, 2008 Posted July 13, 2008 Yes. and yes the file is there. I am not sure if I have messed with this file or not yet as I have messed with so many. I am not far into setting this up so if I have to start over that is ok to. Do you have backup files to restore from?
Guest Posted July 13, 2008 Posted July 13, 2008 Do you have backup files to restore from? It is a new install. Not really as my back up function is not working. I do have some of the files saved to other catalog files.
Guest Posted July 13, 2008 Posted July 13, 2008 It is a new install. Not really as my back up function is not working. I do have some of the files saved to other catalog files. It might be easier to start again.
Guest Posted July 13, 2008 Posted July 13, 2008 It might be easier to start again. How do I start over?
jhande Posted July 14, 2008 Posted July 14, 2008 Failed opening required 'includes/application.php' (include_path='.:/usr/lib/php') in /homepages/9/d161249912/htdocs/rsgw/oscommerce-2.2rc1/catalog/admin/index.php on line 13 Might I suggest trying a fix first before starting all over from scratch? Open catalog > admin > index.php Check on line 13, it should read something like = require('includes/application_top.php'); According to your posted error message above it reads wrong = application.php instead of application_top.php. If the above posted error message contains a typo and it really read as application_top.php, them I suggest uploading an unaltered copy of: catalog > admin > index.php - and - catalog > admin > application_top.php ;) P.S. I always "Save As.." a copy of my last working file version so I end up with 3 copies as backups. Example: index.php index_Latest.php index_Original.php No I don't use a backup utility, just save as with a new name. - :: Jim :: - - My Toolbox ~ Adobe Web Bundle, XAMPP & WinMerge | Install ~ osC v2.3.3.4 -
Guest Posted July 14, 2008 Posted July 14, 2008 How do I start over? Delete all files and the database and start from scratch with the latest osc.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.