I faced a similar issue when moving from PHP 5.6 to newer versions — even rolling back didn’t fully restore compatibility because some session handling changed. Try clearing browser cache/cookies and double-check the sessions.save_path in your PHP configuration. If the login page still just reloads, setting up a fresh instance of webERP and restoring your database backup can help confirm whether it’s an environment problem or something in the code. If you want to explore more fixes, you can click...
I faced a similar issue when moving from PHP 5.6 to newer versions — even rolling back didn’t fully restore compatibility because some session handling changed. Try clearing browser cache/cookies and double-check the sessions.save_path in your PHP configuration. If the login page still just reloads, setting up a fresh instance of webERP and restoring your database backup can help confirm whether it’s an environment problem or something in the code. If you want to explore more fixes, you can click...
Hello Edward, sorry I have only just picked this up. Did you get it resolved? Most development now happens around my github page at https://github.com/timschofield/webERP Let me know if I can help Tim
Hi Jorge, I have just picked this up. Can you repost it at https://github.com/timschofield/webERP/discussions where most development now takes place. Tim
Greetings, can someone help me, I'm new with this erp, I need to find the log server to try to solve an issue, I appreciate your help, thanks
We have been running webERP on PHP version 5.6 for the past six years. However, yesterday, the PHP version was upgraded to 7.4, and the script stopped working. We downgraded PHP back to 5.6, but now the dashboard won't open. Whenever we try to log in, the login page simply reloads without displaying any errors
webERP v4.15.2 Released
Hello Tim, I tried that before trying to contact you. It did not work either. The problem is now sorted out. Please see my previous response. Thenks for coming back on this. Roy On 10/19/21 8:32 AM, Tim Schofield wrote: Hello Roy, when the password is inserted in the database it is encrypted using the PHP function - password_hash() (see https://www.php.net/manual/en/function.password-hash.php https://www.php.net/manual/en/function.password-hash.php), assuming you are using a version of PHP greater...
Hello Paul, The problem is resolved. The solution was simple. The SysAdminEmail was missing from the config.php file. After updating that, and granting permissions on the server to write files and folders in the weberp folder, webERP started working. Sorry for the inconvenience, and thanks for the help. Roy On 10/19/21 7:03 AM, Roy Dalle Vedove wrote: Hello Paul, Thanks for the prompt response. In response to your questions: Version 4.15.1 Yes, it's the same error message. There are 161 tables after...
Hello Roy, when the password is inserted in the database it is encrypted using the PHP function - password_hash() (see https://www.php.net/manual/en/function.password-hash.php), assuming you are using a version of PHP greater than 5.5. If you are familiar with PHP and sql you are probably able to create a small script that manually updates the database table www_users. If not, or if this doesn't work, then let me know. Thanks Tim
Hello Paul, Thanks for the prompt response. In response to your questions: Version 4.15.1 Yes, it's the same error message. There are 161 tables after the most recent install attempt. Thanks Roy On 10/19/21 3:22 AM, Paul wrote: 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 http://www.weberp.org/forum/showthread.php?tid=8167&pid=14995#pid14995...
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?
Hello Phil, I am having the same problem. After doing the installation, the login would not work. After three attempts the message as above appeared. Research suggested a number of solutions, including checking whether the user is blocked (it is not), changing the password using PHP,. That did not work. Reinstalling webERP from scratch, Installing using the default.sql script as suggested above. The server is running PHP 7.4 and MariaDB 10.4 running on Ubuntu 18.4. I am comfortable with SQL and PHP,...
I'll commit as we go, I don't have an API key to test, so your efforts are helpful. Really, I hope it's always true | couponswa
Hello everybody, in the moment i am writing my bachelor thesis on the topic "Diffusion rate of open source business software". I want to ask you (the community) , if some of you could take a time and conduct the quick survey based on the software "webERP". Under the following link, you can start with these: https://www.umfrageonline.com/s/8b5eeb1 I would be very grateful, if you could take the time and conduct the survey. Best regards (Mrs) Rezan Kedik
Hello everybody, in the moment i am writing my bachelor thesis on the topic "Diffusion rate of open source business software". I want to ask you (the community) , if some of you could take a time and conduct the quick survey based on the software "webERP". Under the following link, you can start with these: https://www.umfrageonline.com/s/54e5d89 I would be very grateful, if you could take the time and conduct the survey. Best regards (Mrs) Rezan Kedik
Thanks for this mygroundbiz
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.
Hi Paul I have re-wrote most of the code in GeoIntegration for Google Maps API v3 for SelectCusomer.php and SelectSupplier.php and converted the code from Google Maps API v2 to v3 for geo_displaymap_customers.php and geo_displaymap_suppliers.php, (that's why those pages didn't show anything) For the last two files I struggled to find a way but found the solution from a site, and the "missing" piece from another, should these been credited? ...but I did some changes but don't want to be credited for...
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://'...
Thank's Paul Will go through the branches and see what i can find.
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.
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> So change to https: in Suppliers.php Line 417 CustomerBranches.php Line 112 geocode.php Line 40 geo_displaymap_customers.php Line 34 geo_displaymap_suppliers.php Line 34 SelectCustomer.php is OK but changed line 618 to <script src="https://' . $map_host . '/maps/api/js?key=' . $API_key . '&callback=initMap"></script>';...
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';
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';
Thanks Paul for quick answer, and link to the bugs, development etc. i knew it was there in the "old days" :)
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?
The API key is missing In line 113 causing Google geocoding request message: REQUEST_DENIED Change line 115 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.
Hello, We are looking for a replacement ERP package and like the features of webERP. Thanks to everyone who made it possible. I am wondering about the current state of support for webERP and went to weberp.org and registered but have yet to be approved to post in that forum. Not much time has passed since I requested, though. I am trying to use webERP with mysql version 5.7, but am running into an issue of incompatible with sql_mode=only_full_group_by. I have removed that which seems to take care...
webERP 4.15.1 Released
This looks like the installation has not fully completed populating the database. This can happen as a result of the timeout on some servers kicking in before completion. The fool proof way would be to populate the database by running the sql under webERP/sql/mysql/country_sql/default.sql for a new system or webERP/sql/mysql/country_sql/demo.sql directly against your mysql server - perhaps using phpMyAdmin ? or the command line. instructions on how to do this are in: webERP/doc/INSTALL.txt https...
I have installed web-erp successfully. After login it shows following error message. ERROR Report : Security settings have not been defined for your user account. Please advise your system administrator. It could also be that there is a session problem with your PHP web server. Please advice.
I have installed web-erp successfully. After login it shows following error message. ERROR Report : Security settings have not been defined for your user account. Please advise your system administrator. It could also be that there is a session problem with your PHP web server
i have install the ERP successfully, when i access it it gives below error: ERROR Report : Security settings have not been defined for your user account. Please advise your system administrator. It could also be that there is a session problem with your PHP web server Please help for this.
webERP 4.15 Released
webERP Code repository moved to GitHub