Koozali.org: home of the SME Server

Cannot run phpScheduleIt on sme 6

CasNuy

Cannot run phpScheduleIt on sme 6
« 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

ldavies

Cannot run phpScheduleIt on sme 6
« Reply #1 on: May 04, 2004, 07:55:08 AM »
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?

bobk

Re: Cannot run phpScheduleIt on sme 6
« Reply #2 on: May 04, 2004, 12:59:37 PM »
Quote from: "CasNuy"
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.

ldavies

Cannot run phpScheduleIt on sme 6
« Reply #3 on: May 04, 2004, 04:16:13 PM »
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:
Code: [Select]
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:

Code: [Select]
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?

bobk

Cannot run phpScheduleIt on sme 6
« Reply #4 on: May 05, 2004, 12:41:17 AM »
Quote from: "ldavies"
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:
Code: [Select]
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.

Quote from: "ldavies"
Down at the bottom of the other post it says to install Pear Log by doing:

Code: [Select]
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.

Cas

Pear
« Reply #5 on: May 08, 2004, 11:54:47 AM »
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