Bobby
Forum Replies Created
-
Forum: Plugins
In reply to: [Gravity Forms Advanced File Uploader] ToS error?I have multiple forms on the site but this error only appears on the one page that has a login form loaded in the theme file, rather than with a shortcode.
gravity_form_enqueue_scripts('Login', false); gravity_form('Login', false, false, false, '', false, 1);
Cheers.
Forum: Plugins
In reply to: [Gravity Forms Advanced File Uploader] ToS error?Of course! Sorry!
Warning: Invalid argument supplied for foreach() in \...\wp-content\plugins\gravity-forms-advanced-file-uploader\inc\inc_gforms_terms.php on line 279
If it helps, i’m working in a local environment in Windows.
Thanks Dan,
It’s definitely a Windows based issue. Looking around it looks like localeconv has issues on Windows, possibly a UTF problem.When I replace $locale on line 403 with the currency array mannually it works. i.e:
$locale = array( 'decimal_point' => '.', 'thousands_sep' => '', 'int_curr_symbol' => 'EUR', 'currency_symbol' => '€', 'mon_decimal_point' => ',', 'mon_thousands_sep' => '.', 'positive_sign' => '', 'negative_sign' => '-', 'int_frac_digits' => 2, 'frac_digits' => 2, 'p_cs_precedes' => 0, 'p_sep_by_space' => 1, 'p_sign_posn' => 1, 'n_sign_posn' => 1, 'grouping' => array(), 'mon_grouping' => array(0 => 3, 1 => 3) );
This will do for me while I work on it on my local environment until go live time at which point I’ll re-install.
I’m using xampp on Windows. Unfortunately I can’t find any information that will tell me if either of these settings are supported in the environment. I suspect that is Windows that is causing the issue.
I tested the following code:
<?php print_r(localeconv()); ?>
which returend:
Array ( [decimal_point] => . [thousands_sep] => [int_curr_symbol] => [currency_symbol] => [mon_decimal_point] => [mon_thousands_sep] => [positive_sign] => [negative_sign] => [int_frac_digits] => 127 [frac_digits] => 127 [p_cs_precedes] => 127 [p_sep_by_space] => 127 [n_cs_precedes] => 127 [n_sep_by_space] => 127 [p_sign_posn] => 127 [n_sign_posn] => 127 [grouping] => Array ( ) [mon_grouping] => Array ( ) )
Not sure if this is helpful or not.Once I’ve got it working and can configure it on my local host, i’ll purchase the full version once ready for go live.
Hi Dan,
Just as an FYI I am also getting this error. I have installed on a localhost environment if that helps. It looks like the money values aren’t formatted correctly as you stated above.
Cheers.
Notice: Undefined index: disabled in /wp-content/plugins/wp-crm/core/class_functions.php on line 2821 Notice: Undefined property: wpdb::$crm_log in /wp-includes/wp-db.php on line 630 Notice: Undefined property: wpdb::$crm_log_meta in /wp-includes/wp-db.php on line 630 Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /wp-content/plugins/wp-crm/core/class_functions.php:2821) in /wp-content/plugins/wpmu-dev-facebook/lib/external/facebook.php on line 49 Notice: Undefined variable: wp_crm in /wp-content/plugins/wp-crm/core/class_core.php on line 198 Notice: Undefined index: replace_default_user_page in /wp-content/plugins/wp-crm/core/class_core.php on line 81 Notice: Undefined index: track_detailed_user_activity in /wp-content/plugins/wp-crm/core/class_core.php on line 91 Notice: Undefined index: allow_attributes_grouping in /wp-content/plugins/wp-crm/core/class_core.php on line 121 Notice: Undefined index: disable_wp_password_reset_email in /wp-content/plugins/wp-crm/core/class_core.php on line 216 Notice: Undefined index: notification_actions in /wp-content/plugins/wp-crm/core/class_core.php on line 222 Notice: Undefined index: replace_default_user_page in /wp-content/plugins/wp-crm/core/class_core.php on line 681 Notice: Undefined index: track_detailed_user_activity in /wp-content/plugins/wp-crm/core/class_core.php on line 693 Notice: Undefined index: replace_default_user_page in /wp-content/plugins/wp-crm/core/class_core.php on line 698 Notice: Undefined index: replace_default_user_page in /wp-content/plugins/wp-crm/core/class_core.php on line 527
Forum: Plugins
In reply to: [WP-Invoice - Web Invoice and Billing] Errors when in debug modeDeprecated: Function split() is deprecated in /wp-content/plugins/wp-invoice/core/wpi_functions.php on line 1978 Deprecated: Function split() is deprecated in /wp-content/plugins/wp-invoice/core/wpi_functions.php on line 1978 Deprecated: Function split() is deprecated in /wp-content/plugins/wp-invoice/core/wpi_functions.php on line 1978 Deprecated: Function split() is deprecated in /wp-content/plugins/wp-invoice/core/wpi_functions.php on line 1978 Deprecated: Function split() is deprecated in /wp-content/plugins/wp-invoice/core/wpi_functions.php on line 1978
Forum: Plugins
In reply to: [WP-Invoice - Web Invoice and Billing] HTML Email TemplatesHowdy,
Thanks for all your help.
I have added html to the content type of the headers in the plugin files and added my html layout into the boxes for sending notifications. It’s not ideal but it’s working and allows me to continue using your plugin and purchase the addons.
Thanks again.
Forum: Plugins
In reply to: [WP-Invoice - Web Invoice and Billing] HTML Email TemplatesYes I found those, however there is no Trigger Action for sending a created invoice notification, hence why I thought I needed to add them in.
After connecting the plugins I still only see:
User Registration
WPI: Invoice Paid (Client Receipt)
WPI: Invoice Paid (Notify Administrator)
WPI: Invoice Paid (Notify Creator)
Example Shortcode FormThanks
Forum: Plugins
In reply to: [WP-Invoice - Web Invoice and Billing] HTML Email TemplatesHey, thanks for your reply.
I have got WP-CRM connected as well. I can’t see any option to integrate the WP-Invoice email settings in with WP-CRM.
If I understand I need to add New Invoice as a Trigger Action, however I’m not sure how to achieve this. Do I need to add the ‘new invoice’ trigger action to my functions.php somehow?
Thanks.
Have you got any video tutorials?
Forum: Plugins
In reply to: [Design Approval System] Admin Menu IconI agree, IE is old and outdated. However not all clients are web savvy and have the latest browser. Indeed worldwide share is about 6%. Just thought you should know.
You could insert a simple “if IE8 or down” conditional to load a specific stylesheet. I will probably do this and I’ll let you know how I go and you can think about including it in your code.
Cheers.
Forum: Plugins
In reply to: [Design Approval System] Admin Menu IconJust wanted to let you know that this error still appears to be occuring in Internet Explorer 8.
Cheers.
Forum: Plugins
In reply to: [Front-end Editor for WordPress] Editor saves injected content.The js/php function is pretty complex but saves me a tonne of time automagically injecting icons scraped from another site.
Anyway, I’ll work something out, thanks for the info. Keep up the great work!
Forum: Plugins
In reply to: [Front-end Editor for WordPress] Editor saves injected content.The function isn’t really possible with css as it grabs the icons from an external site using php. Perhaps there is a way to disable some js from loading when editing via the front end…
Is there something in this plugin that I can use to detect when it is editing via the front end? i.e. a class added to the body etc? Then i can add in an if statement to my js to stop it from loading.
Also just wanted to write about this experience just as an FYI in case this causes problems in the future.