Customizing SMF > SMF Coding Discussion

Converting SA_auth to SMF

<< < (3/7) > >>

wargames:
Thanks alot now I got to figure out how to impliment it into the MWO forums.

wargames:
Well I am getting a 500 internal error with the script and I have no clue what I am doing wrong. http://mwo.gooncave.com/sa_auth.php [nofollow]

updated pastebin http://pastebin.com/P9KPihxh [nofollow]

emanuele:
500 is frequently due to wrong file permissions.
If you have it 777 try use 755 or even 644.

wargames:
sadly changing the permissions didn't help.

emanuele:
You changed the path in the file and removed the trailing slash, so now you have to change this:

--- Code: ---require_once( $forum_path . 'SSI.php' );
--- End code ---
to

--- Code: ---require_once( $forum_path . '/SSI.php' );
--- End code ---

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version