Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author jamesckemp

    (@jamesckemp)

    Hi, No – as long as it’s on the same server.

    Try making a file called test.php in your Magento root. Insert the following:

    <?php echo $_SERVER['DOCUMENT_ROOT']; ?>

    That will give you the path you’re looking for.

    wizard247

    (@wizard247)

    Have the same problem.

    My test.php returns: /home/lifest65/public_html

    Magento root is in subfolder “shop”

    I have tried /home/mysite/public_html/app
    I have tried /home/mysite/public_html/shop/app

    Neither work. Now what?

    Thanks
    wizard247

    wizard247

    (@wizard247)

    Have the same problem.

    My test.php returns: /home/mysite/public_html

    Magento root is in subfolder “shop”

    I have tried /home/mysite/public_html/app
    I have tried /home/mysite/public_html/shop/app

    Neither work. Now what?

    Thanks
    wizard247

    wizard247

    (@wizard247)

    Resolved! Duh – didn’t realise you actually had to include the filename… ??

    Plugin Author jamesckemp

    (@jamesckemp)

    Marking as resolved

    I have installe WordPress here:
    /var/www/vhosts/e.org/httpdocs/wp_domain_com

    And Magento here:
    /var/www/vhosts/e.org/httpdocs/mage_domain_com

    I have tried these paths:
    /var/www/vhosts/e.org/httpdocs/mage_domain_com/app
    /var/www/vhosts/e.org/httpdocs/mage_domain_com/app/
    /var/www/vhosts/e.org/httpdocs/mage_domain_com/app/Mage.php

    But nothing works – I see “invalid URL”…
    Maybe dot (e.org) causes problems?

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘problem with install and integration’ is closed to new replies.