Hi,
I successfully installed vtigercrm-5.0.4 on my computer which has windows xp professional as OS. It is now accessible on "http://localhost:81/" in my firefox browser.
I am trying to install and configure phpmyadmin with vtiger for backup purposes but without success. To do so, I downloaded phpMyAdmin-2.11.7-english.zip and unzipped it
to "C:\Program Files\vtigercrm5\apache\htdocs\phpmyadmin". Whenever I try to access it from my browser on the URL: "http://localhost:81/phpmyadmin/index.php", I get the
following error message:
"404 Not Found The requested URL /phpmyadmin/index.php was not found on this server.
Apache/2.0.52 (Win32) PHP/5.1.2 Server at localhost Port 81"

Any help? Did I miss something?

P.S.: I am following the installation steps mentioned at "http://www.wikihow.com/Install-phpMyAdmin-on-Your-Windows-PC"

Regards,
Saleem

    The only thing I can think to check is that the index.php is in the C:\Program Files\vtigercrm5\apache\htdocs\phpmyadmin folder.

    Make sure the file extraction did not create an extra sub folder so the index.php is in a different location than you think it is.
    like this:

    C:\Program Files\vtigercrm5\apache\htdocs\phpmyadmin\phpmyadmin\index.php

      Finally the phpmyadmin page appeared but after I moved the whole phpmyadmin folder under the vtigerCRM folder, so the path is as follows:
      C:\Program Files\vtigercrm5\apache\htdocs\vtigerCRM\phpmyadmin

      Know I am facing the following error message on the main login page of phpmyadmin:

      "Cannot load mcrypt extension. Please check your PHP configuration."

      Any ideas?

      Regards,
      Saleem

        If you do a phpinfo(), is there a table for 'mcrypt' ? If not, enable the extension in your php.ini file and restart Apache.

          I am not a php guru...
          So can you tell me how to do phpinfo()? and how to enable the extension in the ini file?
          Regards,
          Saleem

            Here is the code:

            <?PHP
            PHPINFO();
            ?>
            

            Put it in a PHP file in the root folder of your web server.

              Write a Reply...