Anonymous | Login | Signup for a new account | 12-17-2024 08:35 PST |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
0001811 | [Quercus] | minor | always | 06-21-07 11:22 | 06-25-07 07:13 | ||||
Reporter | nam | View Status | public | ||||||
Assigned To | sam | ||||||||
Priority | normal | Resolution | fixed | ||||||
Status | closed | Product Version | 3.1.1 | ||||||
Summary | 0001811: zend framework parsing error | ||||||||
Description |
(rep by Kibo) I am trying to make Zend Framework run on Resin 3.1 I get this error /c:/projekti/Vast_ZF2/library/Zend/Registry.php:89: expected ',' at (token 291) in Registry.php:88: { Registry.php:89: self::setInstance(new self::$_registryClassName()); Registry.php:90: } here is part from that file class Zend_Registry extends ArrayObject{ private static $_registryClassName = 'Zend_Registry'; ..... .. protected static function init() { //this is where error ocures though only in Qurcus self::setInstance(new self::$_registryClassName()); } This would be something like self::setInstance(new Zend_Registry()); and it works on PHP 5.1.4 Apache , but not in Resin. |
||||||||
Additional Information | |||||||||
Attached Files | |||||||||
|
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
29 total queries executed. 26 unique queries executed. |