• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Missing articles

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Recently I had found that there are some articles missing in my forum
Please tell me why and how does that happen and the solution to solve this problem.

[originally posted on jforum.net by bad]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Recently I met the same problem. After some checking, I found the problem happened in the database. Are you using mysql with InnoDB?

If this is the situation, you can try to convert all your jforum table into MyISAM format. I know it's a dumb solution, but it really works. 8)

For example, to convert jforum_posts table to MyISAM format, type in you mysql shell prompt.

[originally posted on jforum.net by phobos]
 
reply
    Bookmark Topic Watch Topic
  • New Topic