LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Warning messages after installation of WeCalendar. (https://www.linuxquestions.org/questions/linux-software-2/warning-messages-after-installation-of-wecalendar-418172/)

pdeman2 02-21-2006 06:41 PM

Warning messages after installation of WebCalendar.
 
I recently downloaded WebCalender-1.0.2 from http://www.k5n.us/webcalendar.php and it seemed to install correctly until I get to the index page. There is a successful connection with MySQL and everything else seems to work except for all the warning messages I get at the index page. Here they are:

Code:

Warning: main(includes/config.php): failed to open stream: No such file or directory in /srv/www/WebCalendar-1.0.2/includes/init.php on line 74

Warning: main(): Failed opening 'includes/config.php' for inclusion (include_path='/usr/share/php') in /srv/www/WebCalendar-1.0.2/includes/init.php on line 74

Warning: main(includes/php-dbi.php): failed to open stream: No such file or directory in /srv/www/WebCalendar-1.0.2/includes/init.php on line 75

Warning: main(): Failed opening 'includes/php-dbi.php' for inclusion (include_path='/usr/share/php') in /srv/www/WebCalendar-1.0.2/includes/init.php on line 75

Warning: main(includes/functions.php): failed to open stream: No such file or directory in /srv/www/WebCalendar-1.0.2/includes/init.php on line 76

Warning: main(): Failed opening 'includes/functions.php' for inclusion (include_path='/usr/share/php') in /srv/www/WebCalendar-1.0.2/includes/init.php on line 76

Warning: main(includes/): failed to open stream: No such file or directory in /srv/www/WebCalendar-1.0.2/includes/init.php on line 77

Warning: main(): Failed opening 'includes/' for inclusion (include_path='/usr/share/php') in /srv/www/WebCalendar-1.0.2/includes/init.php on line 77

Warning: main(includes/validate.php): failed to open stream: No such file or directory in /srv/www/WebCalendar-1.0.2/includes/init.php on line 78

Warning: main(): Failed opening 'includes/validate.php' for inclusion (include_path='/usr/share/php') in /srv/www/WebCalendar-1.0.2/includes/init.php on line 78

Warning: main(includes/connect.php): failed to open stream: No such file or directory in /srv/www/WebCalendar-1.0.2/includes/init.php on line 79

Warning: main(): Failed opening 'includes/connect.php' for inclusion (include_path='/usr/share/php') in /srv/www/WebCalendar-1.0.2/includes/init.php on line 79

Fatal error: Call to undefined function: load_global_settings() in /srv/www/WebCalendar-1.0.2/includes/init.php on line 81

Any ideas? Thanks in advance.

Finlay 02-22-2006 10:57 AM

do you have php compiled into apache?

pdeman2 02-22-2006 12:31 PM

Yes, PHP works fine. I run many PHP applications through Apache. All of them have worked fine except for this one.

Finlay 02-22-2006 12:33 PM

did you change the includes directory to read/write for all users

pdeman2 02-22-2006 03:29 PM

Yep- chmod 777

pdeman2 02-23-2006 06:02 PM

Warning messages after installation of WebCalendar.
 
Bump. Still no luck.

Finlay 02-23-2006 06:12 PM

not sure what else to check.
i would search this:
https://sourceforge.net/forum/forum.php?forum_id=11588

for the errors you are getting, it might be a php version problem.
also try the CVS release, that is what i am running.

pdeman2 02-23-2006 07:27 PM

I didn't have any luck on the support forum (https://sourceforge.net/forum/messag...msg_id=3584039), I posted that a while ago. I'm going to do some PHP research and see if the problem lies with PHP. If still no luck, I'll try the CVS release. Thanks for the advice.


All times are GMT -5. The time now is 09:52 AM.