wasimshaikh / php-calendar

Automatically exported from code.google.com/p/php-calendar
1 stars 0 forks source link

Updated from PHP 5.1.6 to 5.3 on Centos5 and now getting blank pages #91

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Using Centos5.6, Apache2.2, php5.3, MySQL5.0.77
2. First working with PHP 5.1.6 , update to PHP 5.3
3. Getting blank pages / error messages

What is the expected output? What do you see instead?
Blank pages or errors

example:
Warning: include(connect/dbase.conf) [function.include]: failed to open stream: 
No such file or directory in /var/www/html/function/createEquipmentRecord.php 
on line 2

Warning: include() [function.include]: Failed opening 'connect/dbase.conf' for 
inclusion (include_path='.:/usr/share/pear:/usr/share/php') in 
/var/www/html/function/createEquipmentRecord.php on line 2

What version of the product are you using? On what operating system?
Unsure of php-calendar version, but there is an update10.php file in the 
directory with a copyright date of 2009. Using Centos5.6, Apache2.2, php5.3, 
MySQL5.0.77

Please provide any additional information below.

I have PHP5.3 installed with mysqli enabled, but am getting blank pages when 
going to view the site. PHP-calendar was working under PHP 5.1.6 on Centos 5, 
but I needed to upgrade to 5.3 in order for Modx to function correctly.

phpinfo() output from working and non-working machines attached.

Original issue reported on code.google.com by ryanjame...@gmail.com on 14 Feb 2012 at 7:26

Attachments:

GoogleCodeExporter commented 9 years ago
You need to have ADOdb installed. You can check the NEWS file for the version, 
typically. You may have had ADOdb installed system-wide before, and lost it on 
the upgrade. Recent versions of the calendar don't use ADOdb, so I haven't 
tested it in a long time. You can download it here: 
http://adodb.sourceforge.net/

Original comment by sproctor@gmail.com on 16 Jul 2012 at 1:08

GoogleCodeExporter commented 9 years ago
Thanks for your response. 

Original comment by ryanjame...@gmail.com on 16 Jul 2012 at 2:25