Hi
No create zenpage tables.
This error display if no zp_config.php or if login or pasword mysql is incorect
"Fatal error: Call to undefined function filesystemToInternal() in C:\wa\www
\z7\zp-core\setup.php on line 1554"
current
$expected_tables = array($_zp_conf_vars['mysql_prefix'].'options', $_zp_conf_vars['mysql_prefix'].'albums',
$_zp_conf_vars['mysql_prefix'].'images', $_zp_conf_vars['mysql_prefix'].'comments',
$_zp_conf_vars['mysql_prefix'].'administrators', $_zp_conf_vars['mysql_prefix'].'admin_to_object',
$_zp_conf_vars['mysql_prefix'].'tags', $_zp_conf_vars['mysql_prefix'].'obj_to_tag',
$_zp_conf_vars['mysql_prefix'].'captcha',$_zp_conf_vars['mysql_prefix'].'pages',
$_zp_conf_vars['mysql_prefix'].'news2cat', $_zp_conf_vars['mysql_prefix'].'news_categories',
$_zp_conf_vars['mysql_prefix'].'news',$_zp_conf_vars['mysql_prefix'].'menu',
$_zp_conf_vars['mysql_prefix'].'plugin_storage'
);
Should by
$expected_tables = array($_zp_conf_vars['mysql_prefix'].'options', $_zp_conf_vars['mysql_prefix'].'albums',
$_zp_conf_vars['mysql_prefix'].'images', $_zp_conf_vars['mysql_prefix'].'comments',
$_zp_conf_vars['mysql_prefix'].'administrators', $_zp_conf_vars['mysql_prefix'].'admin_to_object',
$_zp_conf_vars['mysql_prefix'].'tags', $_zp_conf_vars['mysql_prefix'].'obj_to_tag',
$_zp_conf_vars['mysql_prefix'].'captcha',$_zp_conf_vars['mysql_prefix'].'zenpage_pages',
$_zp_conf_vars['mysql_prefix'].'zenpage_news2cat', $_zp_conf_vars['mysql_prefix'].'zenpage_news_categories',
$_zp_conf_vars['mysql_prefix'].'zenpage_news',$_zp_conf_vars['mysql_prefix'].'menu',
$_zp_conf_vars['mysql_prefix'].'plugin_storage'
);
Comments
testing for my site. Other change is ok
Thank's for answer.