marina skin installation help

xgservers

New member
Joined
Jul 25, 2007
Messages
4
hi just need i bit of help i just can not get the marina skin to work i did all i needed to do but all i get is this

here is a pic
marina_skin.JPG


it is all Active. i used the marina_skin_installation_guide put still not working

can u help!!!
 
nop still not working

even though i have installed the 3.28 php -v still showes 3.3.0

look


[Zend]
zend_extension_manager.optimizer=/usr/local/Zend/lib/Optimizer-3.3.0
zend_extension_manager.optimizer_ts=/usr/local/Zend/lib/Optimizer_TS-3.3.0
zend_optimizer.version=3.2.8


zend_extension=/usr/local/Zend/lib/ZendExtensionManager.so
zend_extension_ts=/usr/local/Zend/lib/ZendExtensionManager_TS.so

PHP 4.4.7 (cli) (built: Jul 19 2007 23:49:41)
Copyright 1997-2007 The PHP Group
Zend Engine v1.3.0, Copyright 1998-2004 Zend Technologies
with Zend Extension Manager v1.2.0, Copyright 2003-2007, by Zend Technologies
with Zend Optimizer v3.3.0, Copyright 1998-2007, by Zend Technologies

still need help!!!
 
Try editing php.ini, remove al values of [Zend] variables and reinstall zend

Code:
[Zend]
zend_extension_manager.optimizer=
zend_extension_manager.optimizer_ts=
zend_optimizer.version=


zend_extension=
zend_extension_ts=
then, ./build zend
 
Back
Top