Hello,
I'm Chris Higginbotham with the Calcasieu Parish Public Library. I'm working on migrating our website from a hosted server to one that is in-house and I am running into a few problems.
A few of the plugins that we use appear to be either unmaintained and unsupported, or are simply not compatible with newer versions of PHP.
Our current host runs Debian with PHP 5.2. Our own server runs PHP 5.3 on Fedora right now. It appear's that we will not be able to get PHP 5.2 running on any Red Hat based distro without compling from scratch. Several modules will not even render in the browser on our internal server and it would appear that the issue is with the differing versions of PHP. My programming skills are not enough to troubleshoot this effectively. I can provide plenty of backend support, but not full coding support.
The modules that appear to have the problems are Asset, Calendar, and one that appears to be named Date. Below is a partial list of the errors that we tend to get. Asset does not render or work properly at all. I'm not entirely sure about the rest.
Any help on this would be greatly appreciated. If not for these errors, I would have the site fully running in-house already. Basically, is there anyone who has run into these sort of issues on both a migration and a system upgrade and have they been able to modify the code or the back-end database to resolve these issues?
I can be contacted at chigginbotham@calcasieu.lib.la.us if need-be.
Thank you,
Chris
•warning: Parameter 2 to asset_asset_type() expected to be a reference, value given in /var/www/html/includes/module.inc on line 462.
•warning: Parameter 2 to asset_asset_type() expected to be a reference, value given in /var/www/html/includes/module.inc on line 462.
•warning: Parameter 2 to asset_asset_type() expected to be a reference, value given in /var/www/html/includes/module.inc on line 462.
•warning: Attempt to modify property of non-object in /var/www/html/sites/default/modules/date/includes/date_plugin_display_attachment.inc on line 24.
•warning: Attempt to modify property of non-object in /var/www/html/sites/default/modules/date/includes/date_plugin_display_attachment.inc on line 25.
•warning: Attempt to modify property of non-object in /var/www/html/sites/default/modules/date/includes/date_plugin_display_attachment.inc on line 26.
•warning: Attempt to modify property of non-object in /var/www/html/sites/default/modules/calendar/includes/calendar_plugin_display_page.inc on line 54.
•warning: Attempt to modify property of non-object in /var/www/html/sites/default/modules/calendar/includes/calendar_plugin_display_page.inc on line 55.
•warning: Attempt to modify property of non-object in /var/www/html/sites/default/modules/calendar/includes/calendar_plugin_display_block.inc on line 50.