jjm335
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: "Internal Server Error" can't figure outsongdog or anyone,
I’ve been working on it more and I’m going down the path that it might be a permissions issue. I recently moved to this new hosting site via FileZilla and I didn’t do anything with file permissions once moved. Could this be an issue?
I’m still getting:
warn] [client 206.18.168.224] Timeout waiting for output from CGI script /var/www/cgi-bin/cgi_wrapper/cgi_wrapper
[error] [client 206.18.168.224] Premature end of script headers: cgi_wrapperNot sure if it means anything but in my suexec_log I’m seeing:
uid: (10000/chadbh) gid: (506/506) cmd: cgi_wrapper
Forum: Fixing WordPress
In reply to: **Please Help** Timthumb issue..not workingJust an update on this, I’m not sure what the issue is. I was finally able to re-write timthumb and get some logging because my host basically refuses to get me the php logs. Here is what I’m getting in logging…
TimThumb Debug line 1085 [0.096342 : 0.007037]: Is a request for an internal file: /PleasantView/wp-content/uploads/2011/08/clip_image0023.jpg
TimThumb Debug line 1085 [0.094562 : 0.007359]: Is a request for an internal file: /PleasantView/wp-content/uploads/2011/08/39w.jpg
TimThumb Debug line 1085 [0.112154 : 0.015799]: Found file as //boswinfs02/home/users/web/b2048/ez.001pv003/PleasantView/wp-content/uploads/2011/08/clip_image0023.jpg
TimThumb Debug line 1085 [0.111465 : 0.016900]: Found file as //boswinfs02/home/users/web/b2048/ez.001pv003/PleasantView/wp-content/uploads/2011/08/39w.jpg
TimThumb Debug line 1085 [0.133363 : 0.021210]: Security block: The file specified occurs outside the document root.
TimThumb Debug line 1085 [0.134354 : 0.022889]: Security block: The file specified occurs outside the document root.
TimThumb Debug line 1085 [2.392520 : 2.259156]: Trying file as: //boswinfs02/home/users/web/b2048/ez.001pv003\\boswinfs02\home\users\web\b2048\ez.001pv003\PleasantView\wp-content\themes\newspress\thumb.php/PleasantView/wp-content/uploads/2011/08/clip_image0023.jpg
TimThumb Debug line 1085 [2.418915 : 0.026383]: Could not find the local image:
TimThumb Debug line 1085 [2.423611 : 0.009982]: Adding error message: Could not find the internal image you specified.
What I don’t understand is the path “//boswinfs02/home/users/web/b2048/ez.001pv003/PleasantView/wp-content/uploads/2011/08/39w.jpg” should be right…
CAN ANYONE HELP?
Forum: Fixing WordPress
In reply to: **Please Help** Timthumb issue..not workingThe reason it is working is because I’m using the old thumb.php which should be ok because it doesn’t have any external site functionality in it (very old version).
I’ll have to look into new hosting sites, easycgi.com has many things stacked against it.
-Jonah
Forum: Fixing WordPress
In reply to: **Please Help** Timthumb issue..not workingThanks for all the help Brad!
Forum: Fixing WordPress
In reply to: **Please Help** Timthumb issue..not workingThey have linux options but they are 4-5 times as much.
Forum: Fixing WordPress
In reply to: **Please Help** Timthumb issue..not workingThanks again Brad! I use FileZilla but I don’t have access to change permissions. I use easycgi.com for hosting and so far they have been horrible. I wish it was that easy to change but I just don’t have the time and the site is pretty large to move, I would rather not is what I’m saying.
-Jonah
Forum: Fixing WordPress
In reply to: **Please Help** Timthumb issue..not workingBrad,
Thanks so much for the response. The permissions are all set to 755, but I don’t have permission to change them. I contacted my hosting site and they said:
“Unfortunately, it is not possible to set permissions for particular file/folder in windows platform. However, I have reset permissions for the whole web directory for your account.”
Do you know how this should be done on a Windows box? Thanks again, I’m about ready to give up on this one!
-Jonah
Forum: Fixing WordPress
In reply to: **Please Help** Timthumb issue..not workingJust an update…still haven’t gotton anywhere with it. Talking with the hosting site to see if I can use the old one so the site works until I get this figured out. I think the one I was using was fine because it was before the “External” site piece.
Forum: Fixing WordPress
In reply to: **Please Help** Timthumb issue..not workingOk, I’m banging my head against a wall with this…I have MU and added the code to the functions.php, now I’m trying to figure out what I need to add to my index.php that calls the thumb.php
This is what is looks like now:
Any suggestions? Can someone point me in the right direction?
Forum: Networking WordPress
In reply to: localhost Multi site to server not working…Just to clarify, the dashboards are extremely slow.
Forum: Networking WordPress
In reply to: localhost Multi site to server not working…Thanks all, I think I got it. I exported the db from the site again and did a search for localhost and replaced them with my domain. I guess the searchreplacedb doesn’t always work? Site seems to be working now, although, it is extremely slow, not sure why.
Forum: Networking WordPress
In reply to: localhost Multi site to server not working…Andrea, I got your last update via email but can’t see it here. Once I get the base working I assume you want me to then go through the steps to setup multi sites (changing the wp-config…)? So your thoughts are that the domain is not updated in the database somewhere still?
Another thing that I’m not sure about is the re-writing rules. Locally I used the .htaccess, on my host they don’t support that because it is IIS. They said if I need to do a re-write I need to update my httpd.ini in my root..I’m lost to what if anything needs to be done with that. Could that be causing this issue?
Forum: Networking WordPress
In reply to: localhost Multi site to server not working…Actually I didn’t do the replace, I used the searchreplacedb.php which worked when I removed the domain current line.
Forum: Networking WordPress
In reply to: localhost Multi site to server not working…I did and replace on the database before I imported it and then I updated my wp-config for the main site, then the other two. Other then the database and all the wp-configs, is there any other place I need to update it?
Not sure what is up, when I take out the domain current site my main site works fine.
Any ideas?