FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum Development » Plugins and Code Hacks » Problem with fudapi.inc.php (Error trying to include the file)
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: Problem with fudapi.inc.php [message #164907 is a reply to message #164905] Sat, 02 April 2011 10:15 Go to previous messageGo to previous message
Dayo is currently offline  Dayo   Bahrain
Messages: 101
Registered: April 2011
Karma:
Senior Member
OK. Found the error.

fudapi.inc.php has ...
$err = 'value for '. $v .' must be unique, specified value of '. $vals[$v] '. already exists.';

in the offending line.

This is an error and should be ...
$err = 'value for '. $v .' must be unique, specified value of '. $vals[$v] .' already exists.';


I.E.
'. already exists.'
should be
.' already exists.'


Surprised I appear to be the first to have hit this.

[Updated on: Sat, 02 April 2011 10:15]

Report message to a moderator

[Message index]
 
Read Message
Read Message
Read Message
Previous Topic: Anonymize Fudforum
Next Topic: Sending to mailing-list with a fixed email address
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Sun Nov 24 07:35:48 GMT 2024

Total time taken to generate the page: 0.03969 seconds