
March 4th, 2006, 05:37 PM
|
|
Registered User
|
|
Join Date: Apr 2007
Posts: 22,309
Time spent in forums: < 1 sec
Reputation Power: 24
|
|
|
"Fatal db Error" After Successful Install
I see that a couple of other similar threads have gone unanswered, but this issue is real.
I successfully installed the script, created db tables and all. But after I login, I see this instead of the admin links:
Code:
Error: A problem was encountered while executing this query.
$query
SELECT * FROM usersv4 WHERE username = 'h2d2'
Error: Fatal db Error.
Also, I tried going to the list view, and similar error there:
Code:
Error: A problem was encountered while executing this query.
$query
SELECT * FROM eventsv4 WHERE event_end >= '2006-3-1' AND event_date <= '2006-03-31' ORDER BY event_date, day_event DESC, start_time
Error: Fatal db Error.
I have checked all my config settings, spaces before php tags and everything is fine... heck, I can even go directly to the addevent url and successfully add events which show up as intended in the month display. Same with other options, like categories, that work just fine.
Then where is this error from?
|