Wapside Full (with Themes) Latest Version - Wap2k

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #46
    about to test it now

    Comment


      #47
      thx i got in rich and killah ,,,, but 1146-Table '_wfc.wst_shouts' doesn't exist

      Comment


        #48
        Im going to go through the script and fix all these little errors will post fixed version up later or 2moz

        Comment


          #49
          is _wfc set in config in the prefix var

          Comment


            #50
            is this not a db thing?coz i cant find anything in sql db about shout table?

            Comment


              #51
              Code:
              CREATE TABLE IF NOT EXISTS `wst_shouts` (
                `id` int(255) NOT NULL auto_increment,
                `uid` text NOT NULL,
                `time` text NOT NULL,
                `message` text NOT NULL,
                PRIMARY KEY  (`id`)
              ) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=80;

              Comment


                #52
                thx amy ur a star me love down under
                can i add this anywhere in db

                Comment


                  #53
                  Code:
                  CREATE TABLE IF NOT EXISTS `wst_shouts` (
                    `id` int(255) NOT NULL auto_increment,
                    `uid` text NOT NULL,
                    `time` text NOT NULL,
                    `message` text NOT NULL,
                    PRIMARY KEY  (`id`)
                  ) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=80;
                  [/b]
                  can i add this anywhere in db?

                  Comment


                    #54
                    just click the sql tab copy n paste that above and click go

                    Comment


                      #55
                      thx hun but im not on my server now,,, not on my pc now lol... so in sql file i can add this anywere? just makin sure

                      Comment


                        #56
                        get shoutbox error but atleast im in ... o error occurs when shouting
                        Code:
                        1064-You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SET shouts = shouts+1 WHERE id='1'' at line 1
                        but this can be fixed thx amy

                        Comment


                          #57
                          Im debugging the whold script now will post fixed script up in a bit

                          Comment


                            #58
                            I have fixed these aswell

                            Comment


                              #59
                              SCRIPT IS NOW UPDATED ALL ERRORS THAT I COULD FIND I FIXED I UPDATED THE ATTACHMENT AT THE TOP SQL HAS ALSO BEEN EDITED

                              Comment


                                #60
                                ty




                                Comment

                                Working...
                                X