Author |
Message |
Nelson
Hangin' Around

Joined: Sep 25, 2003
Posts: 30
|
Posted:
Fri Jul 16, 2004 10:11 am |
|
Successfully installed.
I logged in as admin, and no problem. However, when I tried to log in as my "normal" user, I got this message:
Quote: | Fatal error: Call to undefined function: nav() in /home/nelson/public_html/html/modules/Your_Account/index.php on line 224 |
I looked on line 224, and it says simply nav(1).. any ideas on this?
Thanks,
Nelson |
|
|
|
 |
Raven
Site Admin/Owner

Joined: Aug 27, 2002
Posts: 17088
|
Posted:
Fri Jul 16, 2004 1:27 pm |
|
Try deleting your cookies and clearing your cache. |
|
|
|
 |
Nelson

|
Posted:
Fri Jul 16, 2004 2:40 pm |
|
Raven wrote: | Try deleting your cookies and clearing your cache. |
I actually thought of cookies before I posted, but dismissed it, since it appeared that a function was missing..
Thanks, Raven, that did the trick
Will report any other difficulties as or if they arise.
BTW, what happened to your pretty blue theme?
--Nelson |
|
|
|
 |
Raven

|
Posted:
Fri Jul 16, 2004 3:07 pm |
|
Nelson wrote: | BTW, what happened to your pretty blue theme? | http://www.ravenphpscripts.com/postt2232.html |
|
|
|
 |
Nelson

|
Posted:
Fri Jul 16, 2004 7:36 pm |
|
Hi Raven,
The problem occurred 2 more times after I cleared cookies/cache.
I finally decided to look at my user record in the database. For some reason unknown to me, I found that my user id was 3. It is usually 2, but the #2 spot was apparantly skipped. I have no explanation for this, and have added no new users.
Anyway, I changed the record to reflect user id 2, and the problem was fixed. I have had no further problems since.
Just thought you would want to know.  |
|
|
|
 |
Raven

|
Posted:
Fri Jul 16, 2004 8:00 pm |
|
I think I know what caused it. I have posted a fix as a sticky ( http://www.ravenphpscripts.com/postp15906.html#15906 ) and it will be in RC1. What I can't explain is why everyone isn't receiving it. The SQL schema was created with the AUTO_INCREMENT value being set on all tables. I removed it for RC1. |
|
|
|
 |
Nelson

|
Posted:
Mon Jul 19, 2004 12:26 am |
|
Raven wrote: | I think I know what caused it. I have posted a fix as a sticky ( http://www.ravenphpscripts.com/postp15906.html#15906 ) and it will be in RC1. What I can't explain is why everyone isn't receiving it. The SQL schema was created with the AUTO_INCREMENT value being set on all tables. I removed it for RC1. |
Strange problem. Even stranger: It seems that the AUTO_INCREMENT value is set to "on" in the default 7.3 table. Perhaps there is some other problem that caused this, not the AUTO_INCREMENT value ? |
|
|
|
 |
Raven

|
Posted:
Mon Jul 19, 2004 12:45 am |
|
What was happening in this case was the NEXT Auto Increment value was being calculated based on my database when I exported it. I'm not referring to the auto increment values in a particular record in a table, but to MySQL's NEXT auto increment on inserts into a table.. |
|
|
|
 |
|