PHP Web Host - Quality Web Hosting For All PHP Applications $35/month $250/year (Unlimited) - $25/month - 200,000 impressions - Your Ad Could be Here - Click For Details
  Login or Register
 • Home • Downloads • Your Account • Forums • 

View next topic
View previous topic


Google
 
Web RavenPHPScripts (This Site)
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.
Author Message
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 16987
Location: Kansas

PostPosted: Sun Oct 26, 2003 8:27 am Reply with quote Back to top

This sounds like you may have added a mod that has altered the stories table or the authors table and nuke doesn't know about the alteration. Is that possible? Compare your authors and stories schema to the virgin 6.9 schemas. See if there's a column mismatch.
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
TheosEleos
Life Cycles Becoming CPU Cycles


Joined: Sep 18, 2003
Posts: 960
Location: Missouri

PostPosted: Sun Oct 26, 2003 8:30 am Reply with quote Back to top

You mean the database or the php files?

Can textpad compare?
View user's profile Send private message Visit poster's website AIM Address ICQ Number
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 16987
Location: Kansas

PostPosted: Sun Oct 26, 2003 8:32 am Reply with quote Back to top

Schemas are the database layouts. Use phpMyAdmin and look at the structure of those tables. Then, look at the SQL that was used to create those tables that came in the sql folder of the 6.9 distribution.
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
TheosEleos
Life Cycles Becoming CPU Cycles


Joined: Sep 18, 2003
Posts: 960
Location: Missouri

PostPosted: Sun Oct 26, 2003 8:36 am Reply with quote Back to top

Is there an sql query I can run on the database to compare? I have the sql that came with 6.9.
View user's profile Send private message Visit poster's website AIM Address ICQ Number
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 16987
Location: Kansas

PostPosted: Sun Oct 26, 2003 8:38 am Reply with quote Back to top

Just eyeball it. You're comparing 2 small files (authors and stories - sql) to phpmyadmin (database). SQL queries don't run against files.
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
TheosEleos
Life Cycles Becoming CPU Cycles


Joined: Sep 18, 2003
Posts: 960
Location: Missouri

PostPosted: Sun Oct 26, 2003 8:44 am Reply with quote Back to top

In nuke_stories

hometext text, (is what 6.9 install is)

hometext text Yes NULL (what I have)

Is that it?
View user's profile Send private message Visit poster's website AIM Address ICQ Number
TheosEleos
Life Cycles Becoming CPU Cycles


Joined: Sep 18, 2003
Posts: 960
Location: Missouri

PostPosted: Sun Oct 26, 2003 8:50 am Reply with quote Back to top

Here is a screenshot for ya. I'm sorry, Raven, this is confusing me a little. Sad

Image
View user's profile Send private message Visit poster's website AIM Address ICQ Number
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 16987
Location: Kansas

PostPosted: Sun Oct 26, 2003 8:52 am Reply with quote Back to top

Compare the ENTIRE table structure to ensure that you have the same number of columns in each. What usually happens is that you add a mod that adds a column to a table but doesn't add the logic to the nuke files. or, you restore some base nuke files for one reason or another and those tables are still altered and so the same effect takes place. The fact that you were working and now aren't points to this type explanation.
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
TheosEleos
Life Cycles Becoming CPU Cycles


Joined: Sep 18, 2003
Posts: 960
Location: Missouri

PostPosted: Sun Oct 26, 2003 8:59 am Reply with quote Back to top

Would it work to dump both those tables and re-create them? I'm getting desperate here! Laughing
View user's profile Send private message Visit poster's website AIM Address ICQ Number
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 16987
Location: Kansas

PostPosted: Sun Oct 26, 2003 9:04 am Reply with quote Back to top

I see that you have 21 fields. This is not the default install. You are using my display order hack. Do you still have the files installed or did you restore the originals when Frogger was helping you? Try dropping ONLY THAT FIELD, not the table. Check the checkbox field display order, in phpMyAdmin, and click the DROP button at the bottom of the display.
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
TheosEleos
Life Cycles Becoming CPU Cycles


Joined: Sep 18, 2003
Posts: 960
Location: Missouri

PostPosted: Sun Oct 26, 2003 9:07 am Reply with quote Back to top

Well have mercy! That was it.

I figured nuke would just ignore that field. I want to use your hack though. Is it not compatable with 6.9?
View user's profile Send private message Visit poster's website AIM Address ICQ Number
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 16987
Location: Kansas

PostPosted: Sun Oct 26, 2003 9:07 am Reply with quote Back to top

After dropping that field, you will need to restore the following original files

admin.php
admin/modules/stories.php
modules/News/index.php

or it still will not work.
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
TheosEleos
Life Cycles Becoming CPU Cycles


Joined: Sep 18, 2003
Posts: 960
Location: Missouri

PostPosted: Sun Oct 26, 2003 9:10 am Reply with quote Back to top

I had already done that thinking your hack was not working for 6.9. I just figured that the old files would not try to access your addition to the table and work fine. I did not know the table had to be an exact match.

I did a test news post and it worked just fine.

I want your hack though! Very Happy
View user's profile Send private message Visit poster's website AIM Address ICQ Number
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 16987
Location: Kansas

PostPosted: Sun Oct 26, 2003 9:10 am Reply with quote Back to top

AFAIK it is. But, if you installed other mods that touched those files, then it could have been in conflict. When did you install the ordering mod? Just when it stopped working?
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 16987
Location: Kansas

PostPosted: Sun Oct 26, 2003 9:12 am Reply with quote Back to top

Anytime you uninstall anything, you have to look at the original install package and undo everything that is in that package. The sql piece was the piece that you missed Wink
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
TheosEleos
Life Cycles Becoming CPU Cycles


Joined: Sep 18, 2003
Posts: 960
Location: Missouri

PostPosted: Sun Oct 26, 2003 9:26 am Reply with quote Back to top

I installed just a couple of days ago. I had not tried to post a story since the 15th though.

I know for sure I have not installed any other stories mods though. I have not looked into it. I just like being able to order them.
View user's profile Send private message Visit poster's website AIM Address ICQ Number
TheosEleos
Life Cycles Becoming CPU Cycles


Joined: Sep 18, 2003
Posts: 960
Location: Missouri

PostPosted: Sun Oct 26, 2003 9:27 am Reply with quote Back to top

Raven wrote:
Anytime you uninstall anything, you have to look at the original install package and undo everything that is in that package. The sql piece was the piece that you missed Wink


So I am learning! Laughing
View user's profile Send private message Visit poster's website AIM Address ICQ Number
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 16987
Location: Kansas

PostPosted: Sun Oct 26, 2003 9:30 am Reply with quote Back to top

OK, I will put it on my list of 'to-do's to check it out for 6.9
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
TheosEleos
Life Cycles Becoming CPU Cycles


Joined: Sep 18, 2003
Posts: 960
Location: Missouri

PostPosted: Sun Oct 26, 2003 9:32 am Reply with quote Back to top

Thanks!

I am sure that list is small, right? Laughing
View user's profile Send private message Visit poster's website AIM Address ICQ Number
Display posts from previous:       
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Forums ©
 

All logos and trademarks in this site are property of their respective owner.
The comments are property of their posters, all the rest © 2002-2011 by Raven

You can syndicate our news using the file xml

CSE HTML Validator Helped Clean up This Page! [Valid RSS] valid RSS 2.0 Valid robots.txt Stop Spam Harvesters, Join Project Honey Pot

Website engines core code is © copyright by PHP-Nuke but has been heavily patched and modified by myself and others.
PHP-Nuke is a free software released under the GNU/GPL.


:: fisubice phpbb2 style by Daz :: PHP-Nuke theme by www.nukemods.com ::
:: fisubice Theme Modified by the RavenNuke™ Team ::

:: W3C CSS Compliance Validation :: W3C HTML 4.01 Transitional Compliance Validation ::

zerosum