This is a discussion on No Update admin/modules.php within the New osCommerce Contributions forums, part of the osCommerce 2.2 Forums category; English_________________ if you edit in admin / modules.php and the changes haven't effect, make the following change. Locate the next ...
| |||||||
| Register | FAQ | Donate | Members List | Calendar | Mark Forums Read |
|
#1
| ||||
| ||||
| if you edit in admin / modules.php and the changes haven't effect, make the following change. Locate the next code: case 'save': while (list ($ key, $ value) = each ($ HTTP_POST_VARS [ 'configuration'])) ( Replace with this: case 'save': while (list ($ key, $ value) = each ($ _POST [ 'configuration'])) ( Español________________ Si al editar en admin/modules.php no nos actualiza los cambios, realiza la siguiente modificación. Locate the next code: case 'save': while (list($key, $value) = each($HTTP_POST_VARS['configuration'])) { Replace with this: case 'save': while (list($key, $value) = each($_POST['configuration'])) { More...
__________________ Michael Sasek osCMax Developer *** Do not PM me requesting paid help. The only paid work I do is for AABox Web Hosting customers *** Stay Up To Date with everything osCMax: Free osCMax Newsletters - Security notices, New Releases, osCMax News osCMax on Twitter - Up to the minute info as it happens. Know it first. osCMax User Manual - osCMax Templates - Advanced Template Tutorial |
![]() |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| My modules are not showing up in my admin... | margerake | osCommerce 2.2 Installation Help | 7 | 06-07-2005 04:45 PM |
| Update Currencies in Admin | AnnieChrist | osCommerce 2.2 Installation Help | 0 | 04-11-2005 05:18 PM |
| new server, now getting no modules in admin and errors. | red_fraggle | osCommerce 2.2 Installation Help | 4 | 01-19-2005 09:09 AM |
| Doesn't show info in Admin Modules | ozstar | osCommerce 2.2 Installation Help | 2 | 03-10-2003 01:10 AM |