Results 1 to 1 of 1

Thread: Invision Power Board MySQL 5.0 Patches

  1. #1
    Matt's Avatar
    Matt is offline GlowHost Administrator
    Join Date
    Jan 2005
    Location
    Behind your monitor
    Posts
    5,932

    Default Invision Power Board MySQL 5.0 Patches

    IPB also know as Invision Power Board is a popular forum system who for whatever reason has not decided to make some simple changes to their package that will make their BBS mysql 5 compatible.

    These are the know issues and fixes contributed by John-Marc one of the best programmers in the west.

    Partch #1:

    sources/Boards.php

    ~line 66 from find the lines that look like:

    Code:
    from  ibf_forums f,ibf_categories c
    Then change to
    Code:
    from  ibf_categories c,ibf_forums f
    Last edited by Matt; 08-16-2006 at 01:49 PM.
    Send your friends and site visitors to GlowHost and get $125 plus bonus!
    GlowHost Affiliate Program | Read our Blog | Follow us on X |

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14