My friend who hosts my site and runs the server claims it's installed but comusthumbs isn't finding it. Is it possible for me to install the software on my website or is this something only my host can do?
Zend Optimizer question for comusthumbs
Collapse
X
-
Tags: None
-
Originally posted by Thong Sniper
My friend who hosts my site and runs the server claims it's installed but comusthumbs isn't finding it. Is it possible for me to install the software on my website or is this something only my host can do?
your host can do it, its very easy
install.sh from command prompt and you there
-
it has to be installed in the root
create a file called test.php and put this only in the file
and then upload it, and go to that file<?php
print phpinfo();
?>
you should see a line somewhere in the first block that says
Zend Extension 20021010
if that is not there, it ain't installedComment
-
yeah i figured it needed those ;pOriginally posted by JaceXXX
there needs to be a < and a ? following it on the first line there...and the php right after it
uhm so it's finding zend on the phpinfo but not when I try to install comus, what does a brother do?<vb>signature</vb>Comment

Comment