SMF Support > SMF 1.1.x Support
Very weird issue... Possible bug
(1/1)
stylusss:
Until recently, this code placed in boardindex.template.php worked perfectly fine.
--- Code: ---<a href="', $scripturl . '?action=.xml;sa=recent;board=', $board['id'] ,';limit=10;type=rss">example</a>
--- End code ---
Now, when I go into my forum, it shows a white screen. So I removed the ', $scripturl . ' and it worked fine, website returns to normal. So I ended up replacing the ', $scripturl . ' with index.php and the nasty white screen appeared again. Why is the website not allowing this link to run on the main page? :-\
--- Code: ---<a href="index.php?action=.xml;sa=recent;board=', $board['id'] ,';limit=10;type=rss">example</a>
--- End code ---
emanuele:
Why did you think that part was the problem? There was a reason?
Did you try to check the error log and see if there is anything that can be related?
stylusss:
--- Quote from: emanuele on August 23, 2012, 04:07:01 PM ---Why did you think that part was the problem? There was a reason?
Did you try to check the error log and see if there is anything that can be related?
--- End quote ---
I figured that it was a result of session database errors. It's corrected now.
Navigation
[0] Message Index
Go to full version