webcalendar icon indicating copy to clipboard operation
webcalendar copied to clipboard

Things that got removed in PHP 7.0

Open bbannon opened this issue 1 year ago • 2 comments

File includes/php4dbi.php, is calling functions that were removed from PHP 7.0

mysql_affected_rows mysql_close mysql_connect mysql_error mysql_escape_string mysql_free_result mysql_pconnect mysql_fetch_array mysql_real_escape_string mysql_query mysql_select_db

OCIFetchInto

I haven't tried to figure out replacements yet.

bbannon avatar Oct 03 '23 21:10 bbannon

It sounds like you entered "mysql" for your db_type in settings.php. If that's the case, once you change it to "mysqli", the proper functions will be called. That one bit me, as well.

The installer of this script really needs some work. It's not configured for non-programmers.

s22-tech avatar Oct 04 '23 14:10 s22-tech

Actually, I checked them on https://www.php.net

On Wed, Oct 4, 2023 at 8:15 AM s22-tech @.***> wrote:

It sounds like you entered "mysql" for your db_type in settings.php. If that's the case, once you change it to "mysqli", the proper functions will be called. That one bit me, as well.

The installer of this script really needs some work. It's not configured for non-programmers.

— Reply to this email directly, view it on GitHub https://github.com/craigk5n/webcalendar/issues/425#issuecomment-1746957379, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHJ7GLX2XIG4J65FCFNP7ALX5VVRHAVCNFSM6AAAAAA5RTKIRGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONBWHE2TOMZXHE . You are receiving this because you authored the thread.Message ID: @.***>

bbannon avatar Oct 04 '23 16:10 bbannon