Hi,
Is there a place where to find the latest D4? Yep D four! Was it compatible with PHP 5?
Does anyone remember what had to be fixed to make it PHP 5 compatible.
I'm getting some errors about: 1 timezone (fixed) 2 array_merge getting as input something that is not an array (probably fixed) 3 assignment to non object causing "Creating default object from empty value in" (probably fixed)
But even fixing all the above... the site still doesn't work and I'm getting something like:
{primary_links} {_BLOCK_.footer.blocks} {_BLOCK_.header.title} {_BLOCK_.node.title} ...
Actually I'm not really sure if the fix I used for 2 (casting to array the return of functions) and 3 (ignoring the error @) were actual fix.
It's just Sunday midnight and I'd really appreciate some clue to temporarily resurrect this site.
http://drupal.org/node/208598 Don't recall if it was compatible with PHP 5 :|
On Sun, Aug 2, 2009 at 6:43 PM, Ivan Sergio Borgonovo mail@webthatworks.itwrote:
Hi,
Is there a place where to find the latest D4? Yep D four! Was it compatible with PHP 5?
Does anyone remember what had to be fixed to make it PHP 5 compatible.
I'm getting some errors about: 1 timezone (fixed) 2 array_merge getting as input something that is not an array (probably fixed) 3 assignment to non object causing "Creating default object from empty value in" (probably fixed)
But even fixing all the above... the site still doesn't work and I'm getting something like:
{primary_links} {_BLOCK_.footer.blocks} {_BLOCK_.header.title} {_BLOCK_.node.title} ...
Actually I'm not really sure if the fix I used for 2 (casting to array the return of functions) and 3 (ignoring the error @) were actual fix.
It's just Sunday midnight and I'd really appreciate some clue to temporarily resurrect this site.
-- Ivan Sergio Borgonovo http://www.webthatworks.it
-- [ Drupal support list | http://lists.drupal.org/ ]
On Sun, 2 Aug 2009 19:56:42 -0300 Victor Kane victorkane@gmail.com wrote:
How did you get there?
Don't recall if it was compatible with PHP 5 :|
I'll let you know ;)
thanks
the only solution I can think of is to use an old xampp build that still had php4 support
reasons a) most likely has the modules you'll need b) can be run securely so you don't have to worry about the php4 and old Drupal version bugs/issues/vulnerabilities.
can anyone remember the last version that had it still?
-- Dan Horning
American Digital Services - Where you are only limited by imagination. dan.horning@planetnoc.com :: http://www.americandigitalservices.com 1-518-444-0213 x502 . toll free 1-800-863-3854 . fax 1-888-474-6133 15 Third Street, PO Box 746, Troy, NY 12180 (by appointment only)
-----Original Message----- From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Ivan Sergio Borgonovo Sent: Sunday, August 02, 2009 7:59 PM To: support@drupal.org Subject: Re: [support] saving a 4.X D installation
On Sun, 2 Aug 2009 19:56:42 -0300 Victor Kane victorkane@gmail.com wrote:
How did you get there?
Don't recall if it was compatible with PHP 5 :|
I'll let you know ;)
thanks
-- Ivan Sergio Borgonovo http://www.webthatworks.it
-- [ Drupal support list | http://lists.drupal.org/ ]
What you've got there is an XTemplate-based theme. XTemplate used to be the default Drupal template engine, but was supplanted by PHPTemplate. The last version of Drupal to ship with XTemplate was (wait for it) 4.6. XTemplate itself was never PHP 5 compatible, which is one of the many reasons it was dropped. So um, yeah, good luck with that. :-)
Most 4.6 sites, as far as I know, had PHPTemplate installed, too, and a PHPTemplate-based theme, and used that instead. Perhaps you just have the wrong theme selected?
On Sunday 02 August 2009 4:43:22 pm Ivan Sergio Borgonovo wrote:
Hi,
Is there a place where to find the latest D4? Yep D four! Was it compatible with PHP 5?
Does anyone remember what had to be fixed to make it PHP 5 compatible.
I'm getting some errors about: 1 timezone (fixed) 2 array_merge getting as input something that is not an array (probably fixed) 3 assignment to non object causing "Creating default object from empty value in" (probably fixed)
But even fixing all the above... the site still doesn't work and I'm getting something like:
{primary_links} {_BLOCK_.footer.blocks} {_BLOCK_.header.title} {_BLOCK_.node.title} ...
Actually I'm not really sure if the fix I used for 2 (casting to array the return of functions) and 3 (ignoring the error @) were actual fix.
It's just Sunday midnight and I'd really appreciate some clue to temporarily resurrect this site.