Hello,
I'm just installes the version 1.1.4.2 of the SMF Bridge.
When I try to save settings following the Installation Instruction, I get an error message :
Parse error: parse error, unexpected ';' in /var/www/joomla/test/administrator/components/com_smf/config.smf.php on line 6
After edit the config.smf.php, I can see that :
1.
<?php
2.
global $smf_path, $smf_redirect, $joomla_redirect, $smf_prefix, $mos_prefix;
3.
global $wrapped, $sync_uname, $hideemail, $cbprofile, $registration_module, $login_module, $mosurl;
4.
global $announce_url, $news_url, $latest_joomlasmf_url;
5.
$smf_path = "";
6.
$smf_redirect = ;
7.
$joomla_redirect = ;
8.
$mos_prefix = "jos_";
9.
$smf_prefix = "";
10.
$wrapped = ;
11.
$sync_uname = ;
12.
$hideemail = ;
13.
$cbprofile = 0;
14.
$registration_module = "";
15.
$login_module = "";
16.
$mosurl = "http://test.myweblan.net/index.php?option=com_smf&Itemid=32&";
17.
$jsmf_debug = ;
18.
//The following are used for the syndication feed
19.
$announce_url = "http://www.joomlahacks.com/news/mh_announcement.rdf";
20.
$news_url = "http://www.joomlahacks.com/index2.php?option=com_rss&feed=RSS1.0&no_html=ss1";
21.
$latest_joomlasmf_url = "http://www.joomlahacks.com/news/mh_mambo_smf_update.rdf";
22.
?>
Somes variables are initialized without "" ... like line 6,7 ...
I think that a bug exist in the save function ...
someone can help me to fix that ?
Thanks,
Kinai
Forum 







