Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #523300

    Hello,

    I created a Enfold child-theme . the restaurant one page template.

    as I was making the changes and checking it in Localhost, everything was fine. After production, its all broken and showing this messages :
    1
    Warning: session_start() [function.session-start]: open(/var/lib/php-cgi/session/sess_0egd3mjtkrhudppanumoogs026, O_RDWR) failed: No such file or directory (2) in /home/storage/8/bd/bd/hectest1/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 32

    2
    Warning: Invalid argument supplied for foreach() in /home/storage/8/bd/bd/hectest1/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/google_maps.php on line 357

    Before upload to the server I only changed the database info on wp-config.php.

    Please help me.

    Regards

    #523347

    Hey HecAugusto!

    Can you please try re-updating the theme via FTP and overwrite all files – http://kriesi.at/documentation/enfold/updating-your-theme-files/?

    Cheers!
    Yigit

    #523687

    Hello Yigit.

    I am using the lat version of the theme…..

    I fixed this message:

    Warning: session_start() [function.session-start]: open(/var/lib/php-cgi/session/sess_0egd3mjtkrhudppanumoogs026, O_RDWR) failed: No such file or directory (2) in /home/storage/8/bd/bd/hectest1/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 32.

    That was gone.

    Now I have a few problems:

    The special characters doesnt work. Such as : ã, ç, etc. Portuguese language.

    The footer is not showing what it was in localhost. It was the Restaurant name, address etc…..now is something else.

    Thanks for the quick response.

    I am sending you the link in private

    Regards

    #524344

    Hi!

    Add this in the functions.php file to fix the subset characters:

    function add_subset_func($fontlist) {
    	$fontlist .= "&subset=latin,latin-ext";
    	return $fontlist;
    }
    add_filter('avf_google_fontlist', 'add_subset_func');

    Regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.