Page 1 of 1

Shop Mudule 1.4.1 Problem bei Anzeige Products

Posted: Fri 24. Apr 2009, 02:55
by Murph
Hi all,
ich habe zum ersten mal mit dem Shop Module experimentiert und habe folgendes Problem.

1) Wenn ich Replacement tags vom Shop benutze bekomme ich folgende Warnings (ca 20)

Warning: mysql_real_escape_string() [function.mysql-real-escape-string]: Access denied for user 'nobody'@'localhost' (using password: NO) in /home/andreast/public_html/include/inc_lib/dbcon.inc.php on line 547
Warning: mysql_real_escape_string() [function.mysql-real-escape-string]: A link to the server could not be established in /home/andreast/public_html/include/inc_lib/dbcon.inc.php on line 547
Warning: mysql_real_escape_string() [function.mysql-real-escape-string]: Access denied for user 'nobody'@'localhost' (using password: NO) in /home/andreast/public_html/include/inc_lib/dbcon.inc.php on line 547
...
...
Warning: mysql_real_escape_string() [function.mysql-real-escape-string]: A link to the server could not be established in /home/andreast/public_html/include/inc_lib/dbcon.inc.php on line 547

2) Content Part
{SHOP_CATEGORIES}
{SHOP_PRODUCTLIST}

Mit diesem Replacement tags bekomme ich mein Test Produkt angezeigt, trotz der Warnungen von oben.

Habe ich nur
{SHOP_PRODUCTLIST}
bekomme ich keine Produkte angezeigt.

Die Warnings sind immer da?. Der Rest meiner Seite funktioniert tadellos.

$phpwcms['SESSION_FEinit'] = 1; ist gesetzt

Thx
Murph

Re: Shop Mudule 1.4.1 Problem bei Anzeige Products

Posted: Fri 24. Apr 2009, 13:20
by flip-flop
Hallo,

welche php-Version nutzt du? -> http://de3.php.net/mysql_real_escape_string
mysql_real_escape_string

(PHP 4 >= 4.3.0, PHP 5)
- oder hast du das System gepatcht?

Knut

Re: Shop Mudule 1.4.1 Problem bei Anzeige Products

Posted: Sat 25. Apr 2009, 06:29
by juergen
Hallo,

dieses
Access denied for user 'nobody'@'localhost'
betrifft aber die gesamte Seite ?