You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried entering a price for an item before creating any sales types to see what would happen. Entering the price silently fails with no price shown afterwards.
Error in httpd-error.log
[Wed Dec 18 15:57:18.672829 2024] [php:error] [pid 31098] [client 162.223.103.50:62349] PHP Fatal error: Uncaught mysqli_sql_exception: Cannot add or update a child row: a foreign key constraint fails (`weberp_scc`.`prices`, CONSTRAINT `prices_ibfk_3` FOREIGN KEY (`typeabbrev`) REFERENCES `salestypes` (`typeabbrev`)) in /usr/local/www/weberp/includes/ConnectDB_mariadb.inc:58\nStack trace:\n#0 /usr/local/www/weberp/includes/ConnectDB_mariadb.inc(58): mysqli_query()\n#1 /usr/local/www/weberp/Prices.php(158): DB_query()\n#2 {main}\n thrown in /usr/local/www/weberp/includes/ConnectDB_mariadb.inc on line 58, referer: https://weberp.dalescott.net/Prices.php?Item=100-0004
dale@whizzer:/usr/local/www/weberp $
The text was updated successfully, but these errors were encountered:
P.S. if we were ranking issues, I would propose P3 or P4 for this one.
I would also propose a rule that a release is not permitted to have any P1 or P2 issues.
From MS Copilot: A common 5-level issue priority list is often used in project management and IT service management to categorize tasks or issues based on their urgency and importance. Here's a typical breakdown:
Critical (P1): These issues require immediate attention as they can cause significant disruption or have a major impact on operations. Examples include system outages or security breaches.
High (P2): Important issues that need to be addressed soon but are not as urgent as critical issues. These might include significant bugs or performance issues that affect many users.
Medium (P3): Issues that are important but not urgent. They should be resolved in a reasonable timeframe but do not require immediate action. Examples include minor bugs or feature requests.
Low (P4): These issues are less important and can be addressed when time permits. They might include cosmetic issues or minor inconveniences.
Very Low (P5): These are the least urgent issues, often involving long-term improvements or very minor problems that do not significantly impact operations
This prioritization helps teams focus on the most critical tasks first, ensuring that resources are allocated efficiently and effectively.
I tried entering a price for an item before creating any sales types to see what would happen. Entering the price silently fails with no price shown afterwards.
Error in httpd-error.log
The text was updated successfully, but these errors were encountered: