This is a discussion on Article Manager within the osCMax v2 Features Discussion forums, part of the osCMax v2.0 Forums category; I'm attempting to setup a new store on a hosted server. The server is running PHP 4.0.6 (...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| I'm attempting to setup a new store on a hosted server. The server is running PHP 4.0.6 (yes, it's very old, I know), the database server is mysql 5.0.17-standard. I started with a clean install of RC2 then uploaded the update file, then configured the store. I have imported products and customer data from a 'live' store currently running oscommerce MS2 (plus various contributions) after working out a 'migration' sql script which I run on a locally host mysql server. I'm currently working on the article manager. I've added a test article, but when I click on the link (/articles.php) to it I get the following error: Code: 1054 - Unknown column 'a.authors_id' in 'on clause' select count(*) as total from articles a, articles_description ad left join authors au on a.authors_id = au.authors_id, articles_to_topics a2t left join topics_description td on a2t.topics_id = td.topics_id where (a.articles_date_available IS NULL or to_days(a.articles_date_available) <= to_days(now())) and a.articles_status = '1' and a.articles_id = a2t.articles_id and ad.articles_id = a2t.articles_id and ad.language_id = '1' and td.language_id = '1' and a2t.topics_id = '1' |
|
#2
| ||||
| ||||
| Sound like a table is missing reload the table for Article Manager.
__________________ JPF - osCMax Fourm Moderator Try out our osCMax at: Live Catalog Demo Limited access Admin: Live Admin Demo Feel free to add products they way you want and then purchase them -=+=- Sorry nothing will be billed or shipped! |
|
#3
| |||
| |||
| Tried reloading all tables from the stock osCMax.sql still got the same problem. Any other ideas? |
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Problems with Article Manager | jbanda | osCMax v2 Features Discussion | 0 | 07-18-2006 12:28 PM |
| Mysql error in article manager | clauska | osCMax v2 Customization/Mods | 0 | 06-27-2006 01:11 AM |
| Article Manager with MS2-MAX | oakhill | osCMax v1.7 General Mods Discussion | 1 | 03-30-2005 04:25 AM |
| converting article manager to MS2-MAX | Anonymous | osCMax v1.7 General Mods Discussion | 5 | 11-25-2004 02:48 PM |
| MS2-Max & article manager | Anonymous | osCMax v1.7 Discussion | 0 | 03-23-2004 01:57 PM |