Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

new panel

Asked Modified Viewed 3,484 times
I
ImmOr7aL
I
  • Junior Member, joined since
  • Contributed 14 posts on the community forums.
  • Started 5 threads in the forums
  • Started this discussions
asked
Junior Member

Why, whe i'm trying to crate new panel, after clickin save panel, i have an error:
Column count doesn't match value count at row 1
0 replies

13 posts

M
Matonor
M
Impossible things are there to be made possible
  • Veteran Member, joined since
  • Contributed 1,022 posts on the community forums.
  • Started 3 threads in the forums
answered
Veteran Member

did you install any mods?
did you have any mods before you upgraded to a newer version?
0 replies
I
ImmOr7aL
I
  • Junior Member, joined since
  • Contributed 14 posts on the community forums.
  • Started 5 threads in the forums
  • Started this discussions
answered
Junior Member

yes, i have many mods since 6.00.1 version... but everything worked fine... it started about a week ago... i think after ugrading to 6.00.3
0 replies
R
riomas
R
riomas 10
PHP-Fusion community Lithuanian

http://php-fusion.lt/news.php
  • Junior Member, joined since
  • Contributed 36 posts on the community forums.
  • Started 8 threads in the forums
answered
Junior Member

http://phpfusion.puslapiai.lt/forum/viewthread.php?forum_id=15&thread_id=1698#25351
0 replies
M
malek256
M
  • Junior Member, joined since
  • Contributed 16 posts on the community forums.
  • Started 1 thread in the forums
answered
Junior Member

Issue is the php files use "values" instead of also specifying the fields which works until the database changes.
0 replies
I
ImmOr7aL
I
  • Junior Member, joined since
  • Contributed 14 posts on the community forums.
  • Started 5 threads in the forums
  • Started this discussions
answered
Junior Member

so what is the solution to resolve the problem?
0 replies
H
HexVooDoo
H
  • Newbie, joined since
  • Contributed 3 posts on the community forums.
answered
Newbie

Is there a solution to this problem ?? I am have the same issues with adding panels.

~Hex
0 replies
B
badfish
B
  • Newbie, joined since
  • Contributed 3 posts on the community forums.
  • Started 1 thread in the forums
answered
Newbie

The number of fields in your fusion_panels table does not equal the number of fields that the panel admin expects to find.

It is likely that you either do or do not have the "panel_display" field.

What version of PHPFusion are you running?

If it is v600.301 or later it should have the "panel_display" field. Here is the table structure for v600.301 and later.

panel_id SMALLINT(5) UNSIGNED NOT NULL AUTO_INCREMENT,
panel_name VARCHAR(100) NOT NULL DEFAULT '',
panel_filename VARCHAR(100) NOT NULL DEFAULT '',
panel_content TEXT NOT NULL,
panel_side TINYINT(1) UNSIGNED NOT NULL DEFAULT '1',
panel_order SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0',
panel_type VARCHAR(20) NOT NULL DEFAULT '',
panel_access TINYINT(3) UNSIGNED NOT NULL DEFAULT '0',
panel_display TINYINT(1) UNSIGNED NOT NULL DEFAULT '0',
panel_status TINYINT(1) UNSIGNED NOT NULL DEFAULT '0',
PRIMARY KEY (panel_id)
) TYPE=MyISAM;"wink;



If it is v600.207 or earlier it should NOT have the "panel_display" field.
Here is the table structure for v600.207.

panel_id SMALLINT(5) UNSIGNED NOT NULL AUTO_INCREMENT,
panel_name VARCHAR(100) NOT NULL DEFAULT '',
panel_filename VARCHAR(100) NOT NULL DEFAULT '',
panel_content TEXT NOT NULL,
panel_side TINYINT(1) UNSIGNED NOT NULL DEFAULT '1',
panel_order SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0',
panel_type VARCHAR(20) NOT NULL DEFAULT '',
panel_access TINYINT(3) UNSIGNED NOT NULL DEFAULT '0',
panel_status TINYINT(1) UNSIGNED NOT NULL DEFAULT '0',
PRIMARY KEY (panel_id)
) TYPE=MyISAM;"wink;
Edited by badfish on 24-01-2006 07:34,
0 replies
H
HexVooDoo
H
  • Newbie, joined since
  • Contributed 3 posts on the community forums.
answered
Newbie

I have the same columns, totaling 10. I am on version .301
0 replies
H
HexVooDoo
H
  • Newbie, joined since
  • Contributed 3 posts on the community forums.
answered
Newbie

Fixed this issue.

What I did: since my database was current since .301 I decided to compair the panel_editor.php file against the .303 panel_editor.php file. They are different. I think they should have been different in .301. I believe the problem started when I upgraded to .3xx

Anyway I simply replaced the panel_editor.php file to .303 verion and the problem seems to be gone.

~Hex
0 replies
A
Andrew
A
Andrew 10
  • Junior Member, joined since
  • Contributed 12 posts on the community forums.
  • Started 1 thread in the forums
answered
Junior Member

there was a database upgrade between .1 and .3
0 replies
M
Merian
M
Merian 10
  • Junior Member, joined since
  • Contributed 14 posts on the community forums.
  • Started 3 threads in the forums
answered
Junior Member

when i'm trying to crate new panel, after clickin save panel, i have an error:
Unknown column 'panel_display' in 'field list'

i just upgraded to PHPFusion v6.00.303 from PHPFusion v6.00.206
Edited by Merian on 29-01-2006 00:56,
0 replies
M
Merian
M
Merian 10
  • Junior Member, joined since
  • Contributed 14 posts on the community forums.
  • Started 3 threads in the forums
answered
Junior Member

dont have that problem any more :)
0 replies
I
it-norden
I
Find it.
Think...
Fix it!
  • Senior Member, joined since
  • Contributed 240 posts on the community forums.
  • Started 7 threads in the forums
answered
Senior Member

how did you resolve the problem ?
Edited by it-norden on 02-02-2006 13:45,
0 replies

Category Forum

Bugs and Errors - 6

Labels

None yet

Statistics

  • Views 0 views
  • Posts 13 posts
  • Votes 0 votes
  • Topic users 9 members

0 participants

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet