Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Looking for help! I have had enough


Guest

Recommended Posts

Posted

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!

Posted
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?

Posted
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?

Posted

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.

Posted
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?

Posted
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.

Posted
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.

Posted
It might be easier to start again.

How do I start over?

Posted
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 -

Posted
How do I start over?

Delete all files and the database and start from scratch with the latest osc.

Archived

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

×
×
  • Create New...