Topic: search.php parsing error with: ?action=show_subscriptions and others..
Hi,
I've integrated punBB here: http://feralhouse.com/feral_parlour/
I am getting a parsing error under certain circumstances. Basically, if a user hasn't posted, subscibed to a thread, or if there have not been new posts since their last visit,
search.php?action=show_subscriptions,
search.php?action=show_new, and
search.php?action=show_user&user_id=3
do not work as they should.
For example:
If a user has not subscribed to a topic, and then clicks this link:
feralhouse.com/feral_parlour/search.php?action=show_subscriptions
I get the alert: "Unable to read ini file." (This is telling me that a pun include in main.tpl isn't able to read a .ini pref file.)
If I subscibe to a topic though, and then click the same link, it works -- the pun include works as it should, and I get a list of the threads that I have subscibed to.
I am wondering why this may be happening, and if it can be fixed?
If you need any code in question, let me know.
Thanks.