/month.php & /favorites not found on server
vA53 wrote at 10:57 PM, Apr 4th, 2012
hey Derek!
I’ve got the same problem.
couldn´t fix it yet and there seems to be no help out there. :(
wfryer wrote at 5:04 AM, Apr 8th, 2012
And I’ve got the same problem on my new installation of Tweet Nest too:
http://twitter.wesfryer.com
Looking at the files in the directory with my FTP client, it appears the mainentance script which is importing the last 3200 tweets isn’t actually creating any files in my webserver’s directory:
http://twitter.wesfryer.com/mainte…
That’s why there are 404 errors: A directory for “2012” and the month “04” inside it have not been created at all:
http://twitter.wesfryer.com/2012/04
I’m wondering if this is a server permissions issue, where the script is not being allowed to create those directories and files?
Andy we need your help! :-)
wfryer wrote at 5:11 AM, Apr 8th, 2012
OK, I found this post and it looks like it might be the same .htaccess issue, b/c there are not actual directories being created by Tweet Nest:
http://pongsocket.com/forum/tweetn…
Haven’t found an answer yet tho…
wfryer wrote at 5:53 AM, Apr 8th, 2012
I experimented adding a .htaccess file into the directory where I installed Tweet Nest, copying the same one I had in the root of my Wordpress install, but that didn’t work.
Stuck for now.
graulund wrote at 2:40 PM, Apr 9th, 2012
As you seem to have discovered already, Tweet Nest doesn’t actually create folders in any way — the special URLs that look like a folder structure are put in place so the paths look more human readable.
This is what the .htaccess files help with in an Apache installation. Without them correctly installed, the server will actually try to look for that folder and, naturally, cry when it doesn’t find it. So this issue is usually due to these .htaccess files either being not present, not read or otherwise interfered with in some way.
The issue is complicated by the fact that the files are usually hidden on a UNIX-based system, so it can be hard to see if they are present. Then you need to make sure they are read and interpreted (see the “AllowOverride” directive in Apache config) and that the rules don’t clash with other similar files somehow (this is mostly trial and error).
I’ve heard that if you run Tweet Nest in a subdirectory of WordPress, the different .htaccess files for these two different apps collide in some way and create an issue. I haven’t been able to resolve this, though, because I don’t use WordPress myself. But it could be an idea to move it into a completely separate directory to see if that helps.
wfryer wrote at 1:30 AM, Apr 10th, 2012
Do you know what an .htaccess file needs to include so it will work properly? I successfully uploaded a file and renamed it with the ‘.’ prefix but I don’t think it included the requisite code. I used a generic version I found online. If you or anyone else can provide a sample file to use I’ll give that a try. I loaded Twitter Nest in a new directory as an ‘add on slot’ on my hosting account, rather than a subdirectory.
wfryer wrote at 2:33 PM, Apr 10th, 2012
OK, I got it working but I feel foolish! All I needed to do was rename the provided htaccess file you provided in the install files. Yikes! I guess I need to look at filenames more carefully. THANKS! Tweet Nest rocks. :-)
botaday wrote at 1:17 AM, May 16th, 2012
I had the same problem, I had to fix it by editing httpd.conf
In httpd.conf:
I changed this:
AllowOverride None
to this:
AllowOverride Options FileInfo
From info found here:
Post a reply to this thread
Please log in with your Twitter account using the button below in order to participate.
Howdy!
I just setup Tweet Nest on my server, and I love it. Thank you!
I’m having trouble accessing /favorites (http://djsteen.com/tweetnest/favor…) and /[year]/[month] (http://djsteen.com/tweetnest/2012/…). Both result in a 404, and I can’t figure out why; both .php files exist on my server: http://cl.ly/2d3G2D372h3a322p351k
I couldn’t anyone with this same issue on the forums.
Thanks,
Derek