Field 'is_solved' doesn't have a default value

Started by six_L, January 27, 2009, 04:02:00 AM

Previous topic - Next topic

six_L

after updated to 2.0 form 1.17, an error has been happended
QuoteField 'is_solved' doesn't have a default value
File: D:\smf\Sources\RepairBoards.php(317) : runtime-created function
Line: 19

Kermit

Hmm aparently sth. is wrong with Blue Dream's Topic Solved mod

You should better uninstall it ,so you can see,if this helps
My Mods
Please don't PM/mail me for support,unless i invite you
Formerly known as Duncan85
Quote
"Two things are infinite: the universe and human stupidity; and I'm not sure about the the universe."

A. Einstein

six_L


Kermit

Quote from: six_L on January 27, 2009, 04:24:54 AM
How do i uninstall it?

via Package Maneger

AdminCP -> Packages -> related package name - Uninstall
My Mods
Please don't PM/mail me for support,unless i invite you
Formerly known as Duncan85
Quote
"Two things are infinite: the universe and human stupidity; and I'm not sure about the the universe."

A. Einstein

six_L

AdminCP -> Packages ->Browse Packages
QuoteNo packages yet.

Kermit

Weird,did you already try to repair your database tables via phpMyAdmin ?

What is phpMyAdmin?
My Mods
Please don't PM/mail me for support,unless i invite you
Formerly known as Duncan85
Quote
"Two things are infinite: the universe and human stupidity; and I'm not sure about the the universe."

A. Einstein

six_L

Quotedid you already try to repair your database tables via phpMyAdmin ?
yes. i used " REPAIR TABLE smf_messages"

but the problem is still there.

Kermit

Why did you repair just smf_messages table ?


Btw. if you didn't install a mod,it's really weird,that you get an error,which should be caused actually due to installation of topic solved mod...
My Mods
Please don't PM/mail me for support,unless i invite you
Formerly known as Duncan85
Quote
"Two things are infinite: the universe and human stupidity; and I'm not sure about the the universe."

A. Einstein

six_L

#8
QuoteWhy did you repair just smf_messages table ?
i searched the forum to try use their mod for figuring out the problem.

Quotedue to installation of topic solved mod
it's true.

now, "topic solved" has not been installed. my forum is failed to work.

Kermit

Also you installed the mod manually ?

Then you should try to uninstall it manually as well

http://custom.simplemachines.org/mods/index.php?action=parse;mod=1601;attach=83029;smf_version=2.0_Beta_4

Here you can see,how to remove it manually
My Mods
Please don't PM/mail me for support,unless i invite you
Formerly known as Duncan85
Quote
"Two things are infinite: the universe and human stupidity; and I'm not sure about the the universe."

A. Einstein

six_L


six_L

i'v done accroding
Quotehttp://custom.simplemachines.org/mods/index.php?action=parse;mod=1601;attach=83029;smf_version=2.0_Beta_4
for manual installtion.
but shows
QuoteField 'is_solved' doesn't have a default value
File: D:\smf\Sources\RepairBoards.php(317) : runtime-created function
Line: 19

Kermit

Did you run the install.php as well ? and that operations too ?

Move the included file "Subs-TopicSolved.php" to "./Sources".
Move the included file "topicsolved.gif" to "./Themes/default/images/post".
My Mods
Please don't PM/mail me for support,unless i invite you
Formerly known as Duncan85
Quote
"Two things are infinite: the universe and human stupidity; and I'm not sure about the the universe."

A. Einstein

six_L

QuoteDid you run the install.php as well ? and that operations too ?

Move the included file "Subs-TopicSolved.php" to "./Sources".
Move the included file "topicsolved.gif" to "./Themes/default/images/post".
done.
install.php shows
QuoteDatabase installation complete!

Dragooon

Try running this query in phpMyAdmin and see if it improves anything

Make sure to backup your DB!

ALTER TABLE smf_topics
CHANGE is_solved is_solved TINYINT(3) NOT NULL DEFAULT 0

six_L

QuoteALTER TABLE smf_topics
CHANGE is_solved is_solved TINYINT(3) NOT NULL DEFAULT 0
can't.

Dragooon


six_L

can't figuring out the problem.
QuoteField 'is_solved' doesn't have a default value
File: D:\smf\Sources\RepairBoards.php(317) : runtime-created function
Line: 19

Dragooon

Still confused, you mean that query didn't help?

six_L

#19
Quoteyou mean that query didn't help?

Advertisement: