Wolffi Posted July 5, 2003 Posted July 5, 2003 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
Guest Posted July 5, 2003 Posted July 5, 2003 Most likely the server directory/file permissions on the files you are editing
Wolffi Posted July 5, 2003 Author Posted July 5, 2003 Thanks for your answer Johnson. I opened all persmissions for all usertypes but unfortunately the same result. Best regards Carsten
Guest Posted July 5, 2003 Posted July 5, 2003 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(); ?>
Wolffi Posted July 5, 2003 Author Posted July 5, 2003 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
Guest Posted July 5, 2003 Posted July 5, 2003 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.