-
AuthorPosts
-
July 4, 2017 at 7:25 am #816187
Notice: Undefined index: index in /home/amcham/amcham/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/buttons_fullwidth.php on line 347
What does this error mean? I cannot figure out why and would like some help, or a fix, thank you!
July 4, 2017 at 7:56 am #816199It seems I am having problem with any pages that have either fullwidth button or the grid row. Not sure which is causing the problem, and I cannot remove or change any layout without breaking the page.
July 4, 2017 at 11:25 am #816248Hi,
Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply.
Best regards,
RikardJuly 5, 2017 at 8:58 am #816664I’m also wondering if WordPress 4.8 is compatible with Enfold, been wary about updating, as I am worried it may break something.
I’ve posted temporary admin login below, please let me know if you have issues logging in.
Thank you!
July 5, 2017 at 12:11 pm #816711Hi,
Thanks for the login details, though I can’t see any of the messages you posted. Where are you seeing them? You are running an old version of the theme, could you try updating the theme to the latest version (4.0.7) to see if that helps please? http://kriesi.at/documentation/enfold/updating-your-theme-files/
Best regards,
RikardJuly 6, 2017 at 10:19 am #817121I updated the theme, but am still seeing the error:
/themes/enfold/config-templatebuilder/avia-shortcodes/buttons_fullwidth.php on line 349This happens whenever I try to move or delete the template.
July 6, 2017 at 11:26 am #817150I posted login information in the Private content area, can you see it?
July 6, 2017 at 7:36 pm #817465Hi AmChamTaipei,
Could you please attach screenshots of the error and write the steps to reproduce?
Best regards,
VictoriaJuly 7, 2017 at 3:42 am #817565It seems whatever element I move or remove will display an error or break the template. Please see below screenshots, thank you.
July 8, 2017 at 3:27 pm #818174Hi AmChamTaipei,
All the rest is working fine? Are the changes saved or not?
If yes, then you just need to have different settings for debug.If you need further assistance please let us know.
Best regards,
VictoriaJuly 10, 2017 at 5:59 am #818544No the changes are not saved, the screenshots are in preview mode. Any other way to debug / fix errors through preview mode, as I am unsure what the issue is?
July 10, 2017 at 11:33 pm #819035Hi,
Can you replace the files through FTP and let us know if the issue is been solved please?
Thank you
Best regards,
BasilisAugust 11, 2017 at 8:54 am #837339Ciao!
I have the same problem…. did you come to something to solve this?Thanks
August 11, 2017 at 9:10 am #837345I went to the line told in the warning and added isset to the index variable in the if statement
if ( isset ($meta[‘index’] )
August 12, 2017 at 7:25 am #837762Hi grafikero,
Thanks for the feedback. Did that resolve the problem for you?
Best regards,
RikardAugust 12, 2017 at 2:08 pm #837878yes, it did! in regards to that Notice warning.
Besides my layout was broken, I thought it was the same problem, but it was a WPML separated isue.Ciao!
August 12, 2017 at 2:45 pm #837902Hi grafikero,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
VictoriaNovember 6, 2017 at 1:34 am #872888Hi Admin
I had the same issue with IMAGE HOTSPOTS
Notice: Undefined index: index in themes/enfold/config-templatebuilder/avia-shortcodes/image_hotspots.php on line 531
As per above I changed line 531
if($meta['index'] == 0) $params['close'] = false;
TO
if(isset ($meta['index']) == 0) $params['close'] = false;
If you could please make sure this is fixed for the next update thanks!
ENFOLD 4.2
WP 4.8.3November 8, 2017 at 3:29 am #873953 -
AuthorPosts
- The topic ‘Undefined index’ is closed to new replies.