DaVaR Offline Administrator Total Posts: 141 Joined: July 14, 2015
Posted: September 21, 2015 @ 07:30 PM The issue is in the models/sublinks.inc file.
I forgot my server is setup to accept <? as the start of a php file.
Just change <? to <?php in the models/sublinks.inc file and you should be set.
You can also edit your php.ini to allow the server to accept <? as the start of a php file by doing the following:
1: Open your php.ini file
2: Search short_open_tag and make sure it is enabled: short_open_tag = ON
3: Restart Apache and you should be good to go.
If you have an error with the server search the php.inc and make sure there are not any other short_open_tag settings.
DaVaR Offline Administrator Total Posts: 141 Joined: July 14, 2015
Posted: September 21, 2015 @ 07:33 PM Make sure to remove the top image from this post. Just in case.
I am still trying to work all these small bugs out. If you find anymore please do let me know.
Thanks for using UserApplePie.
Forum Permissions
You cannot post in this forum.
You cannot moderate this forum.
You cannot administrate this forum.