Ok, in INSTALL.PHP I deleteurednik wrote:I give up !!
This mode is tooooo much.
I install it once, from demo site, but now I have again errors in mysql during install.
I wish to try this mode, becourse it can be core mode for my site.
Is there any simple way, how to install it ??
I use AUTOMODE, and then run install, and stuck in final step.
Code: Select all
$sql = 'UPDATE ' . BLOCK_POSITIONS_TABLE . " SET xmodules = $xmodules WHERE pid = " . $positions['sidebar'];
$db->sql_query($sql);
This is actually a bug that was reported and has been fixed in svn... just got to release a new version one of these days. That code should actually be:urednik wrote:Ok, in INSTALL.PHP I deleteurednik wrote:I give up !!
This mode is tooooo much.
I install it once, from demo site, but now I have again errors in mysql during install.
I wish to try this mode, becourse it can be core mode for my site.
Is there any simple way, how to install it ??
I use AUTOMODE, and then run install, and stuck in final step.And installation was OK...Code: Select all
$sql = 'UPDATE ' . BLOCK_POSITIONS_TABLE . " SET xmodules = $xmodules WHERE pid = " . $positions['sidebar']; $db->sql_query($sql);
Now I'm checking ...
Code: Select all
$sql = 'UPDATE ' . BLOCK_POSITIONS_TABLE . " SET xmodules = '$xmodules' WHERE pid = " . $positions['sidebar'];
$db->sql_query($sql);
However, it still comes up whenever I click on "Modules" (under "CMS Modules") in the ACP. Any idea how to fix?[phpBB Debug] PHP Notice: in file /modules/core/acp_core.php on line 71: file_exists(): open_basedir restriction in effect. File(./../modules/index.htm/info/index.htm_info.php) is not within the allowed path(s): (/srv/http/:/home/:/tmp/:/usr/share/pear/)