Plugin Not view

DRKT

Verified User
Joined
Oct 8, 2003
Messages
201
Hi!

I do not see any more plugins eg: intallatron, awstats in the admin and user panel. they are activated, but does not appear in the panel. they disappeared without reason.

Why?
 
Last edited:
I'm not sure if this is your problem or not but some DircectAdmin administrators have reported problems with the latest version of Zend Accelerator and certain DirectAdmin skins.

What skin are you using? What Version of Zend Accelerator? What Version of DirectAdmin? What OS Distribution?

Jeff
 
Hi!

i have:

- Directadmin 1.30.2
- Skin enhanced
- RedHat 8
- Zend Optimizer 3.3.0

thanks!
 
How downgrade?

if i do ./build zend (3.2.8) don't work more...

thanks!
 
Hi,

John set the version in DA customapache back; you should be able to do this:
Code:
cd /usr/local/directadmin/customapache
./build clean
./build update
./build zend
If that's not working, what error does it give you?

Phil
 
Yes, it is what I did. But I do not see the links to manage awstats and installatron in the panel - user and admin.

Thanks
 
Last edited:
Try downloading Zend 3.2.8 from the Zend site, and installing it manually.

Jeff
 
# Download the file to your server; get it from: http://www.zend.com/products/zend_optimizer

Move it to a reasonable directory (we use /usr/local/src).

Untar it.

cd into the resulting directory.

Then:
Code:
# ./install
All the defaults are good, except you'll have to restart Apache manually when you're done.

(Note: this is a subset of the way we install Zend Optimizer; it works for us and may work for you. We do not make any guarantees.)

Jeff
 
Back
Top