Name: luis flores Email: luisivanflores@multi-net.com.mx
the installer stops on the step 2, nothing appears on screen
thanks
Logged In: YES user_id=77269
Check your error log for an entry about "_no_tablespace".
Applying this patch will correct this error ( change to $this->_no_tablespace($tabl);)
--- ./class.Installer.inc 2004-08-26 13:56:05.000000000 +0000 +++ /var/www/phpopenchat/include/class.Installer.inc 2004-09-30 22:01:10.000000000 +0000@@ -386,7 +386,7 @@ continue; } $connection = false; - _no_tablespace($tabl); + $this->_no_tablespace($tabl); unset($db); break; } @@ -544,4 +544,4 @@ return $out; } } -?> \ No newline at end of file +?>
Logged In: NO
same... exact.. Possible mysql permissions or connection?
xts
Log in to post a comment.
Logged In: YES
user_id=77269
Check your error log for an entry about "_no_tablespace".
Applying this patch will correct this error ( change to
$this->_no_tablespace($tabl);)
--- ./class.Installer.inc 2004-08-26
13:56:05.000000000 +0000
+++ /var/www/phpopenchat/include/class.Installer.inc
2004-09-30 22:01:10.000000000 +0000@@ -386,7 +386,7 @@
continue;
}
$connection = false;
- _no_tablespace($tabl);
+ $this->_no_tablespace($tabl);
unset($db);
break;
}
@@ -544,4 +544,4 @@
return $out;
}
}
-?>
\ No newline at end of file
+?>
Logged In: NO
same...
exact..
Possible mysql permissions or connection?
xts