Loading...
 
Architecture / Installation

Architecture / Installation


[solved] Again - the Blank tiki-index.php error

posts: 11

I've installed tiki v3.0 with no errors. But it does not start after and jist shows the BLANK PAGE instead of any pages.

I've tried to input some output into tiki-index.php - and it worked well! PhpMyAdmin also works properly on the same instance.

I've also read the whole set of ideas about php memory_limit. I have 128M.

Could anyboidy help me? It looks like it just does not work at all..

posts: 4

Not only do you need php memory limit but many times your web server has a memory setting too.

I suggest anyone who has a blank page (this memory problem has always been the cause/issue for me with tiki and blank pages) run a phpinfo command to make sure the php.ini file they are editing is the same one the installation is using at runtime.

Just put this in a file called phpinfo.php and put it on your server then load the page in a browser.


phpinfo();

It will tell you not only the path to the ini file its loading but it gives you oodles of other information.

posts: 11
I've done it. There is nothing strange inside. Could you tell me which parameters should I check first?

posts: 1630 Canada

Which profile?

M ;-)

posts: 11
Company Intranet, Personal Blog and one more.. it seems not working with any of them.



posts: 7

I just solved my blank page problem after 3 days investigation. confused
If you want to check something to get some info instead of blank, you can try my way.

1. Check templates_c folder. It should contain more than 5 files (around 10-15)
Tiki compiles template (.tpl) into this folder during runtime before display.

2. Insert some debug code in "tiki-index.php" file.
Some html tags cannot not be shown in this page. So please get from attached file.

posts: 11

1. I have just only 5 templates
2. DEBUG OUTPUT

php memory_limit = 64M
php max_execution_time = 300
page = HomePage
language = en
Test query table tiki_pages from MySQL database
page_id page_Name hits
1 History 0
2 Products 0
3 Services 0
4 Newsletter 0
5 policies_procedures 0
6 Help 0
7 Wiki Help 0
8 Instructions 0
9 HomePage 31
10 Company Directory 0
11 Team 0
12 about 0

posts: 7

"1. I have just only 5 templates" That's why you see blank page.
The 5 files that you found was created during installation.

Like I said, Tiki compiles template (.tpl) into templates_c folder during runtime before display.
Normally there should be more than 10 files, depends on how many modules you've browsed to.
For example, currently I have 62 files. (but yes, start from 5, same to you)


What we know till now:
- Memory limit is enough.
- Database was created successfully with 12 initial pages created from Company Intranet profile


Let's go on. What version of php that you're using?
Check by browse to http://your tiki site/tiki-phpinfo.php or add one more line to the testing php file.

Copy to clipboard
echo "PHP version = " . phpversion();

I know you did try my solution according to this topic
I just uploaded my modified core.is_secure.php file to that topic. Can you try put it in your site?
Don't replace the original file. Just try and see whether you have luck smile
If not resolved, roll back to original file.

posts: 35
I tried this. It said my memory was at 32 and when I reviewed the documentation for Wiki it even suggests 32 is the required memory so i'm abit confused as to why you are saying it is 64? Or is the documentation wrong?

posts: 7
One thing that you should also check, although I guess it's already correct, is your database connection data in \db\local.php file. Open it and you will see.

Upcoming Events

1)  18 Apr 2024 14:00 GMT-0000
Tiki Roundtable Meeting
2)  16 May 2024 14:00 GMT-0000
Tiki Roundtable Meeting
3)  20 Jun 2024 14:00 GMT-0000
Tiki Roundtable Meeting
4)  18 Jul 2024 14:00 GMT-0000
Tiki Roundtable Meeting
5)  15 Aug 2024 14:00 GMT-0000
Tiki Roundtable Meeting
6)  19 Sep 2024 14:00 GMT-0000
Tiki Roundtable Meeting
7) 
Tiki birthday
8)  17 Oct 2024 14:00 GMT-0000
Tiki Roundtable Meeting
9)  21 Nov 2024 14:00 GMT-0000
Tiki Roundtable Meeting
10)  19 Dec 2024 14:00 GMT-0000
Tiki Roundtable Meeting