Re: Problem with License - code directory location

  •  02-26-2010, 9:18 AM

    Re: Problem with License - code directory location

     > Are you sure your have exact same copy on two locations?
     
    100% positive.
     
    In fact, I've made another copy, /test2, that is just like the /test, except that it pulls the include_phpuploader.php from the original folder I set up with /examples/phpfileuploader/phpuploader. When I make that change to the include path, /test2 works without the error, but if I leave the path to its default so it grabs the copy of the /test2/phpuploader it gives the error message.
    http://www.supertopo.com/test2/demo.htm
     
    The only line I changed between /test and /test2 is this:
    <?php require_once "phpuploader/include_phpuploader.php" ?>
     
    changed to:
    <?php require_once "/usr/home/thenose/www/docs/examples/phpfileuploader/phpuploader/include_phpuploader.php" ?> 
     
    With that simple change, /test2 works fine. Without it, it gives the license error just like /test. 
     
    Can you set up FTP access of your server and send it to [email protected]?
     
    Unfortunately, I can't provide FTP access, as there is sensitive info there.
     
    However, I definitely set up the license request with my IP@ and that was reflected in the receipt email. BUT, here's something odd. The email says "the license file has been generated based on the Domain Name you provided http://216.218.209.18". It reflects my IP, but mentions "domain". Is it possible that the license should have been generated based on an IP, but the IP was used as a Domain name by mistake?
     
    Here's a snippet from the license receipt email. 
     
View Complete Thread