Problem installing php-4.4.0-compat.tar.gz

Started by misterdan, September 17, 2005, 09:19:49 AM

Previous topic - Next topic

misterdan

Here's the error message I recieve:

"Install Actions for archive php-4.4.0-compat.tar.gz:
Installing this package will perform the following actions:
   Type    Action    Description
1.    Execute Modification    ./Sources/Subs.php    Failure

[ Proceed ]"

I also tried opening up Subs.php but I was unable to find "&mysql_query", am I looking for, "=&mysql_query"?, Instead I found:

$ret = mysql_query($db_string, $db_connection);
if ($ret === false)
$ret = db_error($db_string, $file, $line);


and
resource db_query(string database_query, string __FILE__, int __LINE__)
- should always be used in place of mysql_query.
- executes a query string, and implements needed error checking.


I have these mods installed:
G&S_Sticky
Report PM to Administrator
Unsend Private Messages

What should I do?


Thanks,
Dan

Oldiesmann

Several months after 1.0.5 was released, we found a compatibility issue with PHP 4.4.0, and released that patch so people with existing 1.0.5 installs could fix the problem. All 1.0.5 packages since the compatibility issue was discovered already include this fix, so if you just installed it, you don't need to do anything else.
Michael Eshom
Christian Metal Fans

misterdan

oh, well I assume I already have it then. lol :) thanks.

Advertisement: