an error that wont go...?
Moderator: General Moderators
- John Cartwright
- Site Admin
- Posts: 11470
- Joined: Tue Dec 23, 2003 2:10 am
- Location: Toronto
- Contact:
-
gaogier
- Forum Contributor
- Posts: 391
- Joined: Wed Mar 02, 2005 1:02 pm
- Location: Portsmouth, UK
- Contact:
sorry got another error
Fatal error: Call to undefined function: generate_smilies() in /home/gaogier/public_html/forums/posting.php on line 965
the part of the code
Fatal error: Call to undefined function: generate_smilies() in /home/gaogier/public_html/forums/posting.php on line 965
the part of the code
Code: Select all
// Generate smilies listing for page output
generate_smilies('inline', PAGE_POSTING);-
gaogier
- Forum Contributor
- Posts: 391
- Joined: Wed Mar 02, 2005 1:02 pm
- Location: Portsmouth, UK
- Contact:
i have also posted this here http://www.phpbb.com/phpBB/viewtopic.php?t=315004 and nothing has comeout of this
i have also reuploaded the file and nothing changed
i have also reuploaded the file and nothing changed
-
gaogier
- Forum Contributor
- Posts: 391
- Joined: Wed Mar 02, 2005 1:02 pm
- Location: Portsmouth, UK
- Contact:
it seems to be the smilies
i took this code out and it now works fine but no smilies
i took this code out and it now works fine but no smilies
Code: Select all
// Generate smilies listing for page output
generate_smilies('inline', PAGE_POSTING);- feyd
- Neighborhood Spidermoddy
- Posts: 31559
- Joined: Mon Mar 29, 2004 3:24 pm
- Location: Bothell, Washington, USA
correctly placing that ending brace would probably help. You may need to include bbcode.php.. I have no idea. I don't know what mods you've installed, let alone how they would work... I could suggest a reinstall of phpbb back to bone stock and slowly modify it back to where you want it, making sure you fix this stuff locally before sending it to the server.