first time installation: call to undefined function ...

Having trouble installing serendipity?
Post Reply
hwguth
Posts: 2
Joined: Sun Feb 27, 2005 12:01 am
Location: Cologne
Contact:

first time installation: call to undefined function ...

Post by hwguth »

Hi,
sorry for this german post, but I prepard this in advance, not
knowing that the standard language seems to be english here. I'm
prepared to take this into account the next time!

... Nach dem äußerst animierendem Vortag über 'serendipity' von Garvin
auf dem LUUSA-Meeting in Bonn, hab ich mich getraut ('Das DING muss
ich haben, sofort, sofort, sofort!'):

- Heruntergeladen: s9y-200502251337.tar.gz ('ne 0.8ter Version)
- ausgepackt
- hochgespielt auf einen 'kostenlosen' Account, der den Requirements
genügt mit ...
Apache 1.3.31
LINUX kernel 2.4.22
MySQL 4.0.20
PHP 4.3.8
- .../myaccount.../serendipity/ gestartet
- lief gut an (kein roter Hinweis, wenig gelb, viel grün)
- Brav alle Fragen beantwortet bis:

...
Serendipity-Installation
Prüfe ob Datenbank und Tabellen bereits bestehen ...
Fatal error: Call to undefined function: serendipity_db_query() in /home/hwguth/htdocs/serendipity/include/admin/installer.inc.php on line 414

...

bei den config-questions wurde korrekt MySQL erkannt;
gefunden habe ich u.a:
.../include/db/mysql.inc.php Zeile 24:
...
function &serendipity_db_query($sql, $single = false, $result_type = "both", $reportErr = false, $assocKey = false, $assocVal = false, $expectError = false)
{
...

Hat wer 'nen Tipp, was zu tun, wo zu suchen ist, oder 'ne
kluge Frage, die mir weiterhilft?
there IS alway another way
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: first time installation: call to undefined function ...

Post by garvinhicking »

Hm, das ist komisch. Ich habe mir gerade extra mal denselben Snapshot heruntergezogen und konnte ihn soweit einrichten.

Kann es sein, dass Du die Pfadeinstellungen bei der Installation von den Defaults auf etwas anderes geändert hast? Die Pfadangaben können nur dann geändert werden wenn Serendipity auch in dem angegebenen Pfad existiert - es kopiert keine Dateien in ein evtl. anders angegebenes Verzeichnis.

Der Fehler kommt also daher weil s9y versucht aus einem Pfad die Datei zu includen, der aber wohl nicht besteht.

Es wäre also hilfreich wenn Du kurz sagst welche Installationssettings Du manuell geändert hast. :-)

Grüße,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
hwguth
Posts: 2
Joined: Sun Feb 27, 2005 12:01 am
Location: Cologne
Contact:

Post by hwguth »

Thanks for the answer!

rerunning my configuration steps with one change
everything went fine now!

my first try: {host name showing up in the Browsers URL-Line}
my second try: localhost

I didn't change the PATH-Lines!

LOOKS GREAT NOW! Thank you.
there IS alway another way
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

You're welcome. :-)

Have fun!

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Post Reply