Reparse to HTML error! grr

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

    Reparse to HTML error! grr

    i`ve set up a small wap scrip .. wap portal server .. and everything worked fine but now when i add an item to a specific section only to that section i get reparse as html error on opera on pc and a big error on opera on symbian phone..

    check it:

    Code:
    http://m3nth0r.0fees.net/index.php?option=section&id=12
    and this happens if i add a new article .. ( it is a blog wap scrip alike ) .. curnetly have 2 new articles in that section if i delete those two then it works fine heres the error



    thanks in advance ... and i wuld liek to convert it in xhtml but i supose i need a tutorial .. googled for tutorials but found only how to learn xhtml not to convert from wml/php to xhtml

    #2
    remove
    HTML Code:
    <div style="text-align: center;"><div style="position:relative; top:0; margin-right:auto;margin-left:auto; z-index:99999">
    OR

    change header to
    HTML Code:
    <!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd">
    
    <html xmlns="http://www.w3.org/1999/xhtml">
    sigpic

    Comment


      #3
      hello the script is wap .. none of what it says is in any file and i am so pissed.. dumb script .. only works with phones or opera on pc ..

      Comment


        #4
        i guess his concern also hit me. The problem actually is, when some special characters are posted (say in an article or blog) the browser cannot read it instead gives a parse error. Characters like ¥,¤ or other special characters. The script is in wml. To help my self out, i put htmlcharacters($text), and tried parsepm($text) too but none of em solve the prob. Help us out. Tnx mates.

        Comment


          #5
          well yea but except the special characthers problemsthere is another big one .. if you add more than 15 articles in a section you will get the same error ..

          Comment

          Working...
          X