Jump to content
xisto Community
Sign in to follow this  
MusicOnly

Can Someone Help Me Solve This Problem? joomla and smf

Recommended Posts

can someone tell me how to solve this problem? visit my site and go on forums

My Webpage

Share this post


Link to post
Share on other sites

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

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

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

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

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

Problem solved! I upgraded smf and then installed bridge. It works perfect!

Share this post


Link to post
Share on other sites
Guest
This topic is now closed to further replies.
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.