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".
any one running php 5.1? tokenizer?
Re: any one running php 5.1? tokenizer?
That looks like PHP tokenizer support is not enabled on the new server.factor1 wrote: I came across a warning in a new install stating tokenizer is not running, and "may cause pages to render pure white".
Check your logs for PHP fatal errors.
Regards,
D
Re: any one running php 5.1? tokenizer?
how would I check that?
Re: any one running php 5.1? tokenizer?
phpinfo() should give a section like this:factor1 wrote: how would I check that?
Create a small script containingtokenizer
Tokenizer Support enabled
Code: Select all
phpinfo();
Regards,
D
Re: any one running php 5.1? tokenizer?
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.
I am pretty sure this is my issue. I will try and install it to clarify for sure.