Shop Mudule 1.4.1 Problem bei Anzeige Products

Hier bekommst Du deutschsprachigen Support bezüglich offizieller Module für phpwcms. Keine Fehlermeldungen oder Erweiterungswünsche bitte!
Post Reply
Murph
Posts: 1
Joined: Fri 24. Apr 2009, 02:45

Shop Mudule 1.4.1 Problem bei Anzeige Products

Post 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
User avatar
flip-flop
Moderator
Posts: 8178
Joined: Sat 21. May 2005, 21:25
Location: HAMM (Germany)
Contact:

Re: Shop Mudule 1.4.1 Problem bei Anzeige Products

Post 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
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
User avatar
juergen
Moderator
Posts: 4556
Joined: Mon 10. Jan 2005, 18:10
Location: Weinheim
Contact:

Re: Shop Mudule 1.4.1 Problem bei Anzeige Products

Post by juergen »

Hallo,

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