Home Private Messages Search
CPG Dragonfly™ CMS stopsoftwarepatents.eu petition banner
Toggle Content
 
Forums ⇒ DragonflyCMS ⇒ Installation Issues :: Archives ⇒ 8.2c to 9.0 --Mysql tables not updating properly!!! :: Archived


8.2c to 9.0 --Mysql tables not updating properly!!! :: Archived
Post your DragonflyCMS installation questions and problems here.
Note that we have "Switch from X" forums for other CMS/forum conversions.
DO NOT post those or module installation issues here!

Go to page 1, 2  Next
Post new topic    Revive this topic    Printer Friendly Page     Forum Index ⇒  Installation Issues

Topic Archived View previous topic :: View next topic  
Author Message
Nuance
Gold Supporter
Gold Supporter

Offline Offline
Joined: Dec 30, 2004
Posts: 223

PostPosted: Fri Feb 11, 2005 7:06 am
Post subject: 8.2c to 9.0 --Mysql tables not updating properly!!!

I ran the install script to upgrade from 8.2c to 9.0 Final, and have been noticing that several functions do not work, apparently because the database tables were not updated correctly by the installer. Here is my list of things discovered thusfar:

1) No theme selection drop-down menu in My Account : My Preferences, even though it is enabled and there are multiple themes to choose from.

2) Unable to enable "PM Quick Reply" or "Enable bbCode Buttons" in Forum Admin : Configuration.

3) Unable to select Default Quota Limits in Forum Admin : Attachments : Attachment Settings.

For #1, the option isn't displayed. For #2 and #3, I can select options, but they revert to default upon hitting "submit"

An inspection of the MySQL tables seems to suggest that the rows for these options do not exist in the database. I would like to submit a formal bug report, but I don't know the names of the tables that are missing.


Nuance's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Linux / Apache 1.3.31 / MySQL 4.0.20-log / PHP 4.3.10 / Dragonfly 9.0.1 Final
Back to top
View user's profile Visit poster's website
mortal.seraphim
Nice poster
Nice poster

Offline Offline
Joined: Dec 03, 2004
Posts: 87
Location: Plano TX
PostPosted: Fri Feb 11, 2005 4:27 pm
Post subject: Re: 8.2c to 9.0 --Mysql tables not updating properly!!!

I upgraded from 8.2b to Dragonfly and I'm having the same issue. I don't know about #2 and #3 but when going to My Account > My Prefrences, the Theme selection drop down menu is just NOT THERE.
The only way to change themes is with the Preview Theme block and that sucks.
Can anyone come up with a fix for this?

_________________
Mortal Seraphim
People complain too much.


mortal.seraphim's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
FreeBSD 4.10-RELEASE-p5/1.3.33/4.0.18/4.3.10/9.0
Back to top
View user's profile Send e-mail Visit poster's website MSN Messenger
Head-e
Silver Supporter
Silver Supporter

Offline Offline
Joined: Apr 20, 2004
Posts: 937

PostPosted: Fri Feb 11, 2005 4:31 pm
Post subject: Re: 8.2c to 9.0 --Mysql tables not updating properly!!!

2) Unable to enable "PM Quick Reply" or "Enable bbCode Buttons" in Forum Admin : Configuration.

3) Unable to select Default Quota Limits in Forum Admin : Attachments : Attachment Settings.

Nuance, i think these are theme issues since they are controlled from themes/themname/template/forums.. on the site you have linked you are using the cpgnuke theme on a 9.0.0rc1 site.. i would try changing the theme to dragonfly, or uploading the theme from the 9.0.1final package.. it will also solve some of the formating problems..


Head-e please enter your server specs in your user profile! Crying or Very sad
Back to top
View user's profile Photo Gallery
Nuance
Gold Supporter
Gold Supporter

Offline Offline
Joined: Dec 30, 2004
Posts: 223

PostPosted: Fri Feb 11, 2005 6:22 pm
Post subject: Re: 8.2c to 9.0 --Mysql tables not updating properly!!!

Mortal Seraphim--

back up everything and then try this:
Code::
UPDATE cms_users_fields SET fid=fid+1 WHERE fid>12 ORDER BY fid DESC;
INSERT INTO cms_users_fields VALUES (13, 'theme', 5, 0, 7, 25, '_THEME');

Head-e; I have two other installations of Dragonfly, both are 9.0.1 Final. On both of these I experience the same problem and have tried using both the cpgnuke theme and the dragonfly theme. I'll do a fresh install of Dragonfly on the site I have linked, so I can compare tables between a clean install and an upgrade.


Nuance's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Linux / Apache 1.3.31 / MySQL 4.0.20-log / PHP 4.3.10 / Dragonfly 9.0.1 Final
Back to top
View user's profile Visit poster's website
Phoenix
• Many Posts •
• Many Posts •

Offline Offline
Joined: Apr 19, 2004
Posts: 8799
Location: Netizen
PostPosted: Fri Feb 11, 2005 6:30 pm
Post subject: Re: 8.2c to 9.0 --Mysql tables not updating properly!!!

Nuance wrote:
I'll do a fresh install of Dragonfly on the site I have linked, so I can compare tables between a clean install and an upgrade.
Should do the trick - I don't have any of your issues with either a new install, a continuously upgraded cvs site, or a hybrid upgraded 8.2/9.0F (don't ask).

_________________
DonationsPro for DragonflyCMS, SMF, MyBB, vBulletin

Phoenix's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Back to top
View user's profile Visit poster's website Photo Gallery
Nuance
Gold Supporter
Gold Supporter

Offline Offline
Joined: Dec 30, 2004
Posts: 223

PostPosted: Fri Feb 11, 2005 7:20 pm
Post subject: Re: 8.2c to 9.0 --Mysql tables not updating properly!!!

Well, I did a fresh install, and tried it again. Problem #2 persists, but problem #3 resolved. I compared the table structure for cms_bbattachments_config between the two databases, and found this discrepancy:


Nuance's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Linux / Apache 1.3.31 / MySQL 4.0.20-log / PHP 4.3.10 / Dragonfly 9.0.1 Final
Back to top
View user's profile Visit poster's website
Nuance
Gold Supporter
Gold Supporter

Offline Offline
Joined: Dec 30, 2004
Posts: 223

PostPosted: Fri Feb 11, 2005 7:24 pm
Post subject: Re: 8.2c to 9.0 --Mysql tables not updating properly!!!

I can fix this problem manually, but if there is a problem with the upgrade installer, then it should probably be looked into.

One more thing-- can you please tell me where in the db the toggle-settings are stored for Forum Admin : Configuration : Enable Forum Quick Reply and Forum Admin : Configuration : Enable bbCode Buttons , so I can check my database for integrity? Thanks!


Nuance's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Linux / Apache 1.3.31 / MySQL 4.0.20-log / PHP 4.3.10 / Dragonfly 9.0.1 Final
Back to top
View user's profile Visit poster's website
Phoenix
• Many Posts •
• Many Posts •

Offline Offline
Joined: Apr 19, 2004
Posts: 8799
Location: Netizen
PostPosted: Fri Feb 11, 2005 7:31 pm
Post subject: Re: 8.2c to 9.0 --Mysql tables not updating properly!!!

_bbconfig would be the logical place to start.

_________________
DonationsPro for DragonflyCMS, SMF, MyBB, vBulletin

Phoenix's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Back to top
View user's profile Visit poster's website Photo Gallery
Nuance
Gold Supporter
Gold Supporter

Offline Offline
Joined: Dec 30, 2004
Posts: 223

PostPosted: Fri Feb 11, 2005 7:38 pm
Post subject: Re: 8.2c to 9.0 --Mysql tables not updating properly!!!

My _bbconfig has 39 rows, how many does yours have?


Nuance's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Linux / Apache 1.3.31 / MySQL 4.0.20-log / PHP 4.3.10 / Dragonfly 9.0.1 Final
Back to top
View user's profile Visit poster's website
mortal.seraphim
Nice poster
Nice poster

Offline Offline
Joined: Dec 03, 2004
Posts: 87
Location: Plano TX
PostPosted: Fri Feb 11, 2005 9:23 pm
Post subject: Re: 8.2c to 9.0 --Mysql tables not updating properly!!!

Nuance wrote:
Mortal Seraphim--

back up everything and then try this:
Code::
UPDATE cms_users_fields SET fid=fid+1 WHERE fid>12 ORDER BY fid DESC;
INSERT INTO cms_users_fields VALUES (13, 'theme', 5, 0, 7, 25, '_THEME');

Head-e; I have two other installations of Dragonfly, both are 9.0.1 Final. On both of these I experience the same problem and have tried using both the cpgnuke theme and the dragonfly theme. I'll do a fresh install of Dragonfly on the site I have linked, so I can compare tables between a clean install and an upgrade.
Thanks man, this worked perfectly. The option now appears and works fine.

_________________
Mortal Seraphim
People complain too much.


mortal.seraphim's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
FreeBSD 4.10-RELEASE-p5/1.3.33/4.0.18/4.3.10/9.0
Back to top
View user's profile Send e-mail Visit poster's website MSN Messenger
Nuance
Gold Supporter
Gold Supporter

Offline Offline
Joined: Dec 30, 2004
Posts: 223

PostPosted: Fri Feb 11, 2005 9:44 pm
Post subject: Re: 8.2c to 9.0 --Mysql tables not updating properly!!!

You can thank DJMaze for that one. Thanks again, DJMaze!

Now-- can someone who's pm quick reply works, please tell me how many rows are in their _bbconfig table? Mine has 39, but I don't see any rows for pm quick reply options.


Nuance's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Linux / Apache 1.3.31 / MySQL 4.0.20-log / PHP 4.3.10 / Dragonfly 9.0.1 Final
Back to top
View user's profile Visit poster's website
mortal.seraphim
Nice poster
Nice poster

Offline Offline
Joined: Dec 03, 2004
Posts: 87
Location: Plano TX
PostPosted: Fri Feb 11, 2005 9:59 pm
Post subject: Re: 8.2c to 9.0 --Mysql tables not updating properly!!!

Doesn't look like I have PM quick reply man.
I sent myself a PM, opened it up to read it and the quick reply box isn't there. I have to click the reply button to get the job done.
I hope someone can fix that one, that would be a cool feature to have.

_________________
Mortal Seraphim
People complain too much.


mortal.seraphim's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
FreeBSD 4.10-RELEASE-p5/1.3.33/4.0.18/4.3.10/9.0
Back to top
View user's profile Send e-mail Visit poster's website MSN Messenger
Nuance
Gold Supporter
Gold Supporter

Offline Offline
Joined: Dec 30, 2004
Posts: 223

PostPosted: Fri Feb 11, 2005 10:18 pm
Post subject: Re: 8.2c to 9.0 --Mysql tables not updating properly!!!

mortal.seraphim -- go to Forum Admin : Configuration : PM Quick Reply, and then try to enable the feature.

Let me know if you are able to successfully toggle these features. My problem is that the system won't let me toggle them"on".


Nuance's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Linux / Apache 1.3.31 / MySQL 4.0.20-log / PHP 4.3.10 / Dragonfly 9.0.1 Final
Back to top
View user's profile Visit poster's website
mortal.seraphim
Nice poster
Nice poster

Offline Offline
Joined: Dec 03, 2004
Posts: 87
Location: Plano TX
PostPosted: Fri Feb 11, 2005 10:53 pm
Post subject: Re: 8.2c to 9.0 --Mysql tables not updating properly!!!

I tried setting the option to YES but after saving the changes it defaulted back to NO. Like the setting just doesn't take effect or something.
FUN
Lemme dig around and see if I can find out what the problem is. I've had some pretty decent luck fixing stuff today.

_________________
Mortal Seraphim
People complain too much.


mortal.seraphim's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
FreeBSD 4.10-RELEASE-p5/1.3.33/4.0.18/4.3.10/9.0
Back to top
View user's profile Send e-mail Visit poster's website MSN Messenger
Nuance
Gold Supporter
Gold Supporter

Offline Offline
Joined: Dec 30, 2004
Posts: 223

PostPosted: Fri Feb 11, 2005 11:29 pm
Post subject: Re: 8.2c to 9.0 --Mysql tables not updating properly!!!

I have a feeling that when we ran the upgrade script, it didn't create the db rows to store this setting. I've been trying to find out what these rows are so that I can insert them manually, but I'm at a bit of a loss. Good luck!


Nuance's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Linux / Apache 1.3.31 / MySQL 4.0.20-log / PHP 4.3.10 / Dragonfly 9.0.1 Final
Back to top
View user's profile Visit poster's website
Display posts from previous:   
Post new topic    Revive this topic    Printer Friendly Page    Forum Index ⇒  Installation Issues
Page 1 of 2
All times are GMT
Go to page 1, 2  Next

Archive Revive
Username:
This is an archived topic - your reply will not be appended here.
Instead, a new topic will be generated in the active forum.
The new topic will provide a reference link to this archived topic.
 
   Toggle Content User Info

Welcome Anonymous

Nickname
Password
(Register)

   Toggle Content Last CVS commits
· Fixed .ico Expires header.
· Removed domain name from cookies so subdomains wont access them anymore.
· CSS and JS, case insensitives.
· CSS and JS, send correct HTTP 1.1 headers and fixed issues where themes and...
· Further security class improvements.
· 301 redirects on LEO changes
· Option to force 3xx http status codes
· Validate googlebot.com and google.com crawlers.
· CCBot
· Rss with etag and atom.

читај повеќе...

   Toggle Content Community

Support for DragonflyCMS in a other languages:

Deutsch
Español

   Toggle Content X-links
UltraEdit Browse Happy logo Firefox MySQL PostgreSQL Valid CSS! Valid XHTML 1.0! Unicode Encoded Badge NukeBiz Resources Raven DragonflyCMS Dedicated Now InsideSupport Lampe Berger

You are seeing squares or questionmarks on this page?

All content of this website is copyrighted by the Creative Commons NC-SA
The logos and trademarks used on this site are the property of their respective owners
We are not responsible for comments posted by our users, as they are the property of the poster.
Our server runs on a P3 1.2GHz with 512MB RAM with no accelerators
Support GoPHP5.org
Interactive software released under GNU GPL, Code Credits, Privacy Policy