chris_1201

Untitled

Apr 26th, 2016
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. ./bin/interchange -r --DEBUG=1
  2. The previous Interchange server was not running and probably
  3. terminated with an error.
  4.  
  5. ##### DEBUG MODE, running in foreground #####
  6. Low traffic settings.
  7. Calling UI......UI is loaded...
  8. Interchange V5.10.0
  9. Running with old signals.
  10. Configuring catalog mein_bohnen_laden...Using MySQL, DSN=dbi:mysql:test_strap...table stock_alert created: create table `stock_alert` (
  11. `uid` int(11) NOT NULL auto_increment PRIMARY KEY,
  12. `sku` varchar(20) DEFAULT '' NOT NULL,
  13. `price` decimal(10,2) DEFAULT '0.00' NOT NULL,
  14. `description` varchar(255) DEFAULT '' NOT NULL,
  15. `fname` varchar(255) DEFAULT NULL,
  16. `lname` varchar(255) DEFAULT NULL,
  17. `email` varchar(255) DEFAULT '' NOT NULL,
  18. `date` date DEFAULT '0000-00-00' NOT NULL
  19. )
  20.  
  21. table stock_alert index failed: Table 'test_strap.stock_alert' doesn't exist
  22. table 'stock_alert' failed: list_fields execute on `stock_alert`: Table 'test_strap.stock_alert' doesn't exist at /home/chris/interchange/lib/Vend/Table/DBI.pm line 1984.
Advertisement
Add Comment
Please, Sign In to add comment