Status: offline

jernst

Forum User
Newbie
Registered: 10/16/02
Posts: 5

Before I upgraded from 1.3.6, everything worked well. Now, only "browsing" works, all posts, regardless of user, are just being ignored. There is no error message in the browser, nor in the web server log.

I fill out the form, and regardless of whether I select save or preview, I'm sent back to the stories admin page that has the exact same content as before.

Main question: how in the world do I best debug this? Setting _COM_VERBOSE to true does not help.

I'm afraid I'm lost ...


Status: offline

Tony

Site Admin
Admin
Registered: 12/17/01
Posts: 405
Did you upgarde PHP? If so, verify that register_globals is *on* in php.ini---The reason people blame things on previous generations is that there's only one other choice.
The reason people blame things on previous generations is that there's only one other choice.

Status: offline

jernst

Forum User
Newbie
Registered: 10/16/02
Posts: 5

It says:

register_globals = On

Any other ideas?

Is there some way of saying "geeklog -verbose", logging everything? I'm really lost here.


Anonymous

Anonymous
Could this be a browser caching problem? or maybe you're blocking one of the cookies?

Anonymous

Anonymous
I have the same problem already checked everything can't find anything somebody any idea???

Status: offline

jernst

Forum User
Newbie
Registered: 10/16/02
Posts: 5

I don't think it is either a browser caching issue, oor a cookie issue.

I think it's primarily one of error reporting ;-) or of a "this is how you debug" how-to, so people like me who are not afraid to touch code but have no clue about php have some place that they can grab, hold on to, and unravel the mystery...

Interesting to see from the other post that I'm not the only one with this problem.