Advertisement
chris_1201

Untitled

Apr 26th, 2016
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 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...mein_bohnen_laden: config error -- Couldn't change to /home/chris/catalogs/mein_bohnen_laden: No such file or directory. Skipping.
  11. failed.
  12. Configuring catalog strap...Using MySQL, DSN=dbi:mysql:test_strap...table stock_alert created: create table `stock_alert` (
  13. `uid` int(11) NOT NULL auto_increment PRIMARY KEY,
  14. `sku` varchar(20) DEFAULT '' NOT NULL,
  15. `price` decimal(10,2) DEFAULT '0.00' NOT NULL,
  16. `description` varchar(255) DEFAULT '' NOT NULL,
  17. `fname` varchar(255) DEFAULT NULL,
  18. `lname` varchar(255) DEFAULT NULL,
  19. `email` varchar(255) DEFAULT '' NOT NULL,
  20. `date` date DEFAULT '0000-00-00' NOT NULL
  21. )
  22.  
  23. table stock_alert index failed: Table 'test_strap.stock_alert' doesn't exist
  24. 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
Advertisement