I installed the theme and now wanted to fill the portfolio, with the command 'new portfolio item' (same with 'create a new side') the following browser-message appears:
Fatal error: Out of memory (allocated 37486592) (tried to allocate 11 bytes) in /homepages/18/d291274904/htdocs/fraukeonair/wp-includes/pomo/entry.php on line 76
I deactivated visual composer and everything is working. After activating again, same same.
What I do not understand: What is it with the license for visual composer? Is it included in Kalium or not? And if yes: how to activate licensing / need to purchase it extra? And if not: Why would you deliver it then with the theme?
For your information: memory limit is 256M and the PHP version ist 5.6 . And the message does not appear when changing the theme to twenty fifteen.
If you ever see the "Out of memory" error it always happens because of small php memory allocation for your site. Even if you have changed them and believe that they are applied sometimes are really not applied. So you should make sure to set the memory_limit to 256M, I've just tried in my local host to set memory limit of 64M and it was working well when I saved the page with Visual Composer.
Visual Composer Licensing
We use/include Visual Composer in our theme (as actually of theme authors do) with Extended License which permits theme authors to provide free copy of Visual Composer and its latest updates bundled only with the package.
Visual Composer gives us a function "vc_set_as_theme" and after we use this in our theme, the licensing part is not required anymore since it is considered an activated license and authorized for use with the theme under extended license permissions.
The only downside of this type of license are plugin updates, you cannot get real-time updates, but only when we publish new release for our theme we include always latest version of Visual Composer, and after you update the theme you will have a notification under Laborator > Update Plugins so from there you can update premium plugins bundled with the theme.
Luckily, we provide updates very frequently and sometimes we publish update release just because Visual Composer updated their plugin so our users will stay updated as well. You don't need to buy Visual Composer license unless you build another site that without "Visual Composer bundled theme".
Hi,
I have the following problem:
I installed the theme and now wanted to fill the portfolio, with the command 'new portfolio item' (same with 'create a new side') the following browser-message appears:
Fatal error: Out of memory (allocated 37486592) (tried to allocate 11 bytes) in /homepages/18/d291274904/htdocs/fraukeonair/wp-includes/pomo/entry.php on line 76
I deactivated visual composer and everything is working. After activating again, same same.
What I do not understand: What is it with the license for visual composer? Is it included in Kalium or not? And if yes: how to activate licensing / need to purchase it extra? And if not: Why would you deliver it then with the theme?
For your information:
Thanx in advance for your support !memory limit is 256M and the PHP version ist 5.6 .
And the message does not appear when changing the theme to twenty fifteen.
Katrin
Hi Katrin,
If you ever see the "Out of memory" error it always happens because of small php memory allocation for your site. Even if you have changed them and believe that they are applied sometimes are really not applied. So you should make sure to set the memory_limit to 256M, I've just tried in my local host to set memory limit of 64M and it was working well when I saved the page with Visual Composer.
Visual Composer Licensing
We use/include Visual Composer in our theme (as actually of theme authors do) with Extended License which permits theme authors to provide free copy of Visual Composer and its latest updates bundled only with the package.
Visual Composer gives us a function "vc_set_as_theme" and after we use this in our theme, the licensing part is not required anymore since it is considered an activated license and authorized for use with the theme under extended license permissions.
The only downside of this type of license are plugin updates, you cannot get real-time updates, but only when we publish new release for our theme we include always latest version of Visual Composer, and after you update the theme you will have a notification under Laborator > Update Plugins so from there you can update premium plugins bundled with the theme.
Luckily, we provide updates very frequently and sometimes we publish update release just because Visual Composer updated their plugin so our users will stay updated as well. You don't need to buy Visual Composer license unless you build another site that without "Visual Composer bundled theme".
I hope I was clear on my explanation.