Plz help me, i deleted the manufacturers_id under manufactures table on accident plz help ....
arpit
This is a discussion on Deleted manufacturers_id on accident HELP!!!!! within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; Plz help me, i deleted the manufacturers_id under manufactures table on accident plz help .... arpit...
Plz help me, i deleted the manufacturers_id under manufactures table on accident plz help ....
arpit
Just add the field to the table again using phpmyadmin. You can also open the sql file included with the zip archive and find the mysql command that creates the field and paste it into a mysql query using phpmyadmin.
Michael Sasek
osCMax Developer
osCmax Installation Service - Have our professionals install osCmax on your server - same day service!
osCmax 2.5 User Manual - the must have beginners guide to osCmax v2.5
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 Documentation
how do i add the field? i m sorry i m new to phpmyadmin
The easiest way would be to open the original sql file found in the oscommerce zip archive in a text editor. Then, find the structure and data for the manuafacturers table. Copy it to the clipboard.
Then in phpMyadmin, select the oscommerce database. You will get a list of tables. Click the checkbox next to the manuafacturers table. Then select the drop table from the dropdown box.
Next, you need to click on the SQL tab at the top of phpmyadmin. Then in the text box, paste the sql info that you copied earlier to the text box.
Click the go button. That will re-create the manufacturers table. Done![]()
Michael Sasek
osCMax Developer
osCmax Installation Service - Have our professionals install osCmax on your server - same day service!
osCmax 2.5 User Manual - the must have beginners guide to osCmax v2.5
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 Documentation
Bookmarks