I just did an update of the Visual Composer v4.6 plugin on a TEST Site for my Client and there’s an Error Message when I try to Activate the plugin. See the Error Message in the Private Box.
Good thing I tested this prior to updating the Live Site! Please investigate and let me know the solution before I apply the update to my Client’s Live Site.
Thanks!
Hello,
Please provide us with FTP credentials in Private Content.
Also please make full backup site and we’ll try to reupload theme.
Regards,
Robert Hall.
So why was the Activation Error happening? Perhaps you can update and activate Visual Composer v4.6 for me to my Client’s Live Site. WP Login info in private box. I take it you don’t need the FTP login info since you managed to fix it via my WP Admin Login.
Let me know. Thanks.
How were you able to update the Visual Composer plugin on my Test Site without the FTP info? I thought you were able to via my WP Admin Login.
The FTP Login info is in the Private Box for my Live Site. Let me know when done. Thanks.
Hello, I’m also having the same issues with the plugin as well as the Ultimate Addons for Visual Composer won’t update properly.
FTP credentials are in private along with my website name and admin login info.
Thank you.
Site URL: hiddenAs a quick fix, you can modify:
/wp-content/themes/royal/framework/theme-functions.php
Line 4989, comment out the entire if block as so:
/*
if(!function_exists('hex2rgb')) {
function hex2rgb($hex) {
$hex = str_replace("#", "", $hex);
if(strlen($hex) == 3) {
$r = hexdec(substr($hex,0,1).substr($hex,0,1));
$g = hexdec(substr($hex,1,1).substr($hex,1,1));
$b = hexdec(substr($hex,2,1).substr($hex,2,1));
} else {
$r = hexdec(substr($hex,0,2));
$g = hexdec(substr($hex,2,2));
$b = hexdec(substr($hex,4,2));
}
$rgb = array($r, $g, $b);
//return implode(",", $rgb); // returns the rgb values separated by commas
return $rgb; // returns an array with the rgb values
}
}
*/
This was supposed to be a seamless plugin update and I rather not deal with all those line of codes. Were you able to update the Visual Composer Plugin for me to my Live Site? I had sent you my FTP Login info.
It appears you were able to on my TEST Site. So let me know. Thanks.
Sorry but I honestly rather not mess with the coding I haven’t learned enough PHP to edit much. Please let me know when it will be up and running. Also the The addon plugin needs to be updated.
Thank you.
Hello @urbndesignz,
You provided us with empty FTP account. Please give us access to the site files. Also wp-admin panel credentials are incorrect. Please check them.
Regards,
Eva Kemp.
Sorry the correct information is in private.
You must be logged in to reply to this topic.Log in/Sign up
One standard license is valid only for 1 project. Running multiple projects on a single license is a copyright violation.
The message was successfully sent
Your shopping cart is empty
You may extend support period on ThemeForest and then update its status by clicking "Update" button in your Account area.
Purchase code | Expiration date |
---|---|
d7ed5d03-cb21-4657-b20c-442972d0523c | 15 Nov 2016 |