You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 9, 2022. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
The text was updated successfully, but these errors were encountered: