Error message

  • Warning: include_once(/usr/local/www/apache24/data/sites/all/modules/views_infinite_scroll/theme/views_infinite_scroll_theme.inc): failed to open stream: No such file or directory in theme() (line 1065 of /usr/local/www/apache24/data/includes/theme.inc).
  • Warning: include_once(): Failed opening '/usr/local/www/apache24/data/sites/all/modules/views_infinite_scroll/theme/views_infinite_scroll_theme.inc' for inclusion (include_path='.:/usr/local/share/pear') in theme() (line 1065 of /usr/local/www/apache24/data/includes/theme.inc).

t

OwnCloud SQLite is Only for Testing

Blog categories: 

Lately I had to realise that the OwnCloud support for SQLite is literally only for testing, even if you have a single user, despite what I have read out of the documentation (which states you could use SQLite for few user sites).

I had several issues with my calendars as well as my contacts (failed to sync, failed to import, etc.), which all vanished when I migrated/converted the database to MySQL. Luckily, OwnCloud has support for exactly that use case. Just invoke the following (given you have setup php correctly).

B