Page 1 of 1

any one running php 5.1? tokenizer?

Posted: Tue Feb 27, 2007 11:57 pm
by factor1
I am having all my 12 CMSms sites render blank. We just moved all the sites from one server to another.

Old server was running PHP 4.3.3, new server running PHP 5.1.0

I came across a warning in a new install stating tokenizer is not running, and "may cause pages to render pure white".

Re: any one running php 5.1? tokenizer?

Posted: Wed Feb 28, 2007 1:09 am
by Dee
factor1 wrote: I came across a warning in a new install stating tokenizer is not running, and "may cause pages to render pure white".
That looks like PHP tokenizer support is not enabled on the new server.

Check your logs for PHP fatal errors.

Regards,
D

Re: any one running php 5.1? tokenizer?

Posted: Wed Feb 28, 2007 10:31 pm
by factor1
how would I check that?

Re: any one running php 5.1? tokenizer?

Posted: Wed Feb 28, 2007 11:46 pm
by Dee
factor1 wrote: how would I check that?
phpinfo() should give a section like this:
tokenizer
Tokenizer Support enabled
Create a small script containing

Code: Select all

phpinfo();
or create a UDT as described here.

Regards,
D

Re: any one running php 5.1? tokenizer?

Posted: Thu Mar 01, 2007 12:04 am
by factor1
Yes, I have an info file on my server, with no reference to tokenizer.

I am pretty sure this is my issue. I will try and install it to clarify for sure.