tweetnest
tweetnest copied to clipboard
Problem with Authentication
Hi Just installed Tweetnest on a shared Hoster, whit PHP 5.5.3 in FPM/FastCGI-Mode. calling "/maintenance/loadtweets.php" won't work. It seems as if the "$_SERVER['PHP_AUTH_USER']" is not set. I read some threads on stackoverflow, but the mentioned workarounds won't fix my problem.
My solution is removing the Password in the config File, comment out line 47 in mpreheader.php and securing the "maintenance"-Folder with .htaccess and .htpasswd
Has anyone the same problems and perhaps a fix that works?
best regards Heiko
Had the same problem, your solution works fine for me. Sadly, I'm not able to find out why I couldn't get to run the file. I switched to a newer php version, had to update some tweetnest files and since then, I couldn't run the cronjob or access the loadtweets.php-file via browser. It worked before, so I guess the bad boy is the new php-version?