webERP v4.15.2 Released
Hello, Roy. To be sure of certain matters: 1. Which version of webERP? 2. Do you mean the same security settings error message as shown in the first post? 3. After install, how may tables are present? In the chance of a password matter, see if this post in our forum might help reset?
Hello, Roy. To be sure of certain matters: 1. Which version of webERP? 2. Do you mean the same security settings error message as shown in the first post? 3. After install, how may tables are present? In the chance of a password matter, see if our forum info might help reset?
Thanks, yes, that is ok. I've haven't yet had a chance to take a look, but I will.
Yes, that is ok. I've haven't yet had a chance to take a look, but I will.
Protocol changes committed!
One more error in geocoding scripts; <geocoderesponse> <status>REQUEST_DENIED</status> <error_message>Requests to this API must be over SSL. Load the API with "https://" instead of "http://".</error_message> </geocoderesponse> So change to https in: 1. Suppliers.php Line 417 2. CustomerBranches.php Line 112 3. geocode.php Line 40 4. geo_displaymap_customers.php Line 34 5. geo_displaymap_suppliers.php Line 34 6. SelectCustomer.php is OK but deleted line 619 changed line 618 to: <script src="https://'...
I'll commit as we go, I don't have an API key to test, so your efforts are helpful. sounds like that area broke sometime between 4.12 and 4.15, there have been some minor changes to geocoding since then.
Paul, i discovered a typo (double quote AND single quote) in Suppliers.php when updating my files Line 418: $request_url = $base_url . $address . '&key="'. KEY . '&sensor=true'; should be: $request_url = $base_url . $address . '&key=' . KEY . '&sensor=true';
Doh! ... thought I double-checked all those! Thanks for the report Jan, file updated.
Doh! ... thought I double-checked those! Thanks for the report Jan, file updated.
Doh! ... thought I double-checked those! Thanks for the report Jan, file updated.
Doh! ... thought I double-checked those! Thanks for the report Jan, file updated.
Paul, i discovered a typo (double quote AND single quote) in Suppliers.php when updating my files Line 418 $request_url = $base_url . $address . '&key="'. KEY . '&sensor=true'; should be $request_url = $base_url . $address . '&key=' . KEY . '&sensor=true';
The API key is missing In line 113 causing Google geocoding request message: REQUEST_DENIED Change line 113 fix that: $request_url = $base_url . $address . ',&sensor=true'; to: $request_url = $base_url . $address . "&key=" . KEY . '&sensor=true'; Isn't there a bug reporting forum somewhere?
The API key is missing In line 113 causing Google geocoding request message: REQUEST_DENIED Change line 113 fix that: $request_url = $base_url . $address . ',&sensor=true'; to $request_url = $base_url . $address . "&key=" . KEY . '&sensor=true'; Isn't there a bug reporting forum somewhere?
Thanks for the report and the fix, Jan! A similar change was needed in a few other places too. The GitLab commit credited to you. Yes, there is a webERP forum for bugs, development discussions, and more.
The API key is missing In line 113 causing Google geocoding request message: REQUEST_DENIED Change line 113 fix that; $request_url = $base_url . $address . ',&sensor=true'; to $request_url = $base_url . $address . "&key=" . KEY . '&sensor=true'; Isn't there a bug reporting forum somewhere?
Apologies on the delayed response. Due to the tremendous amount of spam to the forms, automatic registration is disabled. However, if you can provide the username, we can activate the account. Support has generally been handled via the forums or at GitHub, as there has not been very much activity here on Sourceforge.
webERP 4.15.1 Released
webERP 4.15 Released