-
AuthorPosts
-
August 30, 2017 at 5:40 am #845577
Hi,
My website is down again, please see link below
– – –
Below is the message from my hosting, A2 Hosting
This was not a server issue. You have your cPanel set to use PHP 7. However your site was complaining about the following.
Fatal error: Uncaught Error: Call to undefined function set_magic_quotes_runtime() in /home/tribexpl/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/engine_functions.php:1 Stack trace: #0 /home/tribexpl/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/template-builder.class.php(142): require_once() #1 /home/tribexpl/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/template-builder.class.php(129): AviaBuilder->autoloadLibraries(Array) #2 /home/tribexpl/public_html/wp-includes/class-wp-hook.php(298): AviaBuilder->loadLibraries(”) #3 /home/tribexpl/public_html/wp-includes/class-wp-hook.php(323): WP_Hook->apply_filters(NULL, Array) #4 /home/tribexpl/public_html/wp-includes/plugin.php(453): WP_Hook->do_action(Array) #5 /home/tribexpl/public_html/wp-settings.php(449): do_action(‘init’) #6 /home/tribexpl/public_html/wp-config.php(89): require_once(‘/home/tribexpl/…’) #7 /home/tribexpl/public_html/wp-load.php(37): require_once in /home/tribexpl/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/engine_functions.php on line 1
magic_quotes was removed from PHP many versions ago. Your theme appears to be terribly out dated. I’ve set you PHP to 5.4 and now a password box shows on the page. I’m not sure it that is expected or now. IF not you should consult further with your web admin or theme developer. If needed you can modify the PHP version again using the following;
How to change the PHP version using cPanel
https://www.a2hosting.com/kb/cpanel/cpanel-software-and-services/php-versionWe’re standing by to provide you additional assistance.
Please advise asap…. thank you.
August 31, 2017 at 1:37 pm #846233Hey zapbeats,
Which version of Enfold are you running? The file enfold/config-templatebuilder/avia-shortcodes/engine_functions.php does not exist any more.
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Best regards,
VictoriaSeptember 5, 2017 at 4:22 am #847958This reply has been marked as private.September 5, 2017 at 2:13 pm #848116Hi,
Thanks for the details, though your site is loading just fine on my end. How can we reproduce the error?
Best regards,
RikardSeptember 5, 2017 at 2:21 pm #848120This reply has been marked as private.September 6, 2017 at 3:08 pm #848679Hi zapbeats,
Like I said this file enfold/config-templatebuilder/avia-shortcodes/engine_functions.php does not exist any more. You need to go there via FTP and remove it.
Our theme works fine with php7.
Best regards,
VictoriaSeptember 6, 2017 at 3:32 pm #848686Hi Victoria,
Do we just go to the FTP and remove the file? As simple as that?
Appreaciate your promot reply. Thank you.
September 7, 2017 at 8:26 am #848960Hi, we tried to check for the file but could not find any file of what you said.
Does that mean the theme is fine/stable already?
Please advise. Thank you.
September 7, 2017 at 10:42 am #849008Hi zapbeats,
The theme is stable long time :) Did you clear you php cache?
Best regards,
VictoriaSeptember 7, 2017 at 10:49 am #849012This reply has been marked as private.September 9, 2017 at 4:58 am #849817Hi,
public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/engine_functions.php:1
This file is not included in the theme by default. Who added it?
Best regards,
IsmaelSeptember 9, 2017 at 6:07 am #849848Hi,
We didn’t add anything other than reinstalled the theme. Can you please remove it for me?
We need the website to be up and running, can’t afford it to be down again…. thank you very much.
Besides that, could you assist me to change the colour of the hamburger menu icon to white with teal green strips so my users can see it?
Thank you once again.
September 11, 2017 at 6:40 am #850352Hi,
Use the following css code to change the color of the burger menu.
.header_color .av-hamburger-inner, .header_color .av-hamburger-inner::before, .header_color .av-hamburger-inner::after { background-color: teal; } span.av-hamburger.av-hamburger--spin.av-js-hamburger { background: #ffffff; height: 50px; line-height: 50px; padding: 0 10px; }
Best regards,
IsmaelSeptember 11, 2017 at 7:17 am #850366Hi,
1) To double check, the below file:
public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/engine_functions.php:1
This file is not included in the theme by default. Could you kindly checked if you can remove it for me?2) Could you please help me clear php cache?
Thank you so much.
September 11, 2017 at 9:54 pm #850683Hi,
I am sorry but the cache can only be cleared from your hosting provider.
Best regards,
BasilisSeptember 12, 2017 at 10:17 am #850925Hi,
Thanks for the CSS code for the hamburger menu on mobile version.
Did you notice the font colours are not visible when you click on the hamburger menu?
I would like the text to be teal when it is unclicked. Please provide me the css code.
Thank you!
September 13, 2017 at 6:43 am #851382Hi,
Please add the following css code.
.av-burger-overlay-active .av-hamburger.av-hamburger--spin.av-js-hamburger { background: teal !important; } .html_av-overlay-side #top #wrap_all .av-burger-overlay-scroll #av-burger-menu-ul a { color: teal; }
The first one should change the background color of the mobile menu close button and the other is for the mobile menu item color.
Best regards,
IsmaelSeptember 13, 2017 at 6:51 am #851385Hi,
Thank you! we are getting there :)
Please preview the hamburger menu now, once we hover over, can the text be white?
Could you provide me the CSS codes?
Joyce
September 13, 2017 at 4:11 pm #851635Hi Joyce,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 767px) { .html_av-overlay-side #top #wrap_all div .av-burger-overlay-scroll #av-burger-menu-ul a:hover { background-color: #5c787e; color: #fff; } }
If you need further assistance please let us know.
Best regards,
VictoriaSeptember 14, 2017 at 4:01 am #851808thanks that works
September 14, 2017 at 9:01 am #851919 -
AuthorPosts
- The topic ‘Theme Error – URGENT’ is closed to new replies.