skidmarks
Well-known Member
offline
Posts
50
Likes
550
Resources
12
Credits
9
LEVEL
4
970 XP
KrispyPepper updated Sngine - The Ultimate PHP Social Network Platform with a new update entry:
Update to 4.0.4
Read the rest of this update entry...
Update to 4.0.4
if you get an error message saying, "Parse error: syntax error, unexpected identifier "en_us", expecting ")" then edit the config.php file found in the "includes" folder and edit the unnecessary backslash at the end of this line.
from
SYS_URL "define("SYS_URL", 'http://localhost\');"
to
SYS_URL "define("SYS_URL", 'http://localhost/');"
Read the rest of this update entry...