stephanediondev / readerself

Replaced by a new version
https://github.com/stephanediondev/feed
Other
158 stars 26 forks source link

[BUG] Doesn't load news #72

Open boramalper opened 8 years ago

boramalper commented 8 years ago

Hello,

I added several sources to my instance, but when I click on the refresh button, nothing gets loaded.

While signing in, I got the error "apm cannot be enabled '/var/php/apm/db' is not directory" for a moment, than it disappears pretty quickly (I needed to take a screenshot to be able to read it).

I use the latest version: 3.4.9

stephanediondev commented 8 years ago

Hi

The refresh button doesn't retrieve items. It's only to refresh display.

Did you set a cron? cd /path-to-installation && php index.php refresh items

You can load the script in a browser http://yoursite.com/refresh/items

boramalper commented 8 years ago

I set a cron and then executed the command myself as well, and this was the output:

...
INSERT INTO `crawler` (`crr_time`, `crr_memory`, `crr_feeds`, `crr_datecreated`) VALUES (2.3205151557922, 10571304, 5, '2016-03-14 17:11:30')
0.01297807693481445312
###
OPTIMIZE TABLE categories, authors, tags, tags_items, connections, enclosures, favorites, feeds, folders, history, items, members, share, subscriptions
0.00534200668334960938
##################################

A PHP Error was encountered

Severity: Core WarningMessage:  APM cannot be enabled, '/var/php/apm/db' is not directoryFilename: UnknownLine Number: 0

Backtrace:

    $ 

When I reloaded the web page, all of the feeds were empty. I'm using MySQL, if matters.