Hi, I have installed cloud zoom model, but it's not working properly. It gives the following error message:
Undefined property: stdClass::$cz_verion in cloud_zoom_library() (line 38 of /home/drupalpro/websites/tragigrupp.dev/profiles/commerce_kickstart/modules/contrib/cloud_zoom/cloud_zoom.module
I've also installed all related jQuery libraries in the libraries folder. Also, when I try in localhost server, it works properly, but not in my main server (both servers having the same drupal7 version and theme).
Thank you!
The issue has been solved in Drupal.org for the cloud_zoom module Zoom no longer working after update & error! There is also a related issue on COmmerce_Kickstart: Undefined property: stdClass::$cz_verion
Related
I have a Little Dino theme.
I updated elementor to the latest version and unfortunately I get the error Uncaught Error: Class 'Elementor \ Schemes_Manager' not found in /home/platne/serwer37442/public_html/wp-content/plugins/littledino-core1111/includes/elementor/init.php:422 Stack trace: # 0
does anyone know where the problem lies? :(
Your problem happens, because Elementor deprecated its Schemes_Manager class:
https://developers.elementor.com/v3-6-planned-deprecations/
In themeforest, at a different codepart this issue was addressed by the theme's developer already:
https://themeforest.net/item/littledino-modern-kids-wordpress-theme/24525614/comments?page=1&filter=all#comment_26854919
so an update on your theme and its core plugin should solve the problem.
I was using MPDF without problem, for some reason I had to change my site url. After doing that change MPDF can't load , i have this error :
Message: Undefined index: port
Filename: src/Mpdf.php
Line Number: 11944
File: /home/admedica/public_html/vendor/mpdf/mpdf/src/Mpdf.php
Line: 11944
Function: _error_handler
I'am using 7.1.1
May I know the reason for which it stops loading ?
Thanks
There is an unhandled array key from parse_url in mPDF which is fixed in just released version 7.1.6. Upgrade and the error should disappear. If not, file an issue in mPDF Github issue tracker.
Also see https://github.com/mpdf/mpdf/issues/870
I am wokring on a theme in wordpress which contains visual composer and it was working perfectly last day. But today when i am trying to edit the page using visual composer frontend it keeps on loading and in backed when i click on save button nothing happens. So i check the chrome console and fond this error. Any help will be appriciated and thanks in advance i am attaching the error below.
Uncaught TypeError: Cannot read property 'label' of undefined
at Object.defaults (frontend-editor.min.js:3)
at frontend-editor.min.js:7
at Function.m.each.m.forEach (load-scripts.php:97)
at Object.<anonymous> (frontend-editor.min.js:7)
at Object.getDefaults (frontend-editor.min.js:1)
at n.vcAddShortcodeDefaultParams (frontend-editor.min.js:1)
at _ (load-scripts.php:99)
at m (load-scripts.php:99)
at f (load-scripts.php:99)
at Object.u.trigger (load-scripts.php:99)
I am not an expert by any means but i have found the solution by myself so wanted to share the answer if it can help anybody. The problem was the PHP version. After I changed the PHP version of my server form PHP 7.1 to PHP 5.6 it solved the issue.
I came back to my site after a long break and TADAH : Fatal error: Call to undefined function update_post_caches() in /home/web/cote-image/port2016/wp-includes/query.php on line 3818
You can see that on : http://lpb.cerealog.net/cote-image/port2016/.
Have you some answer to help me ?
I remove all the plugins for test but nothing
I think it was an update 4.6.1 to 4.6.3 but i don't have idea.
This issue is caused by W3 Total Cache plugin. You should disable and enable it again or better update it if it is not the latest version. If you still experience the problem try renaming or removing the w3-total-cache folder.
Here is more regarding this issue https://wordpress.org/support/topic/call-to-undefined-function-wp_cache_get/
I have wordpress site. I have installed modern-blue-green-120070612-2 theme.Then i got an error message on the right hand side "Fatal error: Call to undefined function cypher_previousposts() in mydomain\wp-content\themes\modern-blue-green-120070612-2\sidebar.php on line 59.
Does any one know this? Please help me ....
Thaks in advance
cypher_previousposts seems to be coming from a plug-in named "Previous Posts" (see e.g. here). The author seems to be running the site cypherhackz.net. I'd recommend you search for this plugin in the official WP plugin repository and install it from there.