Bug nach Install: Cannot instantiate non-existent class: net

Please report bugs here!

Moderator: Thorsten

Post Reply
scape
Posts: 216
Joined: Tue Apr 08, 2003 1:16 pm

Bug nach Install: Cannot instantiate non-existent class: net

Post by scape »

Cannot instantiate non-existent class: net_idna in

... das sagt mir leider rein gar nichts :oops:
Auch die entsprechende Zeile 50 nicht:

$IDN = new Net_IDNA;
Thorsten
Posts: 15724
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Post by Thorsten »

Hi,

bitte nochmal frisch das ZIP-Paket ziehen, da war eine falsche index.php drin. Oder die Zeile in das umschreiben:

Code: Select all

$IDN = new idna_convert;
bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
scape
Posts: 216
Joined: Tue Apr 08, 2003 1:16 pm

Post by scape »

Wow, das war schnell.
Funzt :P
Post Reply