06-07-2014, 12:59 AM
06-07-2014, 01:37 AM
I cannot see where this is getting "mysqlnd 5.0.8-dev - 20102224 - $Id: 731e5b87ba42146a687c29995d2dfd8b4e40b325 $" from.
A lot of these pre install checks themselves run off of url calls back to the domain, which is unfortunately a http loopback which is blocked by our firewalls, which would be the cause of the "Apach mod_rewrite module Undefined" as the test would not complete.
The Mysql version and mod rewrite are available to use so I would recommend speaking to the script developer to see if there is a way to bypass the check step.
I have from their advice raised a support ticket with Flynax, of which I have yet to receive any reply.
Could someone offer me some advice please?
Thanks.
Alex
July 10, 2013, 09:09 AM
Dear Sam Wells,
1. Open to edit the file: [ftp]/install/index.php
2. Find the code:
$mysql_version = (version_compare(mysql_get_client_info(), '4.1') == -1) ? false : true;
and replace the line to:
$mysql_version = true; //(version_compare(mysql_get_client_info(), '4.1') == -1) ? false : true;
3. Save and close the file.
A lot of these pre install checks themselves run off of url calls back to the domain, which is unfortunately a http loopback which is blocked by our firewalls, which would be the cause of the "Apach mod_rewrite module Undefined" as the test would not complete.
The Mysql version and mod rewrite are available to use so I would recommend speaking to the script developer to see if there is a way to bypass the check step.
I have from their advice raised a support ticket with Flynax, of which I have yet to receive any reply.
Could someone offer me some advice please?
Thanks.
Alex
July 10, 2013, 09:09 AM
Dear Sam Wells,
1. Open to edit the file: [ftp]/install/index.php
2. Find the code:
$mysql_version = (version_compare(mysql_get_client_info(), '4.1') == -1) ? false : true;
and replace the line to:
$mysql_version = true; //(version_compare(mysql_get_client_info(), '4.1') == -1) ? false : true;
3. Save and close the file.
06-07-2014, 06:16 AM
is original?
06-16-2014, 02:20 AM
yes orginal