Loading...
 
Architecture / Installation

Architecture / Installation


blank page after admin login

posts: 4

Hello,
I am getting a blank page on the tiki-index.php page after I login as user admin password admin. I looked at the source and there was only the html tags and the body tags on the page. I have tiki installed on a linux box and I'm not sure what to next. Any help would be greatly appreciated. Thank you!


posts: 4
Thank you for replying! Yes checking my php.ini file was the first thing I did when I started trying to fix this.

posts: 1092

Did you solve your pb?
Is it your first logging into Tiki?
Just an idea:
If you have no text between the html tags, perhaps the smarty compilation went wrong. Can you check if you have something in templates_c/*xxx* where xxx should be something like tiki-change_password (or the file name without php on the url)?
Do you have only html tags in this file?


posts: 4

Thank you for responding. I checked that directory and all I have is a en directory, index.php file, and a README file. I looked at the index.php file and there was a line of code in it:
header ("location: ../tiki-index.php");

So no, I did not find the tiki-change_password file in the templates_c directory. I did find tiki-change_password.php one directory up which would be the main tiki directory. I'll look more into the smarty compilation and see what that is and about. If you have any ideas of what I should have in the templates_c directory please let me know. Thank you!

posts: 1092

Sorry , I forgot to ask if it is 1.8 or 1.9. THe smarty compiled files organisation changed between the 2 versions.
So you must have the compiled files in templates_c/en/*/*/


posts: 4
Thank you for responding. Under /tiki/templates I find the tiki-change_password.tpl file. There is not really anything under the tiki/templates_c/en directory except for directories %%-13, %%131, %%-17, %%181, %%239, %%-58, %%699. I'm not sure what those directories are or for. I'm actually using version 1.7 for my tiki. Should I be switching to 1.8?