Customizing SMF > SMF Coding Discussion
SSI not working?
spyros94:
I was integrating a client's blog with their forum and the SSI seemed to be working yesterday perfectly but today it won't even print out the user data ($user_info).
He made a few changes last night and installed some mods:
1. Enhanced Dropdown 1.3
2. EmailValidator 1.0
3. Add Social Media Icons To Profiles 1.0.6
4. Quick Spoiler 0.9.3
I was wondering whether this is a common error and someone could help me out. At the mo when i include the SSI.php and print out the array i see all the array but the values are blank (even when logged in).
I have done a fresh install in a different directory and used the exact same code and when I log in it works perfectly so can't be anything to do with the code.
If anyone could help it would be much appreciated.
Thanks in Advance.
Y060N:
I had a similar problem very recently and gave up on it because I don't have extensive knowledge. I hope someone answers, been dying to know what the problem was.
emanuele:
Is pretty difficult to debug an issue with so few informations...
What's the code you are using?
spyros94:
I know it's nothing to do with the code since it works with a test install but not with the forum.
This is the code, just to test if it outputs the correct data.
<?php
require_once('forum/SSI.php');
print_r($user_data);
?>
spyros94:
It seems to work half the time and not the rest. WTF is up.
Navigation
[0] Message Index
[#] Next page
Go to full version