TinyPortal
Development => Support => Topic started by: ndsharp on May 27, 2009, 10:16:51 PM
I made a fresh install of SMF 1.1.9 to try out tiny portal. After trying to install via the admin panel I get redirected to a blank page (url seems to be trying to point to install options) after this happens the forum index page is also just a dead blank page. What could be wrong? I can't seem to find anyone else with a similar problem.
Thanks.
Wouldn't be able to figure that out just by your description. I would suggest if the package manager is not installing it for you, that you try the manual install.
How do I manually install TinyPortal (http://docs.tinyportal.co.uk/index.php?topic=29)
I will give that a try.
Also I enabled php errors to see what might be happening and received this:
Warning: require_once(/var/www/test_forum/Sources/TPortal.php) [function.require-once]: failed to open stream: No such file or directory in /var/www/test_forum/index.php on line 60
Fatal error: require_once() [function.require]: Failed opening required '/var/www/test_forum/Sources/TPortal.php' (include_path='.:/usr/share/pear:/usr/share/php') in /var/www/test_forum/index.php on line 60
Thanks again
Yep, if you search for those types of errors here you will come to know that this is a server permission issue 99% of the time. Usually something in the configuration that prevents PHP from being able to complete the process. Nothing we can pin down, so you're better off doing it manually. Good luck, and let us know if you get stuck.
Thanks. Adding the missing files to the sources directory and adding the missing theme files fixed it.
Thank you!
Marking solved.