I am trying run the install.php. The page opens and does not run the security checks or anything. The farthest it get is at the top of the page where it says "UBB Threads Upgrad" (without the e or anything after it) and underneath that is a blank page.
On the left side the "permissions" is highlighted green but the page just sits there.
I can run php scripts fine so I am stuck at this step.
Express Hosting
"We are the official hosting company of UBB.threads. Ask us about our free migration services to migrate your UBB.threads installation."
#234258 - 01/28/1003:43 PMRe: Running install.php starts page but freezes before checking anything.
[Re: mcreams]
I'd do a quick check to make sure the install file was uploaded to the server properly (not corrupted). If that looks ok, then you can open a support ticket if you want and we'll take a look. We'd need to get the URL and the ftp information and should be able to figure out what's going on.
I agree. Why am I getting a page that has upgrade in it? I am doing a fresh install. I even tried deleted the upgrade files in the install dir and I still get the same message.
I copied over the entire install directory from the 7-5-4-2 zip file I downloaded the other day so maybe I have corrupt source files. I will try downloading it again and running it. Then I will make a support ticket.
Registered: 06/05/06
Posts: 14904
Loc: Portland, OR; USA
Dumb question, you say you copied the entire install directory; did you copy just that directory, or all of the files? I know the script will die if it's missing libs, scripts, etc; the only time you can just copy the install directory is during an upgrade (and that method isn't really supported too much)
Yes I did copy the whole directory structure a couple of times, all the subdirs are there but I have some more info:
I can run a test.php file from the root of the website and it reports my php version etc. I can also run that same test.php file from the forum directory. I can also run the index.php from that install directory. When I try to run that install.php I get that freeze up thing.
One clue may be this error: - CGI Error The specified CGI application misbehaved by not returning a complete set of HTTP headers.
This happens when I try to run certain php files on this site. I found a thread that talks about using php-cgi (which I am using) and IIS, the php scripts contained 2 or more frames, causing this error. I am trying to figure out if I have correct settings on this website (IIS6). Should I see anything is the website properties under ISAPI Filters? I am sure I have the PHP Web extension correct though.
Well If I was betting I would say you may have some file permission errors. Meaning the file/directory structure is not set correctly per the installation guidelines. But to save you time and heartache it may be best to follow Scott's suggestion and just open a support ticket.
There was a small php test script to check for compatibility some where in the purchase area but I can't seem to find it anymore. Maybe it was overlooked when the site moved.
Edited by Ruben (01/28/1005:56 PM) Edit Reason: Added comment
Update: I have reinstalled php, re-created the website, re-setup permissions and checked over php.ini and having same problem.
Sirdude: I am running v5.3.1. What problems might I see using newer than 5.3? I will have to research mod_security but I do have folder security wide open for troubleshooting so I don't think that is an issue.
Ruben: Thanks for the link to that test file. It reported a mysql problem and I fixed it and it reports back all ok.
Forgive my excitement but I have been fighting this problem for awhile. Dropping php back to ver 5.2.12 finally allowed the install script to run. Now I can get on with this.
Thanks for the help. There are a lot of helpful people on this board.
This should be BOLDED somewhere, since php 5.3 and php 5.3.1 have come out and caused probs.. not only with ubbthreads (for now) but other major softwares out there.. joomla, drupal..
they have patched them, but if you google you will see the sad stories...
dunno how strongly to suggest this, but it should be either rectified for 7.5.4.2 or a bulletin to not allow those php versions for now! i've already mentioned this in 2 or 3 other threads.. disabling deprecated warnings is really not a fix..
i was 'lucky' in that i run a local development server to test stuff out.. and it puked when i upgraded the php...