Best of joomla gives you news, joomla templates, tutorials and websites about Joomla , FireBoard and FireMessage official page.
| No account yet?   |
The FireBoard forum component development is still going on. In order to get better, FireBoard will be moved from the Best of Joomla website.
During this transition period, the forum in Best of Joomla will be closed to new posts.
Welcome, Guest
Please Login or Register.    Lost Password?
FireBoard Manual Latest release discussions Download FireBoard
SOLVED: random code output when viewing thread? (1 viewing) (1) Guest
TOPIC: SOLVED: random code output when viewing thread?
#28662
SOLVED: random code output when viewing thread? 1 Year, 2 Months ago  
SOLVED: PHP Short Tag in MathGuard.php and MathGuard2.php from MXComment Component.




So this is what I get when viewing a thread on my freshly installed fireboard forum.

Link:
nsf.planetunreal.gamespy.com/index.php?o...mp;id=1&catid=13

I'm not sure exactly how to fix this, but I am going to just try to copy all of the files over manually and see what happens. I searched the boards but couldn't find any similar problems, so if anyone could help I would appreciate it.


0); return $output; } /** function that renders a final 3x5 matrix consisting of random characters * @param $a random number a that renders to the 3x5 matrix consisting of random characters * @param $b random number b that renders to the 3x5 matrix consisting of random characters * */ function renderExpression($a, $b) { $output2 = ""; $number = array ( array ( 7, 5, 5, 5, 7 ), array ( 2, 6, 2, 2, 7 ), array ( 7, 1, 7, 4, 7 ), array ( 7, 1, 7, 1, 7 ), array ( 4, 5, 7, 1, 1 ), array ( 7, 4, 7, 1, 7 ), array ( 7, 4, 7, 5, 7 ), array ( 7, 1, 1, 1, 1 ), array ( 7, 5, 7, 5, 7 ), array ( 7, 5, 7, 1, 7 ) ); $plus = array ( 0, 2, 7, 2, 0 ); $eq = array ( 0, 7, 0, 7, 0 ); for ($line = 0; $line
DarkNSF (User)
Fresh Boarder
Posts: 6
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Last Edit: 2007/10/26 00:47 By DarkNSF.
 
 
#28706
Re:random code output when viewing thread? 1 Year, 2 Months ago  
this actually appears to be happening in joomla aswell, as my front page has the same problem
DarkNSF (User)
Fresh Boarder
Posts: 6
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#28711
Re:random code output when viewing thread? 1 Year, 2 Months ago  
Looks like something is in debug mode.
grumblemarc (User)
Platinum Boarder
Posts: 3559
graph
User Offline Click here to see the profile of this user
Gender: Male
Logged Logged
 
 
#28713
Re:random code output when viewing thread? 1 Year, 2 Months ago  
I don't know, doesn't look like anything useful.

Debug mode is disabled in Joomla Configuration. Not sure what to do.
DarkNSF (User)
Fresh Boarder
Posts: 6
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#28744
Re:random code output when viewing thread? 1 Year, 2 Months ago  
What is Mathguard? Are you running an anti-spam Joomla plugin?
grumblemarc (User)
Platinum Boarder
Posts: 3559
graph
User Offline Click here to see the profile of this user
Gender: Male
Logged Logged
 
 
#28752
Re:random code output when viewing thread? 1 Year, 2 Months ago  
no, only components that are installed is mxc (commenting), and fireboard.


Do you think it could be gamespy's server?



- thom
DarkNSF (User)
Fresh Boarder
Posts: 6
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#28757
Re:random code output when viewing thread? 1 Year, 2 Months ago  
Possibly since you're having this issue with Joomla as well.
grumblemarc (User)
Platinum Boarder
Posts: 3559
graph
User Offline Click here to see the profile of this user
Gender: Male
Logged Logged
 
 
#28790
Re:random code output when viewing thread? 1 Year, 2 Months ago  
This definitely is NOT a FB issue.
grumblemarc (User)
Platinum Boarder
Posts: 3559
graph
User Offline Click here to see the profile of this user
Gender: Male
Logged Logged
 
Last Edit: 2007/10/24 11:45 By grumblemarc.
 
 
#28810
Re:random code output when viewing thread? 1 Year, 2 Months ago  
Sorry about this mispost then, only noticed it in fireboard until i published content in joomla.

Thanks for your help guys
DarkNSF (User)
Fresh Boarder
Posts: 6
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#28993
Re:random code output when viewing thread? 1 Year, 2 Months ago  
PeterGriffin (User)
Fresh Boarder
Posts: 13
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
Go to top