Member
Member
midas   2010-09-23, 18:43
#1

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'
);

Member
Member
kagutsuchi   2010-09-23, 18:54
#2

Are you using the latest nightly build? One of the recent changes was to shift the database from using zenpage_pages to simply pages, so what you posted as "current" should be correct. This is probably an oversight (bug) since those changes.

Administrator
Administrator
acrylian   2010-09-23, 19:09
#3

Indeed, we are also improving and restructuring the object model a little currently and especially the Zenpage parts. As soon as sbillard will be back Zenpage news categories will also get their own class for that reason.

Member
Member
midas   2010-09-23, 19:49
#4

Are you using the latest nightly build? Yes
testing for my site. Other change is ok

Thank's for answer.

Member
Member
sbillard   2010-09-25, 01:50
#5

All fixed with tonight's build.

  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.