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?

Can't make news anymore!! HELP!!!

Asked Modified Viewed 6,788 times
Z
zoebyr
Z
zoebyr 10
  • Junior Member, joined since
  • Contributed 25 posts on the community forums.
  • Started 4 threads in the forums
  • Started this discussions
asked
Junior Member

Hi i have PHPfusion v6.01.2

Sins a while i cant make news anymore??!

When i make a news and i add it, it says News added, but doesnt do anything??

can someone help me plz, this is urgent

sorry for my band english..:(
0 replies

22 posts

F
Falk
F
Falk 146
Need help?, Having trouble?
• View our Documentation for Guides, Standards and Functions
• Name and Organize your Topics and Content correctly in the corresponding Forums for best support results
• Attaching Log Files and Screenshots when reporting issues will help
• Provide with an URL to live example if one exists
• Please read the How to Report an Error post
• Please read and comply with the Code of Conduct

(¯·._.·(¯°·._.·°º*[ Project Manager ]*º°·._.·°¯)·._.·¯)
  • Super Admin, joined since
  • Contributed 6,201 posts on the community forums.
  • Started 639 threads in the forums
  • Answered 12 questions
answered
Super Admin

Try this:

ALTER TABLE fusion_news CHANGE news_id news_id SMALLINT( 5 ) UNSIGNED NOT NULL AUTO_INCREMENT
0 replies
Z
zoebyr
Z
zoebyr 10
  • Junior Member, joined since
  • Contributed 25 posts on the community forums.
  • Started 4 threads in the forums
  • Started this discussions
answered
Junior Member

Tried it in phpmyadmin, but it still get the same error: #1067 - Invalid default value for 'news_id'
0 replies
C
chbe
C
chbe 10
------------------------------------

thebasement.gryt.com
  • Member, joined since
  • Contributed 161 posts on the community forums.
  • Started 4 threads in the forums
answered
Member

Hi sorry for the delay.

You have to make the changes in the structure view of the table. But before you do that check that you don’t have two news_id with the same value because when you set news_id to auto_increment its not allowed to have the same value twice. If you find any dublicatet number change one of them to a unique one.

Hope this helps. :)
Edited by chbe on 14-09-2006 22:43,
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 22 posts
  • Votes 0 votes
  • Topic users 7 members

0 participants

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet