any one running php 5.1? tokenizer?

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
Locked
User avatar
factor1
Forum Members
Forum Members
Posts: 128
Joined: Thu Apr 13, 2006 11:24 pm

any one running php 5.1? tokenizer?

Post 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".
Dee
Power Poster
Power Poster
Posts: 1197
Joined: Sun Mar 19, 2006 8:46 pm

Re: any one running php 5.1? tokenizer?

Post 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
User avatar
factor1
Forum Members
Forum Members
Posts: 128
Joined: Thu Apr 13, 2006 11:24 pm

Re: any one running php 5.1? tokenizer?

Post by factor1 »

how would I check that?
Dee
Power Poster
Power Poster
Posts: 1197
Joined: Sun Mar 19, 2006 8:46 pm

Re: any one running php 5.1? tokenizer?

Post 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
User avatar
factor1
Forum Members
Forum Members
Posts: 128
Joined: Thu Apr 13, 2006 11:24 pm

Re: any one running php 5.1? tokenizer?

Post 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.
Locked

Return to “[locked] Installation, Setup and Upgrade”