Skip to main content

problem occured. no more working

More
10 years 1 month ago #3187 by gsmiphone
it was all working perfectly. but later we changed server and it is not working anymore, means the feeds are not being changed dailyfeed on daily basis.

also having such errors

24vergelijk.nl this is the website

/var/www/vhosts/24vergelijk.nl/httpdocs/components/com_datafeeds/views/items/tmpl/default_thumb.php on line
195
if ($this->pagination ) { echo '<div class="pagination" id="datafeeds_bottom">'.$links.'</div>'; }
$toclean='cache/*';

$a=glob($toclean);
foreach ( $a as $file ) { //this is error line, as cache folder is empty
unlink($file);
}
so is this something we have to in the server side so it could be cashed???

please help

Please Log in to join the conversation.

More
10 years 1 month ago #3189 by redactie
so you have a clean function everytime the thumb template is called? probably beter to disable the cache then.

fetching feeds is not related to showing them, so is refreshing the feeds in the database the problem or showing fresh items on the frontside?

Solving (server related) issues in custom code is pretty difficult on a remote server

Please Log in to join the conversation.

Time to create page: 0.387 seconds