MusicOnly 0 Report post Posted October 28, 2006 can someone tell me how to solve this problem? visit my site and go on forumsMy Webpage Share this post Link to post Share on other sites
ghostrider 0 Report post Posted October 28, 2006 If you post the PHP or PM it to me I can look at it. Its not that hard of an error to fix. You can email it to me too, my email is assembler7@gmail.com. Share this post Link to post Share on other sites
jlhaslip 4 Report post Posted October 28, 2006 Might have a missing single or double quote is all. Something like that.Take ghostrider up on his offer. Share this post Link to post Share on other sites
serverph 0 Report post Posted October 28, 2006 did you implement a bridge component for joomla & smf? line 6 of that config.smf.php is basically just this: ?> Share this post Link to post Share on other sites
rvalkass 5 Report post Posted October 28, 2006 The most likely cause is forgetting to close something, whether it be brackets, curly braces, quotes, anything. As the error is on line 6 it shouldn't be too difficult to look through the first few lines and see if you've missed something out. I can do the same as ghostrider, email or PM me (info in my profile) the code and I'll take a look. Share this post Link to post Share on other sites
shadowx 0 Report post Posted October 28, 2006 Basically in php when ending a command you always have to use a ";" so in the example below you can see the semi colon goes at the end RIGHT echo "hello";^^ that will display the word hello to the user WRONG echo "hello"^^ that will give you an error the same as on your website its very easy to fix as said, you could probably only copy and paste lines 5 6 and 7 of the file in question for it to be fixed, or maybe do it yourself if its a line like above but it might be a bit more complicated than that! Share this post Link to post Share on other sites
MusicOnly 0 Report post Posted November 1, 2006 i installed my forum and i installed bridge between joomla and smf but when i try to configure smf bridge in joomla it shows that parse error...dont know what to do! it freaking me out!!! Share this post Link to post Share on other sites
MusicOnly 0 Report post Posted November 4, 2006 Problem solved! I upgraded smf and then installed bridge. It works perfect! Share this post Link to post Share on other sites