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
Problem with fudapi.inc.php [message #164905] Sat, 02 April 2011 09:33 Go to previous message
Dayo is currently offline  Dayo   Bahrain
Messages: 101
Registered: April 2011
Karma:
Senior Member
Hi all.

Just discovered a few days ago this after a search for something with mail list integration and managed to sort out the templating and now moved on to doing a Joomla bridge. The bridge is an adaptation of the phpbb one done here: mehdiplugins . com / misc / phpbbjoom . htm which I have used in the past. (can't use links apparently)

My problem is that when I try to include the fudapi file, I get the following a 500 error message with the following in the logs:
unexpected T_CONSTANT_ENCAPSED_STRING in /path/to/FUDforum/scripts/fudapi.inc.php on line 593,


A look at the referenced line leaves me no wiser.

The bit of code where it falls over is ...
...
$engine_path = dirname(__FILE__) . DIRECTORY_SEPARATOR;
require_once($engine_path . 'GLOBALS.php');
require_once($DATA_DIR . 'scripts/forum_login.php');
require_once($DATA_DIR . 'scripts/fudapi.inc.php');
...


The and globals forum login files are loaded ok.

Will appreciate any pointers as I can't go further with this.

Thanks


[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 01:49:25 GMT 2024

Total time taken to generate the page: 0.05417 seconds