Seite 1 von 1

Auktions MOD - Fatal error: Call to a member...

Verfasst: 18.06.2004 13:27
von henrik
hy leute ...

also habe ein forum mit intro+portal..
wollte jetzt den auctions-mod installieren ...

NAME: Auction-Mod
AUTHOR :FR (fr@php-styles.com)
VERSION :1.0m


die install anweisung soweit befolgt, ist ja nicht viel ;)..
1) Upload all of the files and folders in the auction-mod folder to the
directory where phpbb is installed by maintaining the folder structure

2) Backup all related files

3) Change the permission of the auction/upload folder to allow write by all users (777).

4) Run the file ../auction/auction_install.php and follow all of the instructions.

5) When you are finished and return to index.php you will see the shortcut to
enter the auction site and the auction add-ins will be in the admin control panel.
auch alles brav gemacht ... doch wenn ich die install.php aufrufe kommt folgende meldung :

Fatal error: Call to a member function on a non-object in /homepages/1/d24830712/htdocs/www.bornheim-chiller.net/forum/auction- ... nstall.php on line 399

habe in die auction_install.php reingeschaut ..zeile 399 sagt :

Code: Alles auswählen

if( !($result = $db->sql_query($sql)) )
           {
               $version = "You dont have any existing installation of phpbb-auction or you are using an unsupported beta.";
               $installed = 0;
suuper ! alles klar :) ...ganz ehrlich keine ahnung ...hhmm..

ps: was für ein editor nutzt ihr so generell zum bearbeiten von .php dateien ??

thx

Verfasst: 18.06.2004 13:43
von Markus67
Hi ...

also im Normalfall werden die ganzen install-Dateien eines MOD's in den Forumroot hochgeladen (da wo auch memberlist.php ist) und von dort ausgeführt ....

Probiers einfach mal aus ...

Ich nutze für das bearbeiten der Dateien diesen Editor ...

Weaverslave 4.0

Markus

Verfasst: 22.07.2004 15:23
von FR
Markus67 hat geschrieben:Hi ...

also im Normalfall werden die ganzen install-Dateien eines MOD's in den Forumroot hochgeladen (da wo auch memberlist.php ist) und von dort ausgeführt ....
Markus
yo, genau so ist es. muss alles ins phpBB root.