Welcome to Geeklog, Anonymous Wednesday, November 27 2024 @ 05:41 am EST
Geeklog Forums
sql error in upage after re-install
i was having problems with gettign Upage to work correctly, so i uninstalled it and removed the 3 tables from the db.
Anyway, I tired to reinstal it and got the SQL error message, check error log.. this is what it says:
Sun Jun 20 01:59:37 2004 - Attempting to install the upage Plugin
Sun Jun 20 01:59:37 2004 - Attempting to create upage tables
Sun Jun 20 01:59:37 2004 - ... Cannot open upage.sql
Sun Jun 20 01:59:37 2004 - ... Cannot open upic.sql
Sun Jun 20 01:59:37 2004 - ... Cannot open upic_highlight.sql
Sun Jun 20 01:59:37 2004 - Attempting to add upage default content
Sun Jun 20 01:59:37 2004 - try to open file : /home/dfl/public_html/dfl/dfl/admin/plugins/upage/sql/upage.content.sql
Sun Jun 20 01:59:37 2004 - ... Cannot open /home/dfl/public_html/dfl/dfl/admin/plugins/upage/sql/upage.content.sql
Sun Jun 20 01:59:37 2004 - Attempting to create upage admin group
Sun Jun 20 01:59:37 2004 - ...success
Sun Jun 20 01:59:37 2004 - About to save group_id to vars table for use during uninstall
Sun Jun 20 01:59:37 2004 - ...success
Sun Jun 20 01:59:37 2004 - Adding upage.admin feature
Sun Jun 20 01:59:37 2004 - Success
Sun Jun 20 01:59:37 2004 - Adding upage.admin feature to admin group
Sun Jun 20 01:59:37 2004 - Success
Sun Jun 20 01:59:37 2004 - Adding upage.view feature
Sun Jun 20 01:59:37 2004 - Success
Sun Jun 20 01:59:37 2004 - Adding upage.view feature to admin group
Sun Jun 20 01:59:37 2004 - Success
Sun Jun 20 01:59:37 2004 - Attempting to give all users in Root group access to upage admin group
Sun Jun 20 01:59:37 2004 - Registering upage plugin with Geeklog
Sun Jun 20 01:59:37 2004 - Succesfully installed the upage Plugin!
then i got a bunch of these under it:
Sun Jun 20 01:59:48 2004 - 1146: Table 'dfl_dflblog.gl_upage' doesn't exist. SQL in question: SELECT * FROM gl_upage WHERE up_uid = 2
now im really stuck and hane no idea what to do to fix my page.. its totally down
Anyway, I tired to reinstal it and got the SQL error message, check error log.. this is what it says:
Sun Jun 20 01:59:37 2004 - Attempting to install the upage Plugin
Sun Jun 20 01:59:37 2004 - Attempting to create upage tables
Sun Jun 20 01:59:37 2004 - ... Cannot open upage.sql
Sun Jun 20 01:59:37 2004 - ... Cannot open upic.sql
Sun Jun 20 01:59:37 2004 - ... Cannot open upic_highlight.sql
Sun Jun 20 01:59:37 2004 - Attempting to add upage default content
Sun Jun 20 01:59:37 2004 - try to open file : /home/dfl/public_html/dfl/dfl/admin/plugins/upage/sql/upage.content.sql
Sun Jun 20 01:59:37 2004 - ... Cannot open /home/dfl/public_html/dfl/dfl/admin/plugins/upage/sql/upage.content.sql
Sun Jun 20 01:59:37 2004 - Attempting to create upage admin group
Sun Jun 20 01:59:37 2004 - ...success
Sun Jun 20 01:59:37 2004 - About to save group_id to vars table for use during uninstall
Sun Jun 20 01:59:37 2004 - ...success
Sun Jun 20 01:59:37 2004 - Adding upage.admin feature
Sun Jun 20 01:59:37 2004 - Success
Sun Jun 20 01:59:37 2004 - Adding upage.admin feature to admin group
Sun Jun 20 01:59:37 2004 - Success
Sun Jun 20 01:59:37 2004 - Adding upage.view feature
Sun Jun 20 01:59:37 2004 - Success
Sun Jun 20 01:59:37 2004 - Adding upage.view feature to admin group
Sun Jun 20 01:59:37 2004 - Success
Sun Jun 20 01:59:37 2004 - Attempting to give all users in Root group access to upage admin group
Sun Jun 20 01:59:37 2004 - Registering upage plugin with Geeklog
Sun Jun 20 01:59:37 2004 - Succesfully installed the upage Plugin!
then i got a bunch of these under it:
Sun Jun 20 01:59:48 2004 - 1146: Table 'dfl_dflblog.gl_upage' doesn't exist. SQL in question: SELECT * FROM gl_upage WHERE up_uid = 2
now im really stuck and hane no idea what to do to fix my page.. its totally down
12
11
Quote
Status: offline
DownForLife
Forum User
Newbie
Registered: 02/08/04
Posts: 6
i'm gonna cry
8
9
Quote
Status: offline
JohnVanVliet
Forum User
Full Member
Registered: 10/09/03
Posts: 161
i my self dont use upage but it looks likes a file was not found
check to see if
home/dfl/public_html/dfl/dfl/admin/plugins/upage/sql/upage.content.sql
dose indead exist , it might be in /home/dfl/plugins/upage/sql
check to see if
home/dfl/public_html/dfl/dfl/admin/plugins/upage/sql/upage.content.sql
dose indead exist , it might be in /home/dfl/plugins/upage/sql
8
11
Quote
Status: offline
destr0yr
Forum User
Full Member
Registered: 07/06/02
Posts: 324
Verify your paths...
make sure that upage.content.sql exists in home/dfl/public_html/dfl/dfl/admin/plugins/upage/sql/. I do run upage and have /home/mysite/public_html/admin/plugins/upage/sql/. the files in there are upage.content.sql, upage.sql, upic.sql and upic_highlight.sql. If that doesn't work, try re-extracting the archive. From what i remember, upage puts everything in certain folders for you and you don't appear to be using the generic public_html webroot.
-- destr0yr
"I love deadlines. I like the whooshing sound they make as they fly by." -- Douglas Adams
make sure that upage.content.sql exists in home/dfl/public_html/dfl/dfl/admin/plugins/upage/sql/. I do run upage and have /home/mysite/public_html/admin/plugins/upage/sql/. the files in there are upage.content.sql, upage.sql, upic.sql and upic_highlight.sql. If that doesn't work, try re-extracting the archive. From what i remember, upage puts everything in certain folders for you and you don't appear to be using the generic public_html webroot.
-- destr0yr
"I love deadlines. I like the whooshing sound they make as they fly by." -- Douglas Adams
10
10
Quote
Status: offline
DownForLife
Forum User
Newbie
Registered: 02/08/04
Posts: 6
I finnally got that fixed.. but now I'm having trouble instaling it again jeez.. i want this to work so bad...
13
7
Quote
machinari
Anonymous
if i had to guess, i'd say that this thread just got spammed.
and i am guessing that i am not helping.
and i am guessing that i am not helping.
10
11
Quote
All times are EST. The time is now 05:41 am.
- Normal Topic
- Sticky Topic
- Locked Topic
- New Post
- Sticky Topic W/ New Post
- Locked Topic W/ New Post
- View Anonymous Posts
- Able to post
- Filtered HTML Allowed
- Censored Content