Dyon Posted June 17, 2003 Posted June 17, 2003 Yesterday i had an problem with my orders not showing up see: http://www.oscommerce.com/forums/viewtopic.php...ighlight=orders i found out that problem. what i did is the following: i replaced the database online with the one that was on local and everything worked again, my orders showed up..but now the cause of the problem....... everytime i go to modules in my admin section the problem comes back. I have to replace the databse with the local one In modules (payment, shipping/order total) i have no options all it says is: Payment: (http://www.pcmegastore.klanten.fastware.nl/includes/modules/payment/) in shipping it says (http://www.pcmegastore.klanten.fastware.nl/includes/modules/shipping/) and in Order total it says: http://www.pcmegastore.klanten.fastware.nl/includes/modules/order_total/) this is an copy of my admin configure.php <?php/* osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright © 2003 osCommerce Released under the GNU General Public License */ // Define the webserver and path parameters // * DIR_FS_* = Filesystem directories (local/physical) // * DIR_WS_* = Webserver directories (virtual/URL) define('HTTP_SERVER', 'http://www.pcmegastore.klanten.fastware.nl'); // eg, http://www.pcmegastore.klanten.fastware.nl or - http://www.pcmegastore.klanten.fastware.nl should not be empty for productive servers define('HTTP_CATALOG_SERVER', 'http://www.pcmegastore.klanten.fastware.nl'); define('HTTPS_CATALOG_SERVER', 'http://www.pcmegastore.klanten.fastware.nl'); define('ENABLE_SSL_CATALOG', 'false'); // secure webserver for catalog module define('DIR_FS_DOCUMENT_ROOT', 'http://www.pcmegastore.klanten.fastware.nl'); // where the pages are located on the server define('DIR_WS_ADMIN', '/admin/'); // absolute path required define('DIR_FS_ADMIN', 'http://www.pcmegastore.klanten.fastware.nl/admin/'); // absolute pate required define('DIR_WS_CATALOG', 'http://www.pcmegastore.klanten.fastware.nl/'); // absolute path required define('DIR_FS_CATALOG', 'http://www.pcmegastore.klanten.fastware.nl/'); // absolute path required define('DIR_WS_IMAGES', 'images/'); define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/'); define('DIR_WS_CATALOG_IMAGES', DIR_WS_CATALOG . 'images/'); define('DIR_WS_INCLUDES', 'includes/'); define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/'); define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/'); define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/'); define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/'); define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/'); define('DIR_WS_CATALOG_LANGUAGES', DIR_WS_CATALOG . 'includes/languages/'); define('DIR_FS_CATALOG_LANGUAGES', DIR_FS_CATALOG . 'includes/languages/'); define('DIR_FS_CATALOG_IMAGES', DIR_FS_CATALOG . 'images/'); define('DIR_FS_CATALOG_MODULES', DIR_FS_CATALOG . 'includes/modules/'); define('DIR_FS_BACKUP', DIR_FS_ADMIN . 'backups/'); i have read in some topics that the right of the payment should be on 755 i tried, but no result put them back on 644 please help me out, i am really deperated at this point
tcpinhead Posted June 18, 2003 Posted June 18, 2003 I just looked at the permissions on my order_totals, payment, shipping modules and they are 740 and their folders are 747. Not sure if that would be causing it to revert every time you click on it. Did you make any modifications to the admin that would affect these modules? Good luck.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.