Previously working scruipts now not working on new Xammp

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

    Previously working scruipts now not working on new Xammp

    as the title says. its pretty annoying.

    #2
    why dont u guyz use apache2triad.

    Comment


      #3
      scripts that was working with the older version of xampp, now doesnt work with the new version of xampp.

      it gives error codes or just blank page.

      usually i tried lavalair based scripts, mg4 script shows blank page, while indifun shows parse error thing..

      Comment


        #4
        but those scripts where not modified, and was working with xampp 100% before..

        Comment


          #5
          Try activating some apache modules e.g mod_rewrite and um some php services. May work for you.

          Comment


            #6
            Also activate short code in php.

            Comment


              #7
              sounds like a package problem, xampp is after all just a manager for the individual packages. Chances are if you use stuff like magic quotes and reg globals these will be turned off in the latest php package which xampp distributes as they are insecure. you will probably find you need to enable some of those functions again. if you enable error reporting and display_errors in php.ini it should give you a bit more info as to what the problem is when you get those blank pages

              Comment


                #8
                mi gonna try that. thanks a lot..

                Comment


                  #9
                  its working now. thanks. enabled register globals and short code..

                  Comment


                    #10
                    though, MG$ remains to show blank page even with error reporting set to on..

                    Comment


                      #11
                      Follow d installation thread. Remove d die() in core n ****.

                      Comment


                        #12
                        try editing php.ini turn error reporting on and change so all errors show except notices idont use that app i installed all the compoents myself apache 2.1.22 php 5.3.1 and mysql 5.4 and latest phpmyadmin

                        Comment


                          #13
                          check <? and replace with <?php

                          Comment


                            #14
                            I am facing same problem. Just puted a index.php file with <?php print "test"; ?> and this does not work. Its like opening a php file from Desktop, for example.
                            mysterio.al - programming is a functional art

                            Comment

                            Working...
                            X