Closed fourroses666 closed 7 years ago
Just tested, all fine. Can you show your config?
I fixed sql queries on install, you can try to update and test.
Maybe the install didn't go good. The one in Extras is old I think (not sure, it says 0.6 but maybe its the new one). Installed Package Manager and there it went wrong maybe. Need to have another look and install.
I use the same settings as for an other pagebuilder site.
config/banner.php
<?php
return [
'title' => 'Banner',
// 'show_in_templates' => [ 3 ],
// 'show_in_docs' => [ 2 ],
// 'hide_in_docs' => [ 10, 63 ],
'templates' => [
'owner' => '@CHUNK cb-banner',
'images' => '@CHUNK cb-banner-images'
],
'fields' => [
'text' => [
'caption' => 'E-mailadres',
'type' => 'text',
],
'images' => [
'caption' => 'Afbeeldingen',
'type' => 'group',
'fields' => [
'bannerkop' => [
'caption' => 'Kop',
'type' => 'text'
],
'image' => [
'caption' => 'Afbeelding',
'type' => 'image'
],
],
],
],
];
This config works fine.
I really have no idea whats wrong. I did a PB latest version install, checked if it really was updated. Used some sample configs and tried dropdown/images/icons but nothing works.
Maybe its because of the database collation?
Everything is MyISAM | latin1_swedish_ci The evo_pagebuilder table is InnoDB | utf8-general
Can you send access to nm@perm-tools.ru?
I have send access.
I think the problem is the database table? When I install from Extras (probably older version) then the table is installed. But when I install the latest version with Package Manager (and upload in /assets/packages) then installing doesn't make the evo_packagemanager table.
And probably you have done some differences in the table?
I think, it's not db problem. But you can try to change engine and codepage manually, or delete table and execute sql-queries from install/setup.data.sql
Its not the myisam utf8 issue indeed, when looking at an other install which has the same works. I don't know how to execute the sql actually, did an import but thats not oke. not evo_ but {PREFIX} I will do a new Evo and PD install and see if it will work.
Also check php version
PHP-: 5.5.38 (have an other site on that same server which works)
Try 5.6
I can't change the PHP version.
Probably the issue is installing PageBuilder.
I think the one from Extras is an old one. When I try to install PB with Package Manager (is an Extra) then no database table is added.
No, problem in php version, plugin requires php 5.6. Plugin in extras is the last and actual. Just version label incorrect.
Oke, will try on an other server with higher PHP version.
There it works! That explains it. This server has PHP 7
Its a high version thow :( I think I have allot sites which have < PHP 5.6
Maybe you can add it to the russian readme PHP 5.6 >
EDIT Ah you already did :X
and (if its not already explained) maybe add instructions to rename the /assets/plugins/pagebuilder/config/ .sample files to show the tab.
Yes, I already added
Just wanted to do some new demosite with PageBuilder and installed newest (development) version of Evo. (1.4.0b)
I can't select any blocks. I don't think I've done something wrong.