Troubleshooting: PDO: Table 'selfoss.tags' doesn't exist
i actually had the same problem.
after manually creating the table tags in mysql, selfoss stopped with the same timezone message.
changing the line
date_default_timezone_set($val);
to
date_default_timezone_set("Europe/Berlin");
removed the message, but selfoss stopped with a blank page.
however, going back to the original code and adding the line
date.timezone = "Europe/Berlin";
to the php.ini did it!
so selfoss seems to work for me for now
Complete thread:
- Troubleshooting: PDO: Table 'selfoss.tags' doesn't exist -
malcolmputer,
2013-03-18, 18:03
- Troubleshooting: PDO: Table 'selfoss.tags' doesn't exist - Carcadons, 2013-03-19, 01:03
- Troubleshooting: PDO: Table 'selfoss.tags' doesn't exist - Tompi, 2013-03-20, 11:38
- Troubleshooting: PDO: Table 'selfoss.tags' doesn't exist -
kofl,
2013-03-20, 13:43
- Troubleshooting: PDO: Table 'selfoss.tags' doesn't exist -
malcolmputer,
2013-03-20, 14:04
- Troubleshooting: PDO: Table 'selfoss.tags' doesn't exist - malcolmputer, 2013-03-20, 14:17
- Troubleshooting: PDO: Table 'selfoss.tags' doesn't exist - kofl, 2013-03-23, 17:47
- Troubleshooting: PDO: Table 'selfoss.tags' doesn't exist -
malcolmputer,
2013-03-20, 14:04
- Troubleshooting: PDO: Table 'selfoss.tags' doesn't exist -
radical.edward,
2013-03-20, 17:42
- Troubleshooting: PDO: Table 'selfoss.tags' doesn't exist - ric, 2013-03-21, 11:02