G
G
Grigory Sergaty2015-10-03 21:32:30
WordPress
Grigory Sergaty, 2015-10-03 21:32:30

Does Visual Composer modules give a fatal error when trying to activate the GoGetThemes plugin?

error text:
Fatal error: Cannot redeclare ggt_hex2rgb() (previously declared in /home/fcschsag/domains/spysun.info/public_html/test/wp-content/themes/pol/includes/helpers.php:756) in /home/ fcschsag/domains/spysun.info/public_html/test/wp-content/plugins/ggt-composer-addon/vc_extend.php on line 218 I
will provide the text of the documents referred to by the error if necessary.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
W
WP Panda, 2015-10-03
@wppanda5

function ggt_hex2rgb() is defined 2 times
here /home/fcschsag/domains/spysun.info/public_html/test/wp-content/themes/pol/includes/helpers.php
wrap it in

if ( ! function_exists('ggt_hex2rgb') ) {
//тут функция ggt_hex2rgb() 
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question