[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
 OpenForum.dk • Vis emne - Kan ikke fjerne Nye Produkter

Kan ikke fjerne Nye Produkter

Spørgsmål og svar om installation af osCommerce standardpakke.
Problemer med contribution kan indlægges i Contributions.

Redaktør: Redaktionen

Kan ikke fjerne Nye Produkter

Indlægaf Clasen » 2007-11-26 11:30

//Clasen
Brugeravatar
Clasen
Godt igang
Godt igang
 
Indlæg: 163
Tilmeldt: 2005-12-21 03:30
Geografisk sted: Odense

Indlægaf BlackCap » 2007-11-26 11:34

i index.php finder du
[php]<?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?>[/php] og ved at udkommentere med // som du har gjort så burte det forsvinde..
HUSK at der henvises til "FILENAME_NEW_PRODUCTS" mere end et sted.
og.. jeg mener osse at der er en henvisning til de nye produkter i en anden fil.. men dette er jeg dog ikke sikker på...

BlackCap

EDIT:
Der er en fejl i din sql streng i Vis alle produkter
[php]1054 - Unknown column 'p.manufacturers_id' in 'on clause'

select p.products_id, p.products_model ,pd.products_name, p.products_price, p.products_tax_class_id, p.products_date_added, m.manufacturers_name from products p , categories c, products_to_categories p2c left join manufacturers m on p.manufacturers_id = m.manufacturers_id left join products_description pd on p.products_id = pd.products_id and pd.language_id = '4' left join specials s on p.products_id = s.products_id where p.products_id = p2c.products_id and c.categories_id = p2c.categories_id and products_status = '1' order by pd.products_name
[/php]
mener at det skal være
[php]select p.products_id, p.products_model ,pd.products_name, p.products_price, p.products_tax_class_id, p.products_date_added, m.manufacturers_name from (products p , categories c, products_to_categories p2c) left join manufacturers m on p.manufacturers_id = m.manufacturers_id left join products_description pd on p.products_id = pd.products_id and pd.language_id = '4' left join specials s on p.products_id = s.products_id where p.products_id = p2c.products_id and c.categories_id = p2c.categories_id and products_status = '1' order by pd.products_name
[/php]
og mener at det er fordi din mysql version er 5.x
Det eneste der mangler er ( ) rundt om selve FROM delen

BlackCap
Senest rettet af BlackCap 2007-11-26 11:41, rettet i alt 1 gang.
BlackCap
Oldtimer :o)
Oldtimer :o)
 
Indlæg: 258
Tilmeldt: 2006-11-5 19:29
Geografisk sted: 8670

Indlægaf Clasen » 2007-11-26 11:40

Hej BlackCap,

Tak for dit hurtige svar, det du skriver er det jeg har gjort, og den ser således ud:

<?php //include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?>

Men jeg kan stadigvæk se den på siden. Nu siger du at der er flere steder, ved du hvordan jeg finder det andet sted, eller skal jeg søge alle filer igennem?
//Clasen
Brugeravatar
Clasen
Godt igang
Godt igang
 
Indlæg: 163
Tilmeldt: 2005-12-21 03:30
Geografisk sted: Odense

Indlægaf mbaek » 2007-11-26 11:42

<?php
//include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS);
?>

// skal altid stå i linens start.
en anden mulighed
<?php /* include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS);*/ ?>
mbaek
Ekspert medlem
Ekspert medlem
 
Indlæg: 1024
Tilmeldt: 2006-10-4 18:45
Geografisk sted: Tilst

Indlægaf BlackCap » 2007-11-26 11:43

hejsa igen..
jeg har lige kigget alle mine filer i gennem.. og der finder jeg den kun i index.php..
Men i den fil er koden der 2 gange.. og du mangler den nedereste..
BlackCap
BlackCap
Oldtimer :o)
Oldtimer :o)
 
Indlæg: 258
Tilmeldt: 2006-11-5 19:29
Geografisk sted: 8670

Indlægaf BlackCap » 2007-11-26 11:46

lige en note...

om man skriver.
<?php
//include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS);
?>
eller
<?php /* include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS);*/ ?>

er lige meget.. begge vil virke...
MEN..
<?php
//
include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS);
?>
er jeg ikke sikker på vil virke.. da // er linje ud kommentering.. og ikke seksion som /* */
BlackCap
Oldtimer :o)
Oldtimer :o)
 
Indlæg: 258
Tilmeldt: 2006-11-5 19:29
Geografisk sted: 8670

Indlægaf Clasen » 2007-11-26 11:48

Hej mbaek,
Du skal da også lige have en takker for dit hutige svar.
Prøvede lige den anden mulighed du beskrev, men den virker heller ikke.
//Clasen
Brugeravatar
Clasen
Godt igang
Godt igang
 
Indlæg: 163
Tilmeldt: 2005-12-21 03:30
Geografisk sted: Odense

Indlægaf Clasen » 2007-11-26 11:53

//Clasen
Brugeravatar
Clasen
Godt igang
Godt igang
 
Indlæg: 163
Tilmeldt: 2005-12-21 03:30
Geografisk sted: Odense

Indlægaf BlackCap » 2007-11-26 11:55

BlackCap
Oldtimer :o)
Oldtimer :o)
 
Indlæg: 258
Tilmeldt: 2006-11-5 19:29
Geografisk sted: 8670

Indlægaf Clasen » 2007-11-26 11:57

//Clasen
Brugeravatar
Clasen
Godt igang
Godt igang
 
Indlæg: 163
Tilmeldt: 2005-12-21 03:30
Geografisk sted: Odense

Indlægaf BlackCap » 2007-11-26 11:57

BlackCap
Oldtimer :o)
Oldtimer :o)
 
Indlæg: 258
Tilmeldt: 2006-11-5 19:29
Geografisk sted: 8670

Indlægaf Clasen » 2007-11-26 11:59

//Clasen
Brugeravatar
Clasen
Godt igang
Godt igang
 
Indlæg: 163
Tilmeldt: 2005-12-21 03:30
Geografisk sted: Odense

Indlægaf BlackCap » 2007-11-26 20:31

så er jeg hjemme på min pind igen :P

Har du fået løst problemet?

hvis ikke så kig i din admin under værktøjer og så cache kontrol, der under kan man slette sin cache, men jeg er ikke sikker på at det er problemet..

BlackCap
BlackCap
Oldtimer :o)
Oldtimer :o)
 
Indlæg: 258
Tilmeldt: 2006-11-5 19:29
Geografisk sted: 8670

Indlægaf mbaek » 2007-11-27 00:53

kommer lige i tanke om tekst strengen <?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?> står to gange som BlackCap er inde på.
ca. line 121 det er den på kategorig oversigeten
ca. line 313 det er den på forsiden
mbaek
Ekspert medlem
Ekspert medlem
 
Indlæg: 1024
Tilmeldt: 2006-10-4 18:45
Geografisk sted: Tilst


Tilbage til Installation og konfiguration

Hvem er online

Brugere der læser dette forum: Ingen tilmeldte og 24 gæster

cron