aswinnair
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress MU Domain Mapping] wordpress-mu-domain-mapping – Security issueOur scanning tool generated those .js files, but the vulnerability still exists. See another part of the code that needs fix. ANy help?
….
136. $domain = strtolower( $_POST[ ‘domain’ ] );
….
155. $wpdb->query( $wpdb->prepare( “UPDATE {$wpdb->dmtable} SET blog_id
= %d, domain = %s, active = %d WHERE domain = %s”, $_POST[ ‘blog_id’ ],
$domain, $_POST[ ‘active’ ], $_POST[ ‘orig_domain’ ] ) );Forum: Plugins
In reply to: [Brilliant Web-to-Lead for Salesforce] Error submitting formThis is in the log.
[Fri Jul 11 14:35:44 2014] [error] [client 10.192.209.57] Salesforce HTTP error: WP_Error Object\n(\n [errors] => Array\n (\n [http_request_failed] => Array\n (\n [0] => connect() timed out!\n )\n\n )\n\n [error_data] => Array\n (\n )\n\n)\n, referer: https://xxxx.com/contact-us-thank/salesinquiry-form/
Forum: Plugins
In reply to: [Brilliant Web-to-Lead for Salesforce] OID for salesforceGreat. Works fine.
Forum: Plugins
In reply to: [Brilliant Web-to-Lead for Salesforce] OID for salesforceThanks, I see that. But When I do a view source of the form page, the OID field is not showing.
will do. Thanks
PHP 5.5
Plugin 2.1.1
WP 3.5.2My site is internal and can’t see via a url.
No error in logs. Debug is on and doesn’t show any error related to this plugin.Thanks much
Thanks Nick.. Now I see that the captcha image is not really showing. I see a broken image icon in place.
Ignore above message. Installed the PHP GD extension to solve the error above.
I have the same issue. See log with error. Nick, can you help?
[Tue Jan 28 15:38:59 2014] [error] [client 172.26.147.137] PHP Fatal error: Uncaught exception ‘Exception’ with message ‘Required GD library is missing’ in /var/www/html/wp-content/plugins/salesforce-wordpress-to-lead/lib/captcha/captcha.php:92\nStack trace:\n#0 /var/www/html/wp-content/plugins/salesforce-wordpress-to-lead/salesforce.php(492): captcha()\n#1 /var/www/html/wp-content/plugins/salesforce-wordpress-to-lead/salesforce.php(838): salesforce_form(Array, false, NULL, 2)\n#2 [internal function]: salesforce_form_shortcode(Array, ”, ‘salesforce’)\n#3 /var/www/html/wp-includes/shortcodes.php(236): call_user_func(‘salesforce_form…’, Array, ”, ‘salesforce’)\n#4 [internal function]: do_shortcode_tag(Array)\n#5 /var/www/html/wp-includes/shortcodes.php(151): preg_replace_callback(‘/\\[(\\[?)(embed|…’, ‘do_shortcode_ta…’, ‘<p>We c…’)\n#6 [internal function]: do_shortcode(‘<p>We c…’)\n#7 /var/www/html/wp-includes/plugin.php(173): call_user_func_array(‘do_shortcode’, Array)\n#8 /var/www/html/wp-content/plugins/advanced-custom-fields/core/fields/wysiwyg.php(277): apply_filt in /var/www/html/wp-content/plugins/salesforce-wordpress-to-lead/lib/captcha/captcha.php on line 92
Forum: Plugins
In reply to: SPAM! Salesforce web-to-lead forms HELP!Did you solve this issue? I have the same issue now.
Forum: Plugins
In reply to: [Brilliant Web-to-Lead for Salesforce] Github fork with some added featuresSorry, will do.
Forum: Plugins
In reply to: [Brilliant Web-to-Lead for Salesforce] Github fork with some added featuresHow do I fire an ‘onSelectedIndex changed event’ for the country drop down? I am trying to populate STATE field based on the country selected. Need to disable STATE dropdown if country selected is NOT USA or CANADA.
Thanks for any help.
Forum: Plugins
In reply to: [Brilliant Web-to-Lead for Salesforce] Restyling form LAYOUTHow do I add a border line all around the form so that the form will be like inside a box?
Forum: Plugins
In reply to: [Active Directory Integration] Authentication Failedgrenzenlos, can you tell what made it work? I tried everything but not working for me. Thanks a lot.
Forum: Plugins
In reply to: [Active Directory Integration] ldaps failedCan somebody help? Only port 389 WITHOUT TLS is working. Port 389 with TLS and LDAPS with port 636 are failing..