Closed (outdated)
Project:
PHPTemplate
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
31 Jan 2005 at 13:39 UTC
Updated:
13 May 2016 at 18:39 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
adschar commentedDid happen to me too. The problem is a PHP 5 related one.
In the patch also I solve a notice about returning the result of operator new by reference.
Comment #2
sengsara commentedWhat if you just change line 112 from
$value = variable_get('phptemplate_' . $type . '_links', '');to
$value = variable_get('phptemplate_' . $type . '_links', false);?
It works for me.
Comment #3
Mad Maks commentedthis works for me also
Comment #4
urbanlegend commentedGiven that this issue has not been updated in 11 years or more, I am closing this ticket as outdated (no longer needed and/or relevant). However, if anyone feels this represents an issue that is still being encountered in the current version of Drupal, please reopen and/or provide additional comments.