Error while trying to install a mod

Started by ^{-reloaded54, August 27, 2009, 01:08:10 AM

Previous topic - Next topic

^{-reloaded54

I was trying to install a Simple Portal , it perfectly works on my localhost , but i can`t install it at my webserver,



An Error Has Occurred!
Wrong value type sent to the database. Array of integers expected. (known_theme_list)


Every Moment Is Another Chance!

^{-reloaded54

this error is everywhere,

Wrong value type sent to the database. Array of integers expected. (known_theme_list)

when i try to install any mods
Every Moment Is Another Chance!

^{-reloaded54

Every Moment Is Another Chance!

Norv

Please do not bump posts before 24 hours. We are all volunteers here and will try to help, but in our free time and as possible.

How many themes do you currently have installed on your forum?

Note also that searching this forum for "known_theme_list" results in:
Re: Error updating to RC1.2
Check it out, it looks like you are having the same issue.
To-do lists are for deferral. The more things you write down the later they're done... until you have 100s of lists of things you don't do.

File a security report | Developers' Blog | Bug Tracker


Also known as Norv on D* | Norv N. on G+ | Norv on Github

^{-reloaded54

Quote from: Norv on August 27, 2009, 07:57:14 AM
Please do not bump posts before 24 hours. We are all volunteers here and will try to help, but in our free time and as possible.

How many themes do you currently have installed on your forum?

Note also that searching this forum for "known_theme_list" results in:
Re: Error updating to RC1.2
Check it out, it looks like you are having the same issue.

I check the link that you gave me, i followed the steps too , but i am having no success in it ,

There are three default themes which came in the same package of smf.
I followed the above process but it`s not working at all.

I have the same error,
here`s my result


MySQL returned an empty result set (i.e. zero rows). (Query took 0.0002 sec)
SQL query: SELECT *
FROM smf_settings
WHERE variable = 'knownThemes'
LIMIT 0 , 30;
Every Moment Is Another Chance!

Norv

Please try:

INSERT INTO smf_settings (variable, value) VALUES ('knownThemes1', '1,2,3');

To-do lists are for deferral. The more things you write down the later they're done... until you have 100s of lists of things you don't do.

File a security report | Developers' Blog | Bug Tracker


Also known as Norv on D* | Norv N. on G+ | Norv on Github

^{-reloaded54

Quote from: Norv on August 28, 2009, 08:11:40 AM
Please try:

INSERT INTO smf_settings (variable, value) VALUES ('knownThemes1', '1,2,3');


i get this error when i type the above command


Error

SQL query:

INSERT INTO smf_settings( variable, value )
VALUES (
'knownThemes1', '1,2,3'
);

MySQL said: Documentation
#1046 - No database selected
Every Moment Is Another Chance!

Norv

First select your forum database from the left column of the phpMyAdmin window, then try again the query.
To-do lists are for deferral. The more things you write down the later they're done... until you have 100s of lists of things you don't do.

File a security report | Developers' Blog | Bug Tracker


Also known as Norv on D* | Norv N. on G+ | Norv on Github

^{-reloaded54

Quote from: Norv on August 28, 2009, 09:05:49 AM
First select your forum database from the left column of the phpMyAdmin window, then try again the query.
thanks it didn`t work but i simply changed
INSERT INTO smf_settings (variable, value) VALUES ('knownThemes1', '1,2,3'); to
INSERT INTO smf_settings (variable, value) VALUES ('knownThemes', '1,2,3');
it is woking fine
Every Moment Is Another Chance!

^{-reloaded54

i see another error with the stats

please check this link
http://nepalmania.com/portal/index.php?action=forum

check the info center , i tried to recollect stats from maintainence menu , but it didn`t work.
Every Moment Is Another Chance!

Norv

Quote from: ^{-reloaded54 on August 28, 2009, 09:22:00 AM
Quote from: Norv on August 28, 2009, 09:05:49 AM
First select your forum database from the left column of the phpMyAdmin window, then try again the query.
thanks it didn`t work but i simply changed
INSERT INTO smf_settings (variable, value) VALUES ('knownThemes1', '1,2,3'); to
INSERT INTO smf_settings (variable, value) VALUES ('knownThemes', '1,2,3');
it is woking fine

Ah sorry. Sure, that was the right query.
* Norv throws the failing keyboard over the window.
To-do lists are for deferral. The more things you write down the later they're done... until you have 100s of lists of things you don't do.

File a security report | Developers' Blog | Bug Tracker


Also known as Norv on D* | Norv N. on G+ | Norv on Github

Advertisement: