Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Changes in Admin Mode are not accepted


Wolffi

Recommended Posts

Posted

Hello,

 

hope somebody can help me. After the installation I tried to change some setting via the Admin screen

 

http://www.mysite.de/catalog/Admin/index.php

 

After I got the "Edit" mode I changed something and clicked on "update":

 

This leads to an 404 error:

 

example

http://www.mysite.de/catalog/Admin/configu...D=1&action=save

 

I already checked the config files and found nothing strange. Any idea?

 

Thanks for your help in advance...

 

Regards

Wolffi

Posted

Most likely the server directory/file permissions on the files you are editing

Posted

Thanks for your answer Johnson. I opened all persmissions for all usertypes but unfortunately the same result.

 

Best regards

Carsten

Posted

change that Admin directory to lower case...

 

Copy and paste this to a file and name it phpinfo.php, upload it to your root directory, then pm me a URL so I can view it:

 

<?

 phpinfo();

?>

Posted

Thanks Johnson,

 

this was a very good idea. Using lower case character - everything works in the Admin Area.

 

Unfortunately I now got in the shop / articel list area an error:

 

Warning: Division by zero in /homepages/14/d27624122/htdocs/test/catalog/includes/classes/split_page_results.php on line 77

 

Warning: Division by zero in /homepages/14/d27624122/htdocs/test/catalog/includes/classes/split_page_results.php on line 80

 

and the language related gif?s are not displayed....

 

I read something about the Division by zero error, but have no idea what this could be.

 

Thanks again from Germany!

 

Best regards

Carsten

Posted

Division by zero is generally caused by the script looking for data that should be there, but doesn't exist... this can happen when you delete data directly in the database and related data gets left behind.... eg, if you deleted products from the products table, did you also delete its description?.... the same applies elsewhere. It is far better to use the admin panel. Finding the exact cause may be like looking for a needle in a haystack.. or it may be simple.... who know?... I do not have access to your installaton...

 

I would suggest that you reinstall your database

Archived

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

×
×
  • Create New...