Koozali.org: home of the SME Server
Legacy Forums => Experienced User Forum => Topic started by: CasNuy on March 02, 2004, 10:58:56 PM
-
I run sme 6.0 with all patches loaded. In addition I have upgraded my php to 4.3.4.
I wanted to run phpScheduleIt which requires this php and pear support.
As far as i know this(pear) should be part of the sme installation.
As soon as I try to use the above mentioned program, all i get is a blank screen which is initiated at the moment DB.php is included.
Can someone point me in the right direction ?
Would like to say, you can see it on my website (www.nuy.info/other/phpScheduleIt) but there is not much to see facing a blank screen !!
Thanks,
Cas
-
I am installing geeklog and have the same problem. I think you have now solved it by using an alias or that's my guess. I really don't like this though. I would like to go to http://www.boldwellies.com and get my geeklog site and not www.boldwellies.com/aliastogeeklog as I think you have done.
Check out the lovely blank screen I get because I cannot get php to work in the primary ibay.
Any suggestions?
-
I run sme 6.0 with all patches loaded. In addition I have upgraded my php to 4.3.4.
I wanted to run phpScheduleIt which requires this php and pear support.
As far as i know this(pear) should be part of the sme installation.
As soon as I try to use the above mentioned program, all i get is a blank screen which is initiated at the moment DB.php is included.
Can someone point me in the right direction ?
Would like to say, you can see it on my website (www.nuy.info/other/phpScheduleIt) but there is not much to see facing a blank screen !!
Thanks,
Cas
Pear is not active by default. Check out this post http://forums.contribs.org/index.php?topic=22135.msg87850#msg87850.
-
i read the other post and looked at my php.ini file and the file etc/templates/e-smith/etc/php.ini/50PathsDirectories and they both say the following:
include_path = ".:/usr/share/php"
doc_root =
user_dir =
extension_dir = /usr/lib/php4
enable_dl = On
I presume that pear is already on and installed and it is not working.
Down at the bottom of the other post it says to install Pear Log by doing:
pear install Log
/etc/init.d/httpd restart
/etc.init.d/httpd-e-smith restart
Is that something that has to be done as well? What is it?
-
i read the other post and looked at my php.ini file and the file etc/templates/e-smith/etc/php.ini/50PathsDirectories and they both say the following:
include_path = ".:/usr/share/php"
doc_root =
user_dir =
extension_dir = /usr/lib/php4
enable_dl = On
I presume that pear is already on and installed and it is not working.
...
Did you find a directory /usr/share/php? There isn't one on my system, so that path statement is useless.
Try /usr/share/pear because that is there.
Down at the bottom of the other post it says to install Pear Log by doing:
pear install Log
/etc/init.d/httpd restart
/etc.init.d/httpd-e-smith restart
Is that something that has to be done as well? What is it?
If your webmail is also broken then do that too. But I would take it one step at a time.
-
It is an issue around openbasedir. Check out Dan Brown's forum or even better use his latest upgrade to php 4.3.5
www.familybrown.org
Cas