Problema di visualizzazione di categorie
Moderatore: mod Generali
-
- membro Baby
- Messaggi: 59
- Iscritto il: 09/11/2005, 15:16
- Località: Vietri sul Mare
- Contatta:
Problema di visualizzazione di categorie
Salve a tutti, ho appea istallato la total pack di bass si server aruba linux, quando vado a clicca su una categoria, mi esce questo errore:
------------------------------------------------------------------------
1054 - Unknown column 'p.products_id' in 'on clause'
select count(distinct p.products_id) as total from products_description pd, products p left join manufacturers m on p.manufacturers_id = m.manufacturers_id, products_to_categories p2c left join specials s on p.products_id = s.products_id where p.products_status = '1' and p.products_id = p2c.products_id and pd.products_id = p2c.products_id and pd.language_id = '4' and p2c.categories_id = '22'
[TEP STOP]
------------------------------------------------------------------------
Potete aiutarmi? Pensate che devo istallare di nuovo il file oscommerce.sql (il database) Grazie atutti per il prezioso aiuto.
------------------------------------------------------------------------
1054 - Unknown column 'p.products_id' in 'on clause'
select count(distinct p.products_id) as total from products_description pd, products p left join manufacturers m on p.manufacturers_id = m.manufacturers_id, products_to_categories p2c left join specials s on p.products_id = s.products_id where p.products_status = '1' and p.products_id = p2c.products_id and pd.products_id = p2c.products_id and pd.language_id = '4' and p2c.categories_id = '22'
[TEP STOP]
------------------------------------------------------------------------
Potete aiutarmi? Pensate che devo istallare di nuovo il file oscommerce.sql (il database) Grazie atutti per il prezioso aiuto.
Re: Problema di visualizzazione di categorie
Ho avuto il tuo stesso problema due giorni fa!!!anywhere ha scritto:Salve a tutti, ho appea istallato la total pack di bass si server aruba linux, quando vado a clicca su una categoria, mi esce questo errore:
------------------------------------------------------------------------
1054 - Unknown column 'p.products_id' in 'on clause'
select count(distinct p.products_id) as total from products_description pd, products p left join manufacturers m on p.manufacturers_id = m.manufacturers_id, products_to_categories p2c left join specials s on p.products_id = s.products_id where p.products_status = '1' and p.products_id = p2c.products_id and pd.products_id = p2c.products_id and pd.language_id = '4' and p2c.categories_id = '22'
[TEP STOP]
------------------------------------------------------------------------
Potete aiutarmi? Pensate che devo istallare di nuovo il file oscommerce.sql (il database) Grazie atutti per il prezioso aiuto.
Tranquillo non devi riinstallare il database, ma fare solo delle modifiche.
Prova a vedere questa discussione: viewtopic.php?t=5532&highlight=1054
oppure cerca nel forum, ci sono molte discussioni aperte.
www.eciclo.com - Il Portale del ciclismo onLine
www.all4cycling.com - Il negozio del ciclismo onLine
www.all4cycling.com - Il negozio del ciclismo onLine
Re: Problema di visualizzazione di categorie
E' colpa del mysql 5, trovi la patch su oscomtemplate.comanywhere ha scritto:Salve a tutti, ho appea istallato la total pack di bass si server aruba linux, quando vado a clicca su una categoria, mi esce questo errore:
'iao
Sergio
http://www.oscomtemplate.com - E' disponibile il nuovo pacchetto free con forum di supporto
http://www.semilandia.it
http://www.semilandia.it
Se non ci avevi lavorato su tanto direi di si, e' decisamente meglioanywhere ha scritto:Grazie BASS, sei un AMICO!! Mi consigli di scaricare proprio tutta la versione aggiornata dal tuo sito e cancellare quella tua precedente?
'iao
Sergio
http://www.oscomtemplate.com - E' disponibile il nuovo pacchetto free con forum di supporto
http://www.semilandia.it
http://www.semilandia.it
-
- membro Baby
- Messaggi: 59
- Iscritto il: 09/11/2005, 15:16
- Località: Vietri sul Mare
- Contatta:
Ho istallato la tua nuova versione, mi da sempre il problema
1054 - Unknown column 'p.products_id' in 'on clause'
select count(distinct p.products_id) as total from products_description pd, products p left join manufacturers m on p.manufacturers_id = m.manufacturers_id, products_to_categories p2c left join specials s on p.products_id = s.products_id where p.products_status = '1' and p.products_id = p2c.products_id and pd.products_id = p2c.products_id and pd.language_id = '4' and p2c.categories_id = '2'
[TEP STOP]
Potresti linkarmi il path esatto, ti ringrazio anticipatamente. grazie
select count(distinct p.products_id) as total from products_description pd, products p left join manufacturers m on p.manufacturers_id = m.manufacturers_id, products_to_categories p2c left join specials s on p.products_id = s.products_id where p.products_status = '1' and p.products_id = p2c.products_id and pd.products_id = p2c.products_id and pd.language_id = '4' and p2c.categories_id = '2'
[TEP STOP]
Potresti linkarmi il path esatto, ti ringrazio anticipatamente. grazie
Re: Ho istallato la tua nuova versione, mi da sempre il prob
http://www.oscomtemplate.com/index.php? ... &Itemid=29anywhere ha scritto: Potresti linkarmi il path esatto, ti ringrazio anticipatamente. grazie
Il secondo download...
'iao
Sergio
http://www.oscomtemplate.com - E' disponibile il nuovo pacchetto free con forum di supporto
http://www.semilandia.it
http://www.semilandia.it
ciao raga io ho sostituito i file come dice in oscomtemplate, e apparentemente il problema si e' risolto ma solo da lato negozio, se vado nel lato admin e clicco su categorie guardate che esce
1054 - Unknown column 'vetrina' in 'field list'
select p.products_id, vetrina, pd.products_name, p.products_quantity, p.products_image, p.products_price, p.products_date_added, p.products_last_modified, p.products_date_available, p.products_status from products p, products_description pd, products_to_categories p2c where p.products_id = pd.products_id and pd.language_id = '4' and p.products_id = p2c.products_id and p2c.categories_id = '47' order by pd.products_name
[TEP STOP]
p.s. uso il vecchio total pack by simona fatemi sapere ciao
1054 - Unknown column 'vetrina' in 'field list'
select p.products_id, vetrina, pd.products_name, p.products_quantity, p.products_image, p.products_price, p.products_date_added, p.products_last_modified, p.products_date_available, p.products_status from products p, products_description pd, products_to_categories p2c where p.products_id = pd.products_id and pd.language_id = '4' and p.products_id = p2c.products_id and p2c.categories_id = '47' order by pd.products_name
[TEP STOP]
p.s. uso il vecchio total pack by simona fatemi sapere ciao
La patch che hai usato e' per l'osctpack, se hai sovrascritto i files e' probabile che troverai altri errorirevolver ha scritto: p.s. uso il vecchio total pack by simona fatemi sapere ciao
'iao
Sergio
http://www.oscomtemplate.com - E' disponibile il nuovo pacchetto free con forum di supporto
http://www.semilandia.it
http://www.semilandia.it