Site Links
Home
Features
Documentation
Pricing & Order
Members Area
Support Options
Who's Online
3 registered (Mark S, Ruben Rocha, WebMagic), 19 Guests and 13 Spiders online.
Key: Admin, Global Mod, Mod
Featured Member
Registered: 08/14/07
Posts: 8
Top Posters (30 Days)
Ruben Rocha 177
Gizmo 110
Rick 109
Thelockman 80
driv 48
AllenAyres 35
Ian 30
ntdoc 27
Sirdude 23
ScriptKeeper 21
Latest Photos
My Home System
test photo gallery
Bernese Mountain Dogs
My Daimler
Dorado and shark
Page 1 of 2 1 2 >
Topic Options
Rate This Topic
#216760 - 09/03/08 01:02 AM Check Files - Unable to continue
BryanDS Offline
stranger

Registered: 06/07/07
Posts: 20
I have manually checked all files on the lists given during this upgrade step from 7.1.1 to 7.3.1.. But everytime I click on "Check Files" it never continues on to the next step... Very frusterating..

Any thoughts? I may just be missing a file.. but the utility has to list all 100 some odd on there instead of just the ones that are missing..

Top
#216767 - 09/03/08 07:12 AM Re: Check Files - Unable to continue [Re: BryanDS]
BryanDS Offline
stranger

Registered: 06/07/07
Posts: 20
The odd thing is that I found an old post by Rick that says to try adding "?step=3" to it to continue, and it goes to the page and indicates I have all the necessary files, but when I click on the proceed to next step button, it goes right back to the original check files page again. Happens in both IE and Firefox. The source for the install file shows that the submit button should send me to the next step, but when I look at the submit button in the browser, it only shows it going back to the original update.php page.

The following files do not exist in your install
(Make sure these are uploaded)
--------------------------------------------------------------------------------
All files uploaded.

The following files are reporting a wrong version #
(Make sure you updated these files)
--------------------------------------------------------------------------------
All files report proper version #.

The following files need to be removed
--------------------------------------------------------------------------------
All files tagged for removal have been removed.

Top
#216768 - 09/03/08 08:10 AM Re: Check Files - Unable to continue [Re: BryanDS]
Rick Administrator Offline

*****

Registered: 06/04/06
Posts: 7898
Loc: Aberdeen, WA
Actually, try changing the ?step=3 to ?step=4 and that should bring you to the next step, which is checking the languages.
_________________________
UBB.threads™ Developer
My Personal Website · StogieSmokers.com

Top
#216772 - 09/03/08 09:49 AM Re: Check Files - Unable to continue [Re: Rick]
BryanDS Offline
stranger

Registered: 06/07/07
Posts: 20
Actually tried all the way up to step 5... The problem is even then when I hit "update language files" it takes me back to the original "check files" page.

The code all looks right as far as I can see... Permissions are all set according to the install file.

I even re-uploaded the update file on the off chance it was corrupt, but nada.

Top
#216774 - 09/03/08 11:01 AM Re: Check Files - Unable to continue [Re: BryanDS]
AllenAyres Moderator Offline

****

Registered: 12/29/03
Posts: 1639
Loc: Texas
What does your error log say? Something similar happened to me before and it was a permissions issue.
_________________________
- Allen
- ThreadsDev | PraiseCafe

Top
#216780 - 09/03/08 03:59 PM Re: Check Files - Unable to continue [Re: AllenAyres]
BryanDS Offline
stranger

Registered: 06/07/07
Posts: 20
How do I access the error log outside the board? When I try to go to the board right now all I get is MySQL Errors. And are you talking the MySQL error log or another one?

This is the error from when I try to go to the board right now.

We encountered a problem. The reason reported was
Script: /raid/home/dancesafe/dancesafe/booth/libs/user.inc.php
Line#: 445
SQL Error: Unknown column 't1.USER_RULES_ACCEPTED' in 'field list'
SQL Error #: 1054
Query: SELECT t2.USER_TIME_OFFSET,t2.USER_TOPIC_VIEW_TYPE,t2.USER_TIME_FORMAT, t1.USER_ID, t1.USER_DISPLAY_NAME, t1.USER_PASSWORD, t1.USER_SESSION_ID, t1.USER_MEMBERSHIP_LEVEL, t1.USER_IS_BANNED,t1.USER_RULES_ACCEPTED, t1.USER_IS_UNDERAGE, t2.USER_TOTAL_PM, t2.USER_STYLE, t2.USER_HIDE_LEFT_COLUMN,t2.USER_HIDE_RIGHT_COLUMN, t2.USER_LANGUAGE, t2.USER_MOOD, t2.USER_RELATIVE_TIME, t2.USER_TIME_OFFSET,t2.USER_SHOW_ALL_GRAEMLINS, t2.USER_AVATAR, t2.USER_TITLE, t2.USER_CUSTOM_TITLE, t2.USER_NAME_COLOR, t2.USER_SHOW_LEFT_MYSTUFF FROM ubbt_dsbUSERS as t1, ubbt_dsbUSER_PROFILE as t2 WHERE t1.USER_ID = '' AND t1.USER_ID = t2.USER_ID

So, it seems to be basically saying that I haven't updated the SQL DB yet with the new categories.

Thanks ahead of time for the help :-)

Top
#216783 - 09/03/08 04:22 PM Re: Check Files - Unable to continue [Re: BryanDS]
Gizmo Moderator Offline

***

Registered: 06/04/06
Posts: 12002
Loc: Portland, OR; USA
Check the permissions on the files manually; it may be that the sessions folder or config file aren't writeable
_________________________
UGN Security, Elite Web Gamers & VNC Web Design Owner
Longtime UBB Supporter, UBB7 Beta Tester & Resident Post-A-Holic

Top
#216788 - 09/03/08 04:29 PM Re: Check Files - Unable to continue [Re: Gizmo]
BryanDS Offline
stranger

Registered: 06/07/07
Posts: 20
On every single file (all couple hundred of them)? I checked the Sessions folder, 777. The stuff inside the install folder is 664, but I tried 777 and that still didn't work either.

Top
#216790 - 09/03/08 09:37 PM Re: Check Files - Unable to continue [Re: BryanDS]
BryanDS Offline
stranger

Registered: 06/07/07
Posts: 20
So, I can't seem to find any permissions error.. is there a way to run an automated check at all?

I am about to consider using one of my support credits for this, even though I am sure it will be an easy fix.

Top
#216794 - 09/04/08 12:19 AM Re: Check Files - Unable to continue [Re: BryanDS]
Gizmo Moderator Offline

***

Registered: 06/04/06
Posts: 12002
Loc: Portland, OR; USA
the writeable FILES should be 666.
_________________________
UGN Security, Elite Web Gamers & VNC Web Design Owner
Longtime UBB Supporter, UBB7 Beta Tester & Resident Post-A-Holic

Top
#216797 - 09/04/08 06:20 AM Re: Check Files - Unable to continue [Re: Gizmo]
BryanDS Offline
stranger

Registered: 06/07/07
Posts: 20
hmm.. I'll give it a try, thanks Giz. I just realized my above post might have seemed a bit snarky, sorry all, just frustrating when things go wrong for no apparent reason.

Top
#216799 - 09/04/08 07:08 AM Re: Check Files - Unable to continue [Re: Gizmo]
BryanDS Offline
stranger

Registered: 06/07/07
Posts: 20
So, checked all files, permissions set correctly... I just realized something.. this has to be script related or such. It's not that it's not recognizing which files are present or not... It's that it is not processing that it needs to move on to the next step *period*. When I click the submit(or whatever) button, it's not sending the form data, it's just sending me back to the main page.

Top
#216805 - 09/04/08 09:17 AM Re: Check Files - Unable to continue [Re: BryanDS]
BryanDS Offline
stranger

Registered: 06/07/07
Posts: 20
Rick fixed it.. turns out The config file was set for http://dancesafe.org, and for some reason that wasn't allowing anything variables to be passed. So he changed it to http://www.dancesafe.org and it worked.

Just putting this up there in case someone else has this problem.

THANKS RICK!

Top
#216817 - 09/05/08 12:38 PM Re: Check Files - Unable to continue [Re: BryanDS]
AllenAyres Moderator Offline

****

Registered: 12/29/03
Posts: 1639
Loc: Texas
hehe, it's usually something simple.
_________________________
- Allen
- ThreadsDev | PraiseCafe

Top
#216820 - 09/05/08 02:50 PM Re: Check Files - Unable to continue [Re: BryanDS]
ntdoc Offline

***

Registered: 11/08/06
Posts: 3201
possibly a .htaccess files issue or redirector setting?

Top
Page 1 of 2 1 2 >


Shout Box

Today's Birthdays
brushie, cass, Monte G., twebman, White Gold Wielder
Recent Topics
Font and column shifts occuring
by Bill B
Yesterday at 06:21 PM
changing colors in quoted thread box
by sbserves
Yesterday at 07:08 AM
[7.3.1] Image Not Found
by BellaOnline
11/29/08 09:48 PM
Private topic (PM) to a user that doesn't exist...
by bakerzdosen
11/29/08 10:56 AM
Forum Permissions - Can see forum
by Geoff
11/29/08 08:55 AM
Forum Stats
4261 Members
33 Forums
30528 Topics
154942 Posts

Max Online: 978 @ 06/24/07 08:19 PM