Login | Sign up
XAMPP local install
Oct 11th 2010, 10:14 am:
spanishearl

Joined: Oct 11th 2010
View Profile
Send Message

XAMPP local installI'm trying to play around and see if jcow will be for me or not, but I don't want to test on a live site. I'd like to test locally, and I am using xampp.

I ran a search, and didn't come up with anything here, but I do get random hits on the net of people asking the same question, and some saying they did it, but not actually documenting how they did it.

Is there any documentation that someone here can forward me a link to so I can test this out?

Thanks in advance!

~Spanishearl
    Oct 11th 2010, 11:21 am:
    domgratis

    Joined: Aug 5th 2010
    View Profile
    Send Message

    re: spanishearlwhat trouble you get??
    i have intalled it in my xampp and mamp.
      Oct 11th 2010, 4:07 pm:
      arizon

      Joined: Aug 26th 2010
      View Profile
      Send Message

      re: spanishearlmy localhost use xampp too. its ok for jcow script.
        Oct 12th 2010, 1:39 am:
        spanishearl

        Joined: Oct 11th 2010
        View Profile
        Send Message

        re: spanishearlHmm... Maybe I'm doing it wrong...

        Is there any directions that can be provided? I was able to get Wordpress installed without issue, but it's not what I need. When I create the database, and try to install I get a "cannot connect to mysql server" error.
          Oct 12th 2010, 2:03 am:
          falcone

          Joined: Sep 2nd 2010
          View Profile
          Send Message

          re: spanishearlxammp installation

          create a database, for ex. jcow
          create a new folder in your htdocs folder, for ex.jcow

          in your browser: localhost/jcow/install.php

          DB Host: localhost
          DB Name: jcow (in this example)
          DB username : in xammp by default: root
          DB password: in xammp by default: empty

          Website url: http://localhost/jcow (in this example)

          Administrator email: your email
          Administrator password: your password

          hit the button below: i agree to this license....

          delete install.php in the folder htdocs/jcow

          it is possible that your xammp installation doesn't recognize php short tags like for ex. <?= "hello world"; ?>
          for this you need to change your php.ini.
            Oct 12th 2010, 2:13 am:
            eeji

            Joined: Aug 4th 2010
            View Profile
            Send Message

            just like falcone says :)

            I too have jcow installed on an xampp localhost and it runs great. By default the php.ini with xampp has short tags disabled so that will need changing.

            Older versions of jcow required the ioncube loader module to be installed, but the latest versions are 100% unencrypted so this is no longer needed
              Oct 12th 2010, 3:53 am:
              spanishearl

              Joined: Oct 11th 2010
              View Profile
              Send Message

              re: spanishearlThanks for that. Collation, or something different? I know that wordpress wants utf8_unicode

              [EDIT]: Nevermind, it installed. I don't know why it wouldn't yesterday....

              I think I messed something up though because after successful installation, and deleting the intall.php file, I click go to your Network, and get an access forbidden error...

              Ideas on what I did wrong?

              Quote
              Access forbidden!
              You don't have permission to access the requested object. It is either read-protected or not readable by the server.

              If you think this is a server error, please contact the webmaster.

              Error 403
              localhost
              10/11/10 14:07:45
              Apache/2.2.14 (Win32) DAV/2 mod_ssl/2.2.14 OpenSSL/0.9.8l mod_autoindex_color PHP/5.3.1
                Yesterday, 5:23 pm:
                zezito

                Joined: Oct 21st 2010
                View Profile
                Send Message

                Hi

                I have insttal jcow im my PC but i can not commente nothing.

                Any idea?
                  Dec 5th 2011, 2:56 pm:
                  oracode

                  Joined: Nov 18th 2010
                  View Profile
                  Send Message

                  can anyone help me with this?

                  i tried to install jcow in local using xampp in win Xp

                  the message going out like this:
                  Code
                  Deprecated: Function eregi() is deprecated in C:\xampp\htdocs\jcow\install\db_ctrl.php on line 3

                  Deprecated: Function ereg_replace() is deprecated in C:\xampp\htdocs\jcow\install.php on line 18

                  Deprecated: Function eregi() is deprecated in C:\xampp\htdocs\jcow\install.php on line 19
                    Dec 5th 2011, 7:12 pm:
                    falcone

                    Joined: Sep 2nd 2010
                    View Profile
                    Send Message

                    re: oracodePHP removing deprecated related errors from display

                    To remove deprecated warning message displays when executing PHP programs, open php.ini file and ADD to it

                    error_reporting = E_ALL & ~E_DEPRECATED

                    This is the setting for the production environment where you would not like to display the deprecated function related errors.

                    http://kurinchilamp.kurinchilion.com/2009/08/php-removing-deprecated-related-errors-from-display.html
                      Dec 6th 2011, 6:57 am:
                      oracode

                      Joined: Nov 18th 2010
                      View Profile
                      Send Message

                      thanks for the help falcone.. ur rock as usual baybeh!!