Elementor conflicts with Ekommart Theme - php

I have a problem with elementor and Ekommart wordpress theme , I think there's is a conflict betweed this two , Tried to install the last version of Elementor and Ekommart but this problem happens :
Notice: Undefined offset: 1 in /home/cphdigit/b2b.cph-hydro.com/wp-content/themes/cph-hydro/inc/elementor/class-elementor.php on line 53
Notice: Trying to access array offset on value of type null in /home/cphdigit/b2b.cph-hydro.com/wp-content/themes/cph-hydro/inc/elementor/class-elementor.php on line 53
Notice: Undefined offset: 1 in /home/cphdigit/b2b.cph-hydro.com/wp-content/themes/cph-hydro/inc/elementor/class-elementor.php on line 53
Notice: Trying to access array offset on value of type null in /home/cphdigit/b2b.cph-hydro.com/wp-content/themes/cph-hydro/inc/elementor/class-elementor.php on line 53
Notice: Undefined offset: 2 in /home/cphdigit/b2b.cph-hydro.com/wp-content/themes/cph-hydro/inc/elementor/class-elementor.php on line 54
Notice: Trying to access array offset on value of type null in /home/cphdigit/b2b.cph-hydro.com/wp-content/themes/cph-hydro/inc/elementor/class-elementor.php on line 54
Notice: Undefined offset: 2 in /home/cphdigit/b2b.cph-hydro.com/wp-content/themes/cph-hydro/inc/elementor/class-elementor.php on line 54
Notice: Trying to access array offset on value of type null in /home/cphdigit/b2b.cph-hydro.com/wp-content/themes/cph-hydro/inc/elementor/class-elementor.php on line 54
Notice: Undefined offset: 3 in /home/cphdigit/b2b.cph-hydro.com/wp-content/themes/cph-hydro/inc/elementor/class-elementor.php on line 55
Notice: Trying to access array offset on value of type null in /home/cphdigit/b2b.cph-hydro.com/wp-content/themes/cph-hydro/inc/elementor/class-elementor.php on line 55
Notice: Undefined offset: 3 in /home/cphdigit/b2b.cph-hydro.com/wp-content/themes/cph-hydro/inc/elementor/class-elementor.php on line 55
Notice: Trying to access array offset on value of type null in /home/cphdigit/b2b.cph-hydro.com/wp-content/themes/cph-hydro/inc/elementor/class-elementor.php on line 55

Related

Wordpress fatal error when editing post and using accent/non english letters

I updated w wordpress blog site to 6.0.1 and everything is okay except the post editing page doesn't load in (fatal error), when I use non english letters like "á".
If I create a new post and I write the content to "a" it is good.
Then if I change it to "á" it is bad.
If I deactivate the block editor in the user profile and I create a new post and I write "a" it is good.
If I then change it to "á" it is good.
Something is bad with the block editor.
The character coding of the tables and columns are utf8mb4_unicode_ci.
The php version is 7.4.
The MySQL version is 5.5.5-10.5.15-MariaDB.
Things I have tried:
deactivated every plugin
changed themes to twntytwentytwo
Notice:
Trying to access array offset on value of type null in blog/wp-content/plugins/wp-hide-post/admin/settings/class_settings.php
on line 324
Notice:
Undefined offset: 0 in blog/wp-includes/class-wp-block.php
on line 224
Notice:
Trying to get property 'parsed_block' of non-object in blog/wp-includes/class-wp-block.php
on line 228
Notice:
Trying to access array offset on value of type null in blog/wp-includes/block-supports/elements.php
on line 100
Notice:
Trying to get property 'parsed_block' of non-object in blog/wp-includes/class-wp-block.php
on line 233
Notice:
Trying to get property 'parsed_block' of non-object in blog/wp-includes/class-wp-block.php
on line 236
Notice:
Trying to access array offset on value of type null in blog/wp-includes/blocks/gallery.php
on line 20
Notice:
Trying to access array offset on value of type null in blog/wp-includes/blocks/latest-posts.php
on line 234
Notice:
Trying to access array offset on value of type null in blog/wp-includes/blocks/navigation.php
on line 666
Warning:
Creating default object from empty value in blog/wp-includes/class-wp-block.php
on line 236
Notice:
Undefined property: stdClass::$context in blog/wp-includes/class-wp-block.php
on line 239
Fatal error: Uncaught Error: Call to undefined method stdClass::render() in blog/wp-includes/class-wp-block.php:241
Stack trace:
#0 blog/wp-includes/blocks.php(901): WP_Block->render()
#1 blog/wp-includes/blocks.php(939): render_block(Array)
#2 blog/wp-includes/class-wp-hook.php(307): do_blocks('

Prestashop with smarty_internal_templatebase

PrestaShop 1.6.1.10
PHP 5.5.7
When I turn on debugging in PrestaShop, appear as errors like this, I would fix it, but I do not understand how to fix it.
Notice: Undefined index: br in
public_html/tools/smarty/sysplugins/smarty_internal_templatebase.php(157)
: eval()'d code on line 34 Notice: Trying to get property of
non-object in
public_html/tools/smarty/sysplugins/smarty_internal_templatebase.php(157)
: eval()'d code on line 34 Notice: Undefined index: hookPaymentShow in
public_html/tools/smarty/sysplugins/smarty_internal_templatebase.php(157)
: eval()'d code on line 44 Notice: Trying to get property of
non-object in
public_html/tools/smarty/sysplugins/smarty_internal_templatebase.php(157)
: eval()'d code on line 44 Notice: Undefined index: manifestPDFFooter
in
public_html/tools/smarty/sysplugins/smarty_internal_templatebase.php(157)
: eval()'d code on line 52 Notice: Trying to get property of
non-object in
public_html/tools/smarty/sysplugins/smarty_internal_templatebase.php(157)
: eval()'d code on line 52 Notice: Undefined index: desc in
public_html/tools/smarty/sysplugins/smarty_internal_templatebase.php(157)
: eval()'d code on line 54 Notice: Trying to get property of
non-object in
public_html/tools/smarty/sysplugins/smarty_internal_templatebase.php(157)
: eval()'d code on line 54
It means somewhere in a tpl there is a call to hookPaymentShow (for example) in an array that is not defined (doesn't exist).
Try to find the location where the notice is thrown, and you can delete the entry or use something like {if isset($array['variable'])}$array['variable']{/if}

Socket io communicate php

I need communicate php to NodeJs (Socket.io) Server. I find i library about it. But i can't recieve data. The library name is Elephant.io. There is some way to communicate Php and Socket.io ? I need it.
I need Send data and Recieve data.
This is my Library ->
https://github.com/Wisembly/elephant.io
But it doesn't work.
This is my code block and i get this error ;
$client = new Client(new Version1X('http://192.168.1.4:150/'));
$client->initialize();
while(true)
{
$r=$client->read();
if (!empty($r)) {
echo $r;
}
}
$client->close;
This is Cmd error;
PHP Notice: Undefined offset: 2 in C:\xampp\htdocs\SocketClientExample\src\Engine\AbstractSocketIO.php on line 122
Notice: Undefined offset: 2 in C:\xampp\htdocs\SocketClientExample\src\Engine\AbstractSocketIO.php on line 122
PHP Notice: Undefined offset: 2 in C:\xampp\htdocs\SocketClientExample\src\Engine\AbstractSocketIO.php on line 123
Notice: Undefined offset: 2 in C:\xampp\htdocs\SocketClientExample\src\Engine\AbstractSocketIO.php on line 123
PHP Notice: Uninitialized string offset: 1 in C:\xampp\htdocs\SocketClientExample\src\Payload\Decoder.php on line 95
Notice: Uninitialized string offset: 1 in C:\xampp\htdocs\SocketClientExample\src\Payload\Decoder.php on line 95
I want to another Library for it. Do have anyone know something about it ?

Magento - Notice: Undefined index: in ConfigurableSwatches/Helper/Productimg.php

I have this error message a lot of times in my system.log.
I was looking at this message and it seems that is happening when you are going from the listing page to the product page and the size (m,xl,8,10) is OUT of STOCK.
Any idea how can I solve this configurable swatches error?? because is annoying in the system.log file. Thanks!!
2015-12-08T10:20:16+00:00 ERR (3): Notice: Undefined index: m in /app/code/core/Mage/ConfigurableSwatches/Helper/Productimg.php on line 145
2015-12-08T10:20:16+00:00 ERR (3): Notice: Undefined index: m in /app/code/core/Mage/ConfigurableSwatches/Helper/Productimg.php on line 151
2015-12-08T10:20:16+00:00 ERR (3): Notice: Undefined index: xl in /app/code/core/Mage/ConfigurableSwatches/Helper/Productimg.php on line 145
2015-12-08T10:20:16+00:00 ERR (3): Notice: Undefined index: xl in /app/code/core/Mage/ConfigurableSwatches/Helper/Productimg.php on line 151
2015-12-08T10:22:42+00:00 ERR (3): Notice: Undefined offset: 10 in /app/code/core/Mage/ConfigurableSwatches/Helper/Productimg.php on line 145
2015-12-08T10:22:42+00:00 ERR (3): Notice: Undefined offset: 10 in /app/code/core/Mage/ConfigurableSwatches/Helper/Productimg.php on line 151
You need to add additional check if keys exist. Check my gist on github:
https://gist.github.com/Stasevi4/d991f541e117301e070cd7eb0d4ffffc

drupal 7 : Undefined index: text_processing in text_content_migrate_instance_alter()

This issue is on the migration of Drupal 6 CCK fields to Drupal 7 fields.
Here is Error that repeat many time
Notice: Undefined index: text_processing in
text_content_migrate_instance_alter() (line 113 of
E:\wamp\www\travel-local\sites\all\modules\cck\modules\content_migrate\modules\content_migrate.text.inc).
Notice: Undefined index: min in
number_content_migrate_instance_alter() (line 162 of
E:\wamp\www\travel-local\sites\all\modules\cck\modules\content_migrate\modules\content_migrate.number.inc).
Notice: Undefined index: max in
number_content_migrate_instance_alter() (line 163 of
E:\wamp\www\travel-local\sites\all\modules\cck\modules\content_migrate\modules\content_migrate.number.inc).
Notice: Undefined index: prefix in
number_content_migrate_instance_alter() (line 164 of
E:\wamp\www\travel-local\sites\all\modules\cck\modules\content_migrate\modules\content_migrate.number.inc).
Notice: Undefined index: suffix in
number_content_migrate_instance_alter() (line 165 of
E:\wamp\www\travel-local\sites\all\modules\cck\modules\content_migrate\modules\content_migrate.number.inc)
Please reply
thanks
this is due to "Date Migration Example" modules. Before migration we should uninstall this modules and related content.

Categories