Smilies Album problem

Allgemeiner Support zum phpBB 2 Board und phpBB 2 Modifikationen
Forumsregeln
Auch wenn hier der Support für phpBB 2 weiterhin aufrecht erhalten bleibt, weisen wir darauf hin, dass das phpBB 2 nicht mehr offiziell unterstützt und weiterentwickelt wird!
Antworten
myshell
Beiträge: 3
Registriert: Do 16.Dez, 2004 23:40

Smilies Album problem

Beitrag von myshell »

Okay I really want to add the smilies album to my board. I couldn't do a search due to I don't read German :( Anyways I got is all install and everything is fine but with the page_header.php It's got one line messed up because it's different due to the subforums hack I have installed. I was wondering if someone might beable to help me get around this cause at first it showed up then disappears once file is fully installed.
Benutzeravatar
oxpus
Administrator
Beiträge: 28735
Registriert: Mo 27.Jan, 2003 22:13
Wohnort: Bad Wildungen
Kontaktdaten:

Beitrag von oxpus »

Can you post a link or screenshot for your problem?
I still not know what you problem is about the page_header.php :confused:
Karsten Ude
-={ Das Mädchen für alles }=-
Kein Support per Messenger, Email oder PN! Unaufgeforderte Nachrichten werden ignoriert!
No support per Messenger, Email or PM. Each unasked message will be ignored!
myshell
Beiträge: 3
Registriert: Do 16.Dez, 2004 23:40

Beitrag von myshell »

I'm so sorry it just comes up
Fatal error: Call to a member function on a non-object in /home/virtual/site21/fst/var/www/forum/includes/page_header.php on line 359
Benutzeravatar
oxpus
Administrator
Beiträge: 28735
Registriert: Mo 27.Jan, 2003 22:13
Wohnort: Bad Wildungen
Kontaktdaten:

Beitrag von oxpus »

Please attach your page_header.php as a zip file here to check it out.
Karsten Ude
-={ Das Mädchen für alles }=-
Kein Support per Messenger, Email oder PN! Unaufgeforderte Nachrichten werden ignoriert!
No support per Messenger, Email or PM. Each unasked message will be ignored!
myshell
Beiträge: 3
Registriert: Do 16.Dez, 2004 23:40

Beitrag von myshell »

Okay here it is thanks for taking a look at it.
Benutzeravatar
oxpus
Administrator
Beiträge: 28735
Registriert: Mo 27.Jan, 2003 22:13
Wohnort: Bad Wildungen
Kontaktdaten:

Beitrag von oxpus »

This is the malfunction point in the file:

Code: Alles auswählen

if ( !empty($config->data['site_fav_icon']) )
{
	$nav_links_html .= '<link rel="SHORTCUT ICON" href="' . $user->img($config->data['site_fav_icon']) . '">';
}
$nav_links_html .= "\n" . '<link rel="copyright" href="http://phpBB.com" title="phpBB.com" />';
Specially there: $user->img()
This decribes a class which is not included. Check the mod for this code part about the correct installation. This error will not be produced by the smilie album...
Karsten Ude
-={ Das Mädchen für alles }=-
Kein Support per Messenger, Email oder PN! Unaufgeforderte Nachrichten werden ignoriert!
No support per Messenger, Email or PM. Each unasked message will be ignored!
Antworten