Backup re-install (solved) - Joomla! Forum - community, help and support
not sure if in correct place.
i have installed xampp on local machine , seems work ok.
i have generated site backup joomlapack seems have gone fine.
the problem start reinstall backup , geet bit enter sql database name , info, have selected install sample data, nad pressed next. message
fatal error: allowed memory size of 33554432 bytes exhausted (tried allocate 16706871 bytes) in c:\xampp\htdocs\xxxxxxxx\installation\install2.php on line 165
line 165 is
function split_sql($sql) {
$sql = trim($sql);
$sql = ereg_replace("\n#[^\n]*\n", "\n", $sql);
does know how stop can't further.
i have installed 1.5 fresh no problems on xampp installation
thanks in advance.
i have installed xampp on local machine , seems work ok.
i have generated site backup joomlapack seems have gone fine.
the problem start reinstall backup , geet bit enter sql database name , info, have selected install sample data, nad pressed next. message
fatal error: allowed memory size of 33554432 bytes exhausted (tried allocate 16706871 bytes) in c:\xampp\htdocs\xxxxxxxx\installation\install2.php on line 165
line 165 is
function split_sql($sql) {
$sql = trim($sql);
$sql = ereg_replace("\n#[^\n]*\n", "\n", $sql);
does know how stop can't further.
i have installed 1.5 fresh no problems on xampp installation
thanks in advance.
you need edit thexampp's php.ini memory_limit = 8m double value listed restart apache take effect
Comments
Post a Comment