Vabbè ho risolto questa cosa, era na cavolata,
tuttavia ora mi rimane un altro problemino che credo non dipenda da me e non figura nel troubleshoot.
Ho quest'errore:
che fa riferimento a questa riga: (la 156 è la 3a riga)Notice: Undefined property: etag in ...\magpierss\rss_fetch.inc on line 156
codice:if ( $cache_status == 'STALE' ) { $rss = $cache->get( $cache_key ); if ( $rss and $rss->etag and $rss->last_modified ) { $request_headers['If-None-Match'] = $rss->etag; $request_headers['If-Last-Modified'] = $rss->last_modified; } }