Installation Issues & Fixes (Read First)

This topic has 711 replies, 86 voices, and was last updated 8 years, 8 months ago ago by Eva Kemp

  • Avatar: ctrimde
    ctrimde
    Participant
    May 13, 2015 at 10:56

    Dear All,

    I keep having the same issue the CUSTOM TABS of VC have dissapeared and we cannot change the CSS- and with the new update NOTHING has changed- i was waiting eagerly- if with that this issue will be fixed! I have even bought the vc license separately- to have support from VC- and they send me the following reply:

    Hi claudia,

    The issue is because there is an inbuilt version of Visual Composer (or the related code) present in your theme which is overriding the standalone plugin version and hence causing the issue. You will have to get rid of it. I would advise you to do so with the help of theme author, otherwise you might loose the extra elements added by him. Once this is done, you can install the standalone plugin and it will work fine. Kindly check.

    Thank you,

    Ticket: http://wpbakery.freshdesk.com/helpdesk/tickets/13632

    SO EVA – please HELP with this!!!- it seems to be an urgent ERROR

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    May 13, 2015 at 11:13

    Hello @ctrimde,

    Did you make any changes in the original theme files?
    Please provide us with FTP credentials.
    Also please clarify what custom tabs you’re talking about.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: ctrimde
    ctrimde
    Participant
    May 13, 2015 at 12:47

    Hello Eva,

    I did not make any changes- and this issue has come up many times with other of your customers – you said it would be fixed in the next theme update- but it has NOT:-(

    there should be the CUSTOM CSS TAB and other TABS in the settings of VC- but they dissapear- and their support says its because of LEGENDA:

    beneath FTP…thank u- this is very urgent

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    May 13, 2015 at 13:27

    Hello @ctrimde,

    For the reason many clients sent complaints for the message “Hola! Please activate your copy of Visual Composer to receive automatic updates.” we decided to hide it with the code that was suggested by the plugin developers: https://wpbakery.atlassian.net/wiki/pages/viewpage.action?pageId=524297
    If you don’t care for that message in your admin panel and you want to view additional tabs in VC settings then just open the file wp-content/themes/legenda/framework/theme-functions.php and delete the following code:

    add_action( 'vc_before_init', 'etheme_vcSetAsTheme' );    
         function etheme_vcSetAsTheme() {    
             if(function_exists( 'vc_set_as_theme' )){    
                 vc_set_as_theme();    
             }    
         }

    on line 879.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: ctrimde
    ctrimde
    Participant
    May 13, 2015 at 17:21

    Many Thanks EVA, this worked- I am delighted!

    Avatar: Eva
    Eva Kemp
    Support staff
    May 13, 2015 at 19:08

    Hello @ctrimde,

    You’re welcome.

    Regards,
    Eva Kemp.

    Avatar: Kris
    Kris
    Participant
    June 9, 2015 at 18:20

    my theme was giving me the same error Warning: strpos() expects parameter 1 to be string, array given in /…/wp-includes/shortcodes.php on line 193 until in contacted my hosting company to swap out my wp-includes folder for a fresh one. problem went away! give that a try

    Kris

    Avatar: stan
    Stan Russell
    Participant
    June 10, 2015 at 08:24

    Hello Kris,

    thank you for your reply.

    Regards,
    Stan Russell.

    Avatar: rpalach
    luxecreative
    Participant
    June 15, 2015 at 17:08

    Hello, I have an important question for support please. I had installed the Woocommerce Add On Product plugin and realized some incompatibility issues. When I checked my Legenda theme version, it appears there are 2 Legenda themes installed on my site, which I must have made an error when upgrading versions. The one ‘active’ is Version: 2.6.3. When I went to ‘activate’ the other one installed (latest Version: 2.7.1), my site went down with error that it is looking for the file named ‘public/wp-content/themes/cart/framework/init.php’… which is not present. Since then I got my hosting company to restore the site from a latest backup…. but unfortunately I am unable to proceed with ‘activating’ the latest theme version because my site crashes everytime. Please help? I can provide admin login details if you need access…. Thank you.

    Avatar: Eva
    Eva Kemp
    Support staff
    June 15, 2015 at 17:34

    Hello @rpalach,

    Please provide us with FTP and wp-admin panel credentials in Private Content and we’ll help you to update the theme. Confirm you have backup and we’ll proceed with the update process.

    Regards,
    Eva Kemp.

    Avatar: rpalach
    luxecreative
    Participant
    June 19, 2015 at 14:34

    Hi Eva, I can confirm backup. Here are the login details:

    Please, contact administrator
    for this information.
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    June 19, 2015 at 16:53

    Hello @rpalach,

    I’ve updated the theme for you.
    Please clear browser cache and check the site.

    Best regards,
    Jack Richardson.

    Avatar: poissonplume
    poissonplume
    Participant
    June 28, 2015 at 23:25

    Dear support,
    I am referering to my post #56088.
    The issue was solved in version 2.7, but appears again in version 2.8.
    I have to rollback. Can you please release a fix very quickly?
    Thanks,
    Nathalie

    Avatar: Eva
    Eva Kemp
    Support staff
    June 29, 2015 at 11:41

    Hello @poissonplume,

    Please read the post https://www.8theme.com/topic/installation-issues-fixes-read-first/page/29/#post-63632 to find solution for the issue.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: rpalach
    luxecreative
    Participant
    June 29, 2015 at 21:17

    Thank you Jack. When I view the active theme in ‘Appearance > Themes’ it still displays a duplicate version of the Legenda theme. Should it be showing 2 of the same? Not sure how to safely remove the duplicate version…

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    June 30, 2015 at 07:50

    Hello @rpalach,

    You have theme files in the directory wp-content/themes/cart. Delete “cart” folder to disable additional theme version in Appearance > Themes.

    Best regards,
    Jack Richardson.

    Avatar: poissonplume
    poissonplume
    Participant
    July 1, 2015 at 21:58

    Thanks Eva,
    It works well !
    However, having the code below in the functions.php file of the child theme is probably a much better practice :

    function etheme_vcSetAsTheme() {
    }

    Nathalie

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    July 2, 2015 at 07:22

    Hello @poissonplume,

    So is your issue resolved?

    Best regards,
    Jack Richardson.

    Avatar: poissonplume
    poissonplume
    Participant
    July 2, 2015 at 23:30

    Hello Jack,
    Yes, this issue is resolved ^^
    Thanks,
    Nathalie

    Avatar: stan
    Stan Russell
    Participant
    July 3, 2015 at 08:04

    Hello,

    you are welcome!

    Regards,
    Stan Russell.

    Avatar: atlantamarketing
    atlantamarketing
    Participant
    July 9, 2015 at 01:11

    I recently switched a site to legend.
    I have two issues:

    At first I had two Proceed To Check Out and I Agree to Terms on the checkout page.
    I read the support and it said to update Legenda and plugins which I did.
    This fixed the issue with the duplicate items mentioned above but I still can’t checkout.

    Additionally it messed up the site on the home page and a couple of other pages where the page doesn’t resolve correctly.

    Its showing u17678602.onlinehome-server.com as the server that was the original testing site which I switched over to https://naturalbody.com

    Here are the error logs…
    Wed Jul 08 18:11:08 2015] [warn] [client 75.131.193.185] mod_fcgid: stderr: PHP Parse error: syntax error, unexpected end of file in /var/www/vhosts/u17678602.onlinehome-server.com/httpdocs/wp-content/themes/legenda/framework/woo.php on line 392, referer: https://naturalbody.com/wp-admin/options-general.php?action=updraftmethod-googledrive-auth&page=updraftplus&state=success
    [Wed Jul 08 18:11:09 2015] [warn] [client 66.87.148.207] mod_fcgid: stderr: PHP Fatal error: Call to undefined function etheme_top_cart() in /var/www/vhosts/u17678602.onlinehome-server.com/httpdocs/wp-content/themes/legenda/header.php on line 219, referer: https://naturalbody.com/product-category/services/facials/
    [Wed Jul 08 18:13:01 2015] [warn] [client 2607:f1c0:80b:a100::85:58fd] mod_fcgid: read data timeout in 45 seconds
    [Wed Jul 08 18:13:01 2015] [error] [client 2607:f1c0:80b:a100::85:58fd] Premature end of script headers: wp-cron.php
    [Wed Jul 08 18:17:51 2015] [warn] [client 2607:f1c0:80b:a100::85:58fd] mod_fcgid: stderr: PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 76010503 bytes) in /var/www/vhosts/u17678602.onlinehome-server.com/httpdocs/wp-includes/class-phpmailer.php on line 2171
    [Wed Jul 08 18:23:12 2015] [warn] [client 75.131.193.185] mod_fcgid: stderr: PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 76010503 bytes) in /var/www/vhosts/u17678602.onlinehome-server.com/httpdocs/wp-includes/class-phpmailer.php on line 2171, referer: https://naturalbody.com/wp-admin/options-general.php?page=updraftplus
    [Wed Jul 08 18:24:19 2015] [warn] [client 75.131.193.185] mod_fcgid: stderr: PHP Fatal error: Call to undefined method WC_Order::get_shipping() in /var/www/vhosts/u17678602.onlinehome-server.com/httpdocs/wp-content/plugins/taxnow_woo/taxnow-woo.class.php on line 2065, referer: https://naturalbody.com/checkout/
    [Wed Jul 08 18:27:56 2015] [warn] [client 172.56.1.20] mod_fcgid: stderr: PHP Notice: Undefined property: EasyColumns::$use_custom in /var/www/vhosts/u17678602.onlinehome-server.com/httpdocs/wp-content/plugins/easy-columns/easy-columns.php on line 233, referer: https://naturalbody.com/
    [Wed Jul 08 18:28:01 2015] [warn] [client 66.87.77.103] mod_fcgid: stderr: WordPress database error Cannot add or update a child row: a foreign key constraint fails (wordpress_1.c38NI1oBL1_slim_events, CONSTRAINT fk_c38NI1oBL1_id FOREIGN KEY (id) REFERENCES c38NI1oBL1_slim_stats (id) ON DELETE CASCADE ON UPDATE CASCADE) for query , referer: http://naturalbody.com/
    [Wed Jul 08 18:28:01 2015] [warn] [client 66.87.77.103] mod_fcgid: stderr: \t\t\t\t\tINSERT INTO c38NI1oBL1_slim_events (, referer: http://naturalbody.com/
    [Wed Jul 08 18:28:01 2015] [warn] [client 66.87.77.103] mod_fcgid: stderr: \t\t\t\t\t\ttype,, referer: http://naturalbody.com/
    [Wed Jul 08 18:28:01 2015] [warn] [client 66.87.77.103] mod_fcgid: stderr: \t\t\t\t\t\tevent_description,, referer: http://naturalbody.com/
    [Wed Jul 08 18:28:01 2015] [warn] [client 66.87.77.103] mod_fcgid: stderr: \t\t\t\t\t\tnotes,, referer: http://naturalbody.com/
    [Wed Jul 08 18:28:01 2015] [warn] [client 66.87.77.103] mod_fcgid: stderr: \t\t\t\t\t\tposition,, referer: http://naturalbody.com/
    [Wed Jul 08 18:28:01 2015] [warn] [client 66.87.77.103] mod_fcgid: stderr: \t\t\t\t\t\tid,, referer: http://naturalbody.com/
    [Wed Jul 08 18:28:01 2015] [warn] [client 66.87.77.103] mod_fcgid: stderr: \t\t\t\t\t\tdt, referer: http://naturalbody.com/
    [Wed Jul 08 18:28:01 2015] [warn] [client 66.87.77.103] mod_fcgid: stderr: \t\t\t\t\t), referer: http://naturalbody.com/
    [Wed Jul 08 18:28:01 2015] [warn] [client 66.87.77.103] mod_fcgid: stderr: \t\t\t\t\tSELECT, referer: http://naturalbody.com/
    [Wed Jul 08 18:28:01 2015] [warn] [client 66.87.77.103] mod_fcgid: stderr: \t\t\t\t\t\ttob.type,, referer: http://naturalbody.com/
    [Wed Jul 08 18:28:01 2015] [warn] [client 66.87.77.103] mod_fcgid: stderr: \t\t\t\t\t\tSUBSTRING(tob.notes, LOCATE(‘Event:’, tob.notes)+6, LOCATE(‘,’, tob.notes, LOCATE(‘Event:’, tob.notes)+6) – LOCATE(‘Event:’, tob.notes)-6),, referer: http://naturalbody.com/
    [Wed Jul 08 18:28:01 2015] [warn] [client 66.87.77.103] mod_fcgid: stderr: \t\t\t\t\t\tSUBSTRING(tob.notes, 1, LOCATE(‘Event:’, tob.notes) – 3),, referer: http://naturalbody.com/
    [Wed Jul 08 18:28:01 2015] [warn] [client 66.87.77.103] mod_fcgid: stderr: \t\t\t\t\t\ttob.position,, referer: http://naturalbody.com/
    [Wed Jul 08 18:28:01 2015] [warn] [client 66.87.77.103] mod_fcgid: stderr: \t\t\t\t\t\ttob.id,, referer: http://naturalbody.com/
    [Wed Jul 08 18:28:01 2015] [warn] [client 66.87.77.103] mod_fcgid: stderr: \t\t\t\t\t\ttob.dt, referer: http://naturalbody.com/
    [Wed Jul 08 18:28:01 2015] [warn] [client 66.87.77.103] mod_fcgid: stderr: \t\t\t\t\tFROM c38NI1oBL1_slim_outbound AS tob made by do_action(‘admin_init’), call_user_func_array, wp_slimstat_admin::update_tables_and_options, referer: http://naturalbody.com/
    [Wed Jul 08 18:28:18 2015] [warn] [client 2607:f1c0:80b:a100::85:58fd] mod_fcgid: stderr: PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 76010503 bytes) in /var/www/vhosts/u17678602.onlinehome-server.com/httpdocs/wp-includes/class-phpmailer.php on line 2171
    [Wed Jul 08 18:28:31 2015] [warn] [client 75.131.193.185] mod_fcgid: stderr: PHP Fatal error: Call to undefined function get_custom_column_class() in /var/www/vhosts/u17678602.onlinehome-server.com/httpdocs/wp-content/themes/legenda/framework/vc.php on line 1111
    [Wed Jul 08 18:28:43 2015] [warn] [client 75.131.193.185] mod_fcgid: stderr: PHP Fatal error: Call to undefined function get_custom_column_class() in /var/www/vhosts/u17678602.onlinehome-server.com/httpdocs/wp-content/themes/legenda/framework/vc.php on line 1111
    [Wed Jul 08 18:28:58 2015] [warn] [client 75.131.193.185] mod_fcgid: stderr: PHP Fatal error: Call to undefined function get_custom_column_class() in /var/www/vhosts/u17678602.onlinehome-server.com/httpdocs/wp-content/themes/legenda/framework/vc.php on line 1111
    [Wed Jul 08 18:29:41 2015] [warn] [client 50.167.71.247] mod_fcgid: stderr: PHP Fatal error: Call to undefined function get_custom_column_class() in /var/www/vhosts/u17678602.onlinehome-server.com/httpdocs/wp-content/themes/legenda/framework/vc.php on line 1111
    [Wed Jul 08 18:30:45 2015] [warn] [client 75.131.193.185] mod_fcgid: stderr: PHP Fatal error: Call to undefined method WC_Order::get_shipping() in /var/www/vhosts/u17678602.onlinehome-server.com/httpdocs/wp-content/plugins/taxnow_woo/taxnow-woo.class.php on line 2065, referer: https://naturalbody.com/checkout/
    [Wed Jul 08 18:31:10 2015] [warn] [client 75.131.193.185] mod_fcgid: stderr: PHP Fatal error: Call to undefined function get_custom_column_class() in /var/www/vhosts/u17678602.onlinehome-server.com/httpdocs/wp-content/themes/legenda/framework/vc.php on line 1111
    [Wed Jul 08 18:31:10 2015] [warn] [client 2607:f1c0:80b:a100::85:58fd] mod_fcgid: stderr: PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 76010503 bytes) in /var/www/vhosts/u17678602.onlinehome-server.com/httpdocs/wp-includes/class-phpmailer.php on line 2171
    [Wed Jul 08 18:32:20 2015] [warn] [client 104.62.16.99] mod_fcgid: stderr: PHP Fatal error: Call to undefined function get_custom_column_class() in /var/www/vhosts/u17678602.onlinehome-server.com/httpdocs/wp-content/themes/legenda/framework/vc.php on line 1111
    [Wed Jul 08 18:32:32 2015] [warn] [client 75.131.193.185] mod_fcgid: stderr: PHP Fatal error: Call to undefined function get_custom_column_class() in /var/www/vhosts/u17678602.onlinehome-server.com/httpdocs/wp-content/themes/legenda/framework/vc.php on line 1111
    [Wed Jul 08 18:32:39 2015] [warn] [client 104.62.16.99] mod_fcgid: stderr: PHP Fatal error: Call to undefined function get_custom_column_class() in /var/www/vhosts/u17678602.onlinehome-server.com/httpdocs/wp-content/themes/legenda/framework/vc.php on line 1111
    [Wed Jul 08 18:32:52 2015] [warn] [client 75.131.193.185] mod_fcgid: stderr: PHP Fatal error: Call to undefined function get_custom_column_class() in /var/www/vhosts/u17678602.onlinehome-server.com/httpdocs/wp-content/themes/legenda/framework/vc.php on line 1111
    [Wed Jul 08 18:33:10 2015] [warn] [client 2602:306:83e1:63f:65a4:4d6a:7dd:3db7] mod_fcgid: stderr: PHP Fatal error: Call to undefined function get_custom_column_class() in /var/www/vhosts/u17678602.onlinehome-server.com/httpdocs/wp-content/themes/legenda/framework/vc.php on line 1111, referer: https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CCAQFjAA&url=https%3A%2F%2Fnaturalbody.com%2F&ei=HKWdVaa4KMXUoATd7IOYBg&usg=AFQjCNG6rNlL2V_hntXOFWszy3mohlyeMg&sig2=cTxIhTNSm88M1xfbQxZHGQ&bvm=bv.96952980,d.cGU
    [Wed Jul 08 18:34:19 2015] [warn] [client 12.153.1.194] mod_fcgid: stderr: PHP Fatal error: Call to undefined function get_custom_column_class() in /var/www/vhosts/u17678602.onlinehome-server.com/httpdocs/wp-content/themes/legenda/framework/vc.php on line 1111, referer: https://www.google.com/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=1&ved=0CB4QFjAA&url=https%3A%2F%2Fnaturalbody.com%2F&ei=ZKWdVfPEBoGfNtK9teAJ&usg=AFQjCNG6rNlL2V_hntXOFWszy3mohlyeMg&bvm=bv.96952980,d.eXY
    [Wed Jul 08 18:34:32 2015] [warn] [client 12.153.1.194] mod_fcgid: stderr: PHP Fatal error: Call to undefined function get_custom_column_class() in /var/www/vhosts/u17678602.onlinehome-server.com/httpdocs/wp-content/themes/legenda/framework/vc.php on line 1111, referer: https://naturalbody.com/
    [Wed Jul 08 18:34:49 2015] [warn] [client 12.153.1.194] mod_fcgid: stderr: PHP Fatal error: Call to undefined function get_custom_column_class() in /var/www/vhosts/u17678602.onlinehome-server.com/httpdocs/wp-content/themes/legenda/framework/vc.php on line 1111
    [Wed Jul 08 18:35:10 2015] [warn] [client 12.153.1.194] mod_fcgid: stderr: PHP Fatal error: Call to undefined function get_custom_column_class() in /var/www/vhosts/u17678602.onlinehome-server.com/httpdocs/wp-content/themes/legenda/framework/vc.php on line 1111, referer: https://naturalbody.com/
    [Wed Jul 08 18:35:17 2015] [warn] [client 12.153.1.194] mod_fcgid: stderr: PHP Fatal error: Call to undefined function get_custom_column_class() in /var/www/vhosts/u17678602.onlinehome-server.com/httpdocs/wp-content/themes/legenda/framework/vc.php on line 1111
    [Wed Jul 08 18:35:31 2015] [warn] [client 2601:c2:202:61e0:59af:5cb4:e419:9ca8] mod_fcgid: stderr: PHP Fatal error: Call to undefined function get_custom_column_class() in /var/www/vhosts/u17678602.onlinehome-server.com/httpdocs/wp-content/themes/legenda/framework/vc.php on line 1111
    [Wed Jul 08 18:37:25 2015] [warn] [client 2602:306:ce24:5a10:755f:e55b:fcd1:42dd] mod_fcgid: stderr: PHP Fatal error: Call to undefined function get_custom_column_class() in /var/www/vhosts/u17678602.onlinehome-server.com/httpdocs/wp-content/themes/legenda/framework/vc.php on line 1111
    [Wed Jul 08 18:40:00 2015] [warn] [client 155.188.183.23] mod_fcgid: stderr: PHP Fatal error: Call to undefined function get_custom_column_class() in /var/www/vhosts/u17678602.onlinehome-server.com/httpdocs/wp-content/themes/legenda/framework/vc.php on line 1111
    [Wed Jul 08 18:40:10 2015] [warn] [client 107.77.68.64] mod_fcgid: stderr: PHP Fatal error: Call to undefined function get_custom_column_class() in /var/www/vhosts/u17678602.onlinehome-server.com/httpdocs/wp-content/themes/legenda/framework/vc.php on line 1111
    [Wed Jul 08 18:40:14 2015] [warn] [client 107.77.68.64] mod_fcgid: stderr: PHP Fatal error: Call to undefined function get_custom_column_class() in /var/www/vhosts/u17678602.onlinehome-server.com/httpdocs/wp-content/themes/legenda/framework/vc.php on line 1111
    [Wed Jul 08 18:40:15 2015] [warn] [client 2601:c1:2:82e5:14d0:ba30:b11a:6f6e] mod_fcgid: stderr: PHP Fatal error: Call to undefined function get_custom_column_class() in /var/www/vhosts/u17678602.onlinehome-server.com/httpdocs/wp-content/themes/legenda/framework/vc.php on line 1111
    [Wed Jul 08 18:40:39 2015] [warn] [client 2601:c1:c001:cb6c:6442:1630:aab2:8b95] mod_fcgid: stderr: PHP Fatal error: Call to undefined function get_custom_column_class() in /var/www/vhosts/u17678602.onlinehome-server.com/httpdocs/wp-content/themes/legenda/framework/vc.php on line 1111, referer: https://www.google.com/
    [Wed Jul 08 18:40:49 2015] [warn] [client 2601:c1:2:82e5:14d0:ba30:b11a:6f6e] mod_fcgid: stderr: PHP Fatal error: Call to undefined function get_custom_column_class() in /var/www/vhosts/u17678602.onlinehome-server.com/httpdocs/wp-content/themes/legenda/framework/vc.php on line 1111
    [Wed Jul 08 18:41:14 2015] [warn] [client 2601:c1:2:82e5:14d0:ba30:b11a:6f6e] mod_fcgid: stderr: PHP Fatal error: Call to undefined function get_custom_column_class() in /var/www/vhosts/u17678602.onlinehome-server.com/httpdocs/wp-content/themes/legenda/framework/vc.php on line 1111
    [Wed Jul 08 18:41:22 2015] [warn] [client 54.147.20.77] mod_fcgid: stderr: PHP Fatal error: Call to undefined function get_custom_column_class() in /var/www/vhosts/u17678602.onlinehome-server.com/httpdocs/wp-content/themes/legenda/framework/vc.php on line 1111
    [Wed Jul 08 18:42:32 2015] [warn] [client 75.131.193.185] mod_fcgid: stderr: PHP Fatal error: Call to undefined function get_custom_column_class() in /var/www/vhosts/u17678602.onlinehome-server.com/httpdocs/wp-content/themes/legenda/framework/vc.php on line 1111
    [Wed Jul 08 18:45:09 2015] [warn] [client 75.131.193.185] mod_fcgid: stderr: PHP Fatal error: Call to undefined function get_custom_column_class() in /var/www/vhosts/u17678602.onlinehome-server.com/httpdocs/wp-content/themes/legenda/framework/vc.php on line 1111
    [Wed Jul 08 18:45:11 2015] [warn] [client 75.131.193.185] mod_fcgid: stderr: PHP Fatal error: Call to undefined function get_custom_column_class() in /var/www/vhosts/u17678602.onlinehome-server.com/httpdocs/wp-content/themes/legenda/framework/vc.php on line 1111
    [Wed Jul 08 18:45:23 2015] [warn] [client 72.5.66.71] mod_fcgid: stderr: PHP Fatal error: Call to undefined function get_custom_column_class() in /var/www/vhosts/u17678602.onlinehome-server.com/httpdocs/wp-content/themes/legenda/framework/vc.php on line 1111
    [Wed Jul 08 18:45:25 2015] [warn] [client 72.5.66.71] mod_fcgid: stderr: PHP Fatal error: Call to undefined function get_custom_column_class() in /var/www/vhosts/u17678602.onlinehome-server.com/httpdocs/wp-content/themes/legenda/framework/vc.php on line 1111
    [Wed Jul 08 18:47:51 2015] [warn] [client 75.131.193.185] mod_fcgid: stderr: PHP Fatal error: Call to undefined function get_custom_column_class() in /var/www/vhosts/u17678602.onlinehome-server.com/httpdocs/wp-content/themes/legenda/framework/vc.php on line 1111
    [Wed Jul 08 18:49:06 2015] [warn] [client 75.131.193.185] mod_fcgid: stderr: PHP Fatal error: Call to undefined function get_custom_column_class() in /var/www/vhosts/u17678602.onlinehome-server.com/httpdocs/wp-content/themes/legenda/framework/vc.php on line 1111, referer: https://naturalbody.com/wp-admin/customize.php?theme=legenda
    [Wed Jul 08 18:49:50 2015] [warn] [client 75.131.193.185] mod_fcgid: stderr: PHP Fatal error: Call to undefined function get_custom_column_class() in /var/www/vhosts/u17678602.onlinehome-server.com/httpdocs/wp-content/themes/legenda/framework/vc.php on line 1111, referer: https://naturalbody.com/wp-admin/customize.php?theme=legenda
    [Wed Jul 08 18:52:14 2015] [warn] [client 166.137.10.17] mod_fcgid: stderr: PHP Fatal error: Call to undefined function get_custom_column_class() in /var/www/vhosts/u17678602.onlinehome-server.com/httpdocs/wp-content/themes/legenda/framework/vc.php on line 1111
    [Wed Jul 08 18:55:38 2015] [warn] [client 75.131.193.185] mod_fcgid: stderr: PHP Fatal error: Call to undefined function get_custom_column_class() in /var/www/vhosts/u17678602.onlinehome-server.com/httpdocs/wp-content/themes/legenda/framework/vc.php on line 1111
    [Wed Jul 08 18:56:06 2015] [warn] [client 54.147.20.77] mod_fcgid: stderr: PHP Fatal error: Call to undefined function get_custom_column_class() in /var/www/vhosts/u17678602.onlinehome-server.com/httpdocs/wp-content/themes/legenda/framework/vc.php on line 1111
    [Wed Jul 08 18:57:54 2015] [warn] [client 24.129.116.215] mod_fcgid: stderr: PHP Fatal error: Call to undefined function get_custom_column_class() in /var/www/vhosts/u17678602.onlinehome-server.com/httpdocs/wp-content/themes/legenda/framework/vc.php on line 1111, referer: https://naturalbody.com/category/essential-oils/
    [Wed Jul 08 18:57:59 2015] [warn] [client 24.129.116.215] mod_fcgid: stderr: PHP Fatal error: Call to undefined function get_custom_column_class() in /var/www/vhosts/u17678602.onlinehome-server.com/httpdocs/wp-content/themes/legenda/framework/vc.php on line 1111, referer: https://naturalbody.com/category/essential-oils/
    [Wed Jul 08 18:58:56 2015] [warn] [client 66.87.19.82] mod_fcgid: stderr: PHP Fatal error: Call to undefined function get_custom_column_class() in /var/www/vhosts/u17678602.onlinehome-server.com/httpdocs/wp-content/themes/legenda/framework/vc.php on line 1111
    [Wed Jul 08 18:58:57 2015] [warn] [client 66.87.19.82] mod_fcgid: stderr: PHP Fatal error: Call to undefined function get_custom_column_class() in /var/www/vhosts/u17678602.onlinehome-server.com/httpdocs/wp-content/themes/legenda/framework/vc.php on line 1111
    [Wed Jul 08 18:59:15 2015] [warn] [client 64.238.124.2] mod_fcgid: stderr: PHP Fatal error: Call to undefined function get_custom_column_class() in /var/www/vhosts/u17678602.onlinehome-server.com/httpdocs/wp-content/themes/legenda/framework/vc.php on line 1111
    [Wed Jul 08 19:05:11 2015] [warn] [client 71.59.35.117] mod_fcgid: stderr: PHP Fatal error: Call to undefined function get_custom_column_class() in /var/www/vhosts/u17678602.onlinehome-server.com/httpdocs/wp-content/themes/legenda/framework/vc.php on line 1111, referer: https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CB4QFjAA&url=https%3A%2F%2Fnaturalbody.com%2F&ei=naydVYWPLM7LogS-_JyoBg&usg=AFQjCNG6rNlL2V_hntXOFWszy3mohlyeMg&sig2=q2Iu2UrSolwCW8ExeRbczQ&bvm=bv.96952980,d.aWw
    [Wed Jul 08 19:05:45 2015] [warn] [client 71.59.35.117] mod_fcgid: stderr: PHP Fatal error: Call to undefined function get_custom_column_class() in /var/www/vhosts/u17678602.onlinehome-server.com/httpdocs/wp-content/themes/legenda/framework/vc.php on line 1111
    [Wed Jul 08 19:09:53 2015] [warn] [client 66.87.149.94] mod_fcgid: stderr: PHP Fatal error: Call to undefined function get_custom_column_class() in /var/www/vhosts/u17678602.onlinehome-server.com/httpdocs/wp-content/themes/legenda/framework/vc.php on line 1111
    [Wed Jul 08 19:10:47 2015] [warn] [client 2600:3c03::f03c:91ff:fe33:8498] mod_fcgid: stderr: PHP Fatal error: Call to undefined function get_custom_column_class() in /var/www/vhosts/u17678602.onlinehome-server.com/httpdocs/wp-content/themes/legenda/framework/vc.php on line 1111
    [Wed Jul 08 19:11:17 2015] [warn] [client 54.147.20.77] mod_fcgid: stderr: PHP Fatal error: Call to undefined function get_custom_column_class() in /var/www/vhosts/u17678602.onlinehome-server.com/httpdocs/wp-content/themes/legenda/framework/vc.php on line 1111
    [Wed Jul 08 19:14:04 2015] [warn] [client 206.121.102.190] mod_fcgid: stderr: PHP Fatal error: Call to undefined function get_custom_column_class() in /var/www/vhosts/u17678602.onlinehome-server.com/httpdocs/wp-content/themes/legenda/framework/vc.php on line 1111
    [Wed Jul 08 19:14:06 2015] [warn] [client 206.121.102.190] mod_fcgid: stderr: PHP Fatal error: Call to undefined function get_custom_column_class() in /var/www/vhosts/u17678602.onlinehome-server.com/httpdocs/wp-content/themes/legenda/framework/vc.php on line 1111
    [Wed Jul 08 19:14:08 2015] [warn] [client 206.121.102.190] mod_fcgid: stderr: PHP Fatal error: Call to undefined function get_custom_column_class() in /var/www/vhosts/u17678602.onlinehome-server.com/httpdocs/wp-content/themes/legenda/framework/vc.php on line 1111
    [Wed Jul 08 19:14:09 2015] [warn] [client 206.121.102.190] mod_fcgid: stderr: PHP Fatal error: Call to undefined function get_custom_column_class() in /var/www/vhosts/u17678602.onlinehome-server.com/httpdocs/wp-content/themes/legenda/framework/vc.php on line 1111
    [Wed Jul 08 19:14:12 2015] [warn] [client 206.121.102.190] mod_fcgid: stderr: PHP Fatal error: Call to undefined function get_custom_column_class() in /var/www/vhosts/u17678602.onlinehome-server.com/httpdocs/wp-content/themes/legenda/framework/vc.php on line 1111
    [Wed Jul 08 19:15:36 2015] [warn] [client 24.129.65.242] mod_fcgid: stderr: PHP Fatal error: Call to undefined function get_custom_column_class() in /var/www/vhosts/u17678602.onlinehome-server.com/httpdocs/wp-content/themes/legenda/framework/vc.php on line 1111, referer: https://www.google.com/
    [Wed Jul 08 19:15:41 2015] [warn] [client 24.206.34.163] mod_fcgid: stderr: PHP Fatal error: Call to undefined function get_custom_column_class() in /var/www/vhosts/u17678602.onlinehome-server.com/httpdocs/wp-content/themes/legenda/framework/vc.php on line 1111, referer: http://www.google.com/url?sa=t&source=web&cd=5&ved=0CBsQ_BcoAjAE&url=https%3A%2F%2Fnaturalbody.com%2F&rct=j&q=best%20spas%20in%20snellville%20ga&ei=966dVbH5LIHOsAXZ8InIBQ&usg=AFQjCNG6rNlL2V_hntXOFWszy3mohlyeMg&sig2=Mk6ft14z5z9mwH8el0h0Ug
    [Wed Jul 08 19:18:22 2015] [warn] [client 75.131.193.185] mod_fcgid: stderr: PHP Fatal error: Call to undefined function get_custom_column_class() in /var/www/vhosts/u17678602.onlinehome-server.com/httpdocs/wp-content/themes/legenda/framework/vc.php on line 1111
    [Wed Jul 08 19:19:01 2015] [warn] [client 24.129.65.242] mod_fcgid: stderr: PHP Fatal error: Call to undefined function get_custom_column_class() in /var/www/vhosts/u17678602.onlinehome-server.com/httpdocs/wp-content/themes/legenda/framework/vc.php on line 1111, referer: https://www.google.com/
    [Wed Jul 08 19:19:14 2015] [warn] [client 97.90.158.97] mod_fcgid: stderr: PHP Fatal error: Call to undefined function get_custom_column_class() in /var/www/vhosts/u17678602.onlinehome-server.com/httpdocs/wp-content/themes/legenda/framework/vc.php on line 1111, referer: http://www.bing.com/search?q=natural+body+florida&form=PRACER&pc=MAARJS&mkt=en-us&refig=04898772915d4693b1132a9e662d2b9a&pq=natural+body+florida&sc=3-19&sp=-1&qs=n&sk=&cvid=04898772915d4693b1132a9e662d2b9a
    [Wed Jul 08 19:20:16 2015] [warn] [client 24.129.65.242] mod_fcgid: stderr: PHP Fatal error: Call to undefined function get_custom_column_class() in /var/www/vhosts/u17678602.onlinehome-server.com/httpdocs/wp-content/themes/legenda/framework/vc.php on line 1111, referer: https://www.google.com/
    [Wed Jul 08 19:20:57 2015] [warn] [client 73.7.165.175] mod_fcgid: stderr: PHP Fatal error: Call to undefined function get_custom_column_class() in /var/www/vhosts/u17678602.onlinehome-server.com/httpdocs/wp-content/themes/legenda/framework/vc.php on line 1111
    [Wed Jul 08 19:21:09 2015] [warn] [client 73.7.165.175] mod_fcgid: stderr: PHP Fatal error: Call to undefined function get_custom_column_class() in /var/www/vhosts/u17678602.onlinehome-server.com/httpdocs/wp-content/themes/legenda/framework/vc.php on line 1111, referer: https://www.google.com/
    [Wed Jul 08 19:21:39 2015] [warn] [client 67.166.204.174] mod_fcgid: stderr: PHP Fatal error: Call to undefined function get_custom_column_class() in /var/www/vhosts/u17678602.onlinehome-server.com/httpdocs/wp-content/themes/legenda/framework/vc.php on line 1111, referer: https://naturalbody.com/atlanta-area-locations/natural-body-ivy-walk/
    [Wed Jul 08 19:22:08 2015] [warn] [client 2602:306:bc25:80a0:7467:1233:fc5b:22fa] mod_fcgid: stderr: PHP Fatal error: Call to undefined function get_custom_column_class() in /var/www/vhosts/u17678602.onlinehome-server.com/httpdocs/wp-content/themes/legenda/framework/vc.php on line 1111
    [Wed Jul 08 19:22:11 2015] [warn] [client 97.90.158.97] mod_fcgid: stderr: PHP Fatal error: Call to undefined function get_custom_column_class() in /var/www/vhosts/u17678602.onlinehome-server.com/httpdocs/wp-content/themes/legenda/framework/vc.php on line 1111, referer: http://www.bing.com/search?q=natural+body+florida&form=PRACER&pc=MAARJS&mkt=en-us&refig=04898772915d4693b1132a9e662d2b9a&pq=natural+body+florida&sc=3-19&sp=-1&qs=n&sk=&cvid=04898772915d4693b1132a9e662d2b9a
    [Wed Jul 08 19:22:16 2015] [warn] [client 67.166.204.174] mod_fcgid: stderr: PHP Fatal error: Call to undefined function get_custom_column_class() in /var/www/vhosts/u17678602.onlinehome-server.com/httpdocs/wp-content/themes/legenda/framework/vc.php on line 1111, referer: https://naturalbody.com/atlanta-area-locations/natural-body-ivy-walk/
    [Wed Jul 08 19:22:18 2015] [warn] [client 67.166.204.174] mod_fcgid: stderr: PHP Fatal error: Call to undefined function get_custom_column_class() in /var/www/vhosts/u17678602.onlinehome-server.com/httpdocs/wp-content/themes/legenda/framework/vc.php on line 1111, referer: https://naturalbody.com/atlanta-area-locations/natural-body-ivy-walk/
    [Wed Jul 08 19:23:38 2015] [warn] [client 98.230.130.35] mod_fcgid: stderr: PHP Fatal error: Call to undefined function get_custom_column_class() in /var/www/vhosts/u17678602.onlinehome-server.com/httpdocs/wp-content/themes/legenda/framework/vc.php on line 1111, referer: https://www.google.com/
    [Wed Jul 08 19:23:44 2015] [warn] [client 75.131.193.185] mod_fcgid: stderr: PHP Fatal error: Call to undefined function get_custom_column_class() in /var/www/vhosts/u17678602.onlinehome-server.com/httpdocs/wp-content/themes/legenda/framework/vc.php on line 1111
    [Wed Jul 08 19:25:30 2015] [warn] [client 67.166.204.174] mod_fcgid: stderr: PHP Fatal error: Call to undefined function get_custom_column_class() in /var/www/vhosts/u17678602.onlinehome-server.com/httpdocs/wp-content/themes/legenda/framework/vc.php on line 1111, referer: https://naturalbody.com/atlanta-area-locations/natural-body-ivy-walk/
    [Wed Jul 08 19:26:13 2015] [warn] [client 54.147.20.77] mod_fcgid: stderr: PHP Fatal error: Call to undefined function get_custom_column_class() in /var/www/vhosts/u17678602.onlinehome-server.com/httpdocs/wp-content/themes/legenda/framework/vc.php on line 1111
    [Wed Jul 08 19:31:42 2015] [warn] [client 75.131.193.185] mod_fcgid: stderr: PHP Fatal error: Call to undefined function get_custom_column_class() in /var/www/vhosts/u17678602.onlinehome-server.com/httpdocs/wp-content/themes/legenda/framework/vc.php on line 1111
    [Wed Jul 08 19:31:49 2015] [warn] [client 75.131.193.185] mod_fcgid: stderr: PHP Fatal error: Call to undefined function get_custom_column_class() in /var/www/vhosts/u17678602.onlinehome-server.com/httpdocs/wp-content/themes/legenda/framework/vc.php on line 1111
    [Wed Jul 08 19:32:10 2015] [warn] [client 66.249.64.231] mod_fcgid: stderr: PHP Fatal error: Call to undefined function get_custom_column_class() in /var/www/vhosts/u17678602.onlinehome-server.com/httpdocs/wp-content/themes/legenda/framework/vc.php on line 1111
    [Wed Jul 08 19:32:23 2015] [warn] [client 75.131.193.185] mod_fcgid: stderr: PHP Fatal error: Call to undefined function get_custom_column_class() in /var/www/vhosts/u17678602.onlinehome-server.com/httpdocs/wp-content/themes/legenda/framework/vc.php on line 1111
    [Wed Jul 08 19:35:04 2015] [warn] [client 166.170.59.199] mod_fcgid: stderr: PHP Fatal error: Call to undefined function get_custom_column_class() in /var/www/vhosts/u17678602.onlinehome-server.com/httpdocs/wp-content/themes/legenda/framework/vc.php on line 1111
    [Wed Jul 08 19:35:44 2015] [warn] [client 166.137.248.17] mod_fcgid: stderr: PHP Fatal error: Call to undefined function get_custom_column_class() in /var/www/vhosts/u17678602.onlinehome-server.com/httpdocs/wp-content/themes/legenda/framework/vc.php on line 1111, referer: https://www.google.com/
    [Wed Jul 08 19:36:05 2015] [warn] [client 75.131.193.185] mod_fcgid: stderr: PHP Fatal error: Call to undefined function get_custom_column_class() in /var/www/vhosts/u17678602.onlinehome-server.com/httpdocs/wp-content/themes/legenda/framework/vc.php on line 1111
    [Wed Jul 08 19:36:32 2015] [warn] [client 75.131.193.185] mod_fcgid: stderr: PHP Fatal error: Call to undefined function get_custom_column_class() in /var/www/vhosts/u17678602.onlinehome-server.com/httpdocs/wp-content/themes/legenda/framework/vc.php on line 1111
    [Wed Jul 08 19:36:41 2015] [warn] [client 75.131.193.185] mod_fcgid: stderr: PHP Fatal error: Call to undefined function get_custom_column_class() in /var/www/vhosts/u17678602.onlinehome-server.com/httpdocs/wp-content/themes/legenda/framework/vc.php on line 1111
    [Wed Jul 08 19:36:46 2015] [warn] [client 166.137.248.17] mod_fcgid: stderr: PHP Fatal error: Call to undefined function get_custom_column_class() in /var/www/vhosts/u17678602.onlinehome-server.com/httpdocs/wp-content/themes/legenda/framework/vc.php on line 1111, referer: https://www.google.com/
    [Wed Jul 08 19:36:57 2015] [warn] [client 75.131.193.185] mod_fcgid: stderr: PHP Fatal error: Call to undefined function get_custom_column_class() in /var/www/vhosts/u17678602.onlinehome-server.com/httpdocs/wp-content/themes/legenda/framework/vc.php on line 1111, referer: https://naturalbody.com/atlanta-area-locations/natural-body-alpharetta/
    [Wed Jul 08 19:37:09 2015] [warn] [client 75.131.193.185] mod_fcgid: stderr: PHP Fatal error: Call to undefined function get_custom_column_class() in /var/www/vhosts/u17678602.onlinehome-server.com/httpdocs/wp-content/themes/legenda/framework/vc.php on line 1111, referer: https://naturalbody.com/product-category/products/
    [Wed Jul 08 19:39:00 2015] [warn] [client 75.131.193.185] mod_fcgid: stderr: PHP Fatal error: Call to undefined function get_custom_column_class() in /var/www/vhosts/u17678602.onlinehome-server.com/httpdocs/wp-content/themes/legenda/framework/vc.php on line 1111
    [Wed Jul 08 19:39:53 2015] [warn] [client 75.131.193.185] mod_fcgid: stderr: PHP Fatal error: Call to undefined function get_custom_column_class() in /var/www/vhosts/u17678602.onlinehome-server.com/httpdocs/wp-content/themes/legenda/framework/vc.php on line 1111, referer: https://naturalbody.com/product-category/products/
    [Wed Jul 08 19:41:09 2015] [warn] [client 54.147.20.77] mod_fcgid: stderr: PHP Fatal error: Call to undefined function get_custom_column_class() in /var/www/vhosts/u17678602.onlinehome-server.com/httpdocs/wp-content/themes/legenda/framework/vc.php on line 1111
    [Wed Jul 08 19:42:28 2015] [warn] [client 2602:306:c432:95b0:dd23:fde:a6db:fa4e] mod_fcgid: stderr: PHP Fatal error: Call to undefined function get_custom_column_class() in /var/www/vhosts/u17678602.onlinehome-server.com/httpdocs/wp-content/themes/legenda/framework/vc.php on line 1111
    [Wed Jul 08 19:42:52 2015] [warn] [client 75.131.193.185] mod_fcgid: stderr: PHP Fatal error: Call to undefined function get_custom_column_class() in /var/www/vhosts/u17678602.onlinehome-server.com/httpdocs/wp-content/themes/legenda/framework/vc.php on line 1111, referer: https://naturalbody.com/product-category/products/
    [Wed Jul 08 19:43:23 2015] [warn] [client 2602:306:c432:95b0:dd23:fde:a6db:fa4e] mod_fcgid: stderr: PHP Fatal error: Call to undefined function get_custom_column_class() in /var/www/vhosts/u17678602.onlinehome-server.com/httpdocs/wp-content/themes/legenda/framework/vc.php on line 1111
    [Wed Jul 08 19:44:00 2015] [warn] [client 75.131.193.185] mod_fcgid: stderr: PHP Fatal error: Call to undefined function get_custom_column_class() in /var/www/vhosts/u17678602.onlinehome-server.com/httpdocs/wp-content/themes/legenda/framework/vc.php on line 1111
    [Wed Jul 08 19:44:03 2015] [warn] [client 75.131.193.185] mod_fcgid: stderr: PHP Fatal error: Call to undefined function get_custom_column_class() in /var/www/vhosts/u17678602.onlinehome-server.com/httpdocs/wp-content/themes/legenda/framework/vc.php on line 1111
    [Wed Jul 08 19:44:32 2015] [warn] [client 54.91.32.90] mod_fcgid: stderr: PHP Fatal error: Call to undefined function get_custom_column_class() in /var/www/vhosts/u17678602.onlinehome-server.com/httpdocs/wp-content/themes/legenda/framework/vc.php on line 1111
    [Wed Jul 08 19:45:13 2015] [warn] [client 2602:306:cda5:86e0:9d2b:9a4e:e37a:ffc5] mod_fcgid: stderr: PHP Fatal error: Call to undefined function get_custom_column_class() in /var/www/vhosts/u17678602.onlinehome-server.com/httpdocs/wp-content/themes/legenda/framework/vc.php on line 1111
    [Wed Jul 08 19:45:15 2015] [warn] [client 2602:306:cda5:86e0:9d2b:9a4e:e37a:ffc5] mod_fcgid: stderr: PHP Fatal error: Call to undefined function get_custom_column_class() in /var/www/vhosts/u17678602.onlinehome-server.com/httpdocs/wp-content/themes/legenda/framework/vc.php on line 1111
    [Wed Jul 08 19:45:34 2015] [warn] [client 2602:306:cda5:86e0:9d2b:9a4e:e37a:ffc5] mod_fcgid: stderr: PHP Fatal error: Call to undefined function get_custom_column_class() in /var/www/vhosts/u17678602.onlinehome-server.com/httpdocs/wp-content/themes/legenda/framework/vc.php on line 1111
    [Wed Jul 08 19:46:33 2015] [warn] [client 66.249.64.59] mod_fcgid: stderr: PHP Fatal error: Call to undefined function get_custom_column_class() in /var/www/vhosts/u17678602.onlinehome-server.com/httpdocs/wp-content/themes/legenda/framework/vc.php on line 1111
    [Wed Jul 08 19:47:23 2015] [warn] [client 76.17.41.206] mod_fcgid: stderr: PHP Fatal error: Call to undefined function get_custom_column_class() in /var/www/vhosts/u17678602.onlinehome-server.com/httpdocs/wp-content/themes/legenda/framework/vc.php on line 1111, referer: https://www.google.com/
    [Wed Jul 08 19:48:50 2015] [warn] [client 75.131.193.185] mod_fcgid: stderr: PHP Fatal error: Call to undefined function get_custom_column_class() in /var/www/vhosts/u17678602.onlinehome-server.com/httpdocs/wp-content/themes/legenda/framework/vc.php on line 1111, referer: https://naturalbody.com/product-category/products/
    [Wed Jul 08 19:49:24 2015] [warn] [client 2601:5cd:c080:34:7066:16f7:5f24:8fab] mod_fcgid: stderr: PHP Fatal error: Call to undefined function get_custom_column_class() in /var/www/vhosts/u17678602.onlinehome-server.com/httpdocs/wp-content/themes/legenda/framework/vc.php on line 1111, referer: http://www.northernvirginiamag.com/top-spas/
    [Wed Jul 08 19:50:56 2015] [warn] [client 75.131.193.185] mod_fcgid: stderr: PHP Fatal error: Call to undefined function get_custom_column_class() in /var/www/vhosts/u17678602.onlinehome-server.com/httpdocs/wp-content/themes/legenda/framework/vc.php on line 1111, referer: https://naturalbody.com/product-category/products/
    [Wed Jul 08 19:58:22 2015] [warn] [client 24.98.247.198] mod_fcgid: stderr: PHP Fatal error: Call to undefined function get_custom_column_class() in /var/www/vhosts/u17678602.onlinehome-server.com/httpdocs/wp-content/themes/legenda/framework/vc.php on line 1111, referer: http://www.google.com/
    [Wed Jul 08 19:58:31 2015] [warn] [client 2600:1004:b142:8b16:d6c:6f65:780b:e2e5] mod_fcgid: stderr: PHP Fatal error: Call to undefined function get_custom_column_class() in /var/www/vhosts/u17678602.onlinehome-server.com/httpdocs/wp-content/themes/legenda/framework/vc.php on line 1111, referer: https://www.google.com/
    [Wed Jul 08 20:00:57 2015] [warn] [client 2600:1004:b142:8b16:d6c:6f65:780b:e2e5] mod_fcgid: stderr: PHP Fatal error: Call to undefined function get_custom_column_class() in /var/www/vhosts/u17678602.onlinehome-server.com/httpdocs/wp-content/themes/legenda/framework/vc.php on line 1111

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    July 9, 2015 at 13:02

    Hello @atlantamarketing,

    What the exact problems do you have on Checkout page?
    Please clarify and provide us with FTP and wp-admin panel credentials in private content.
    Did you make any changes in the original theme files?

    Regards,
    Eva Kemp.

    Avatar: atlantamarketing
    atlantamarketing
    Participant
    July 9, 2015 at 16:55

    I commented out the code on in VC.php line 1111 referenced in the above log file.
    It got the page back up but the shopping cart still hangs on the checkout page.

    Please, contact administrator
    for this information.
    Avatar: atlantamarketing
    atlantamarketing
    Participant
    July 9, 2015 at 16:59

    The problem is that when a customer orders a product it does not progress past the checkout page.
    It hangs there.

    Avatar: Eva
    Eva Kemp
    Support staff
    July 10, 2015 at 11:38

    Hello @atlantamarketing,

    I tried to order a product and passed the Checkout page successfully. Please view the screenshot:
    http://storage1.static.itmages.com/i/15/0710/h_1436524651_7623875_ba1d86171b.png
    The order has been taken.

    Could you please show a screenshot of the problem you’re experiencing or clarify step by step how we can replicate it?

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: atlantamarketing
    atlantamarketing
    Participant
    July 10, 2015 at 12:57

    it doesn’t work with credit cards

    Please, contact administrator
    for this information.
    Avatar: atlantamarketing
    atlantamarketing
    Participant
    July 10, 2015 at 13:34

    Here are the two current errors that I’m getting:

    [Fri Jul 10 05:38:06 2015] [error] [client 66.249.65.204] Directory index forbidden by Options directive: /var/www/vhosts/u17678602.onlinehome-server.com/httpdocs/wp-content/plugins/store-locator/sl-admin/info/
    [Fri Jul 10 07:53:02 2015] [warn] [client 75.131.193.185] mod_fcgid: stderr: PHP Fatal error: Call to undefined method WC_Order::get_shipping() in /var/www/vhosts/u17678602.onlinehome-server.com/httpdocs/wp-content/plugins/taxnow_woo/taxnow-woo.class.php on line 2065, referer: https://naturalbody.com/checkout/

    I would also like to fix the issue that reported previously in the vc.php file that

    Avatar: Eva
    Eva Kemp
    Support staff
    July 10, 2015 at 13:57

    Hello @atlantamarketing,

    Please disable all 3rd-party plugins and try to checkout after that.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: atlantamarketing
    atlantamarketing
    Participant
    July 10, 2015 at 14:41

    I fixed all the issues. Can you please see fix the code in VC.php so I don’t have to comment out line 1111. It affects the home page look when I comment it out.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    July 11, 2015 at 09:08

    Hello @atlantamarketing,

    Please give us permissions to view all options in WP Dashboard.
    Have you changed FTP password? We can’t log in. Please provide us with the correct credentials.
    Also check if the error appears with default WordPress theme (Twenty Fifteen for example).

    Best regards,
    Jack Richardson.

  • 1 2 3 14 15 16 22 23 24
    Viewing 450 results - 421 through 450 (of 711 total)

The issue related to '‘Installation Issues & Fixes (Read First)’' has been successfully resolved, and the topic is now closed for further responses

8theme customization service
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.