Serohan124 / phurl

Automatically exported from code.google.com/p/phurl
0 stars 0 forks source link

The URL you have entered is not allowed #140

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
http://mekat.es/l/

It says "The URL you have entered is not allowed" with every URL I submit and 
hit the Shorten button.

None Shortened URL is created.

--

What version of the product are you using? On what operating system?
Phurl 2.4.2

--

Please provide any additional information below.

I had to change TYPE = MYISAM to ENGINE = MYISAM in the  /install/3.php to be 
able to install.

Original issue reported on code.google.com by 1rdy...@gmail.com on 11 Aug 2012 at 11:05

GoogleCodeExporter commented 8 years ago
line 47 in <phurlroot>/index.php 
    $hostname = get_hostname();

should be  
    $hostname = gethostname();

I ran into this exact same problem, fixed by altering the above.

Original comment by lloyd.ol...@justdevelop.it on 10 Jan 2013 at 4:07

GoogleCodeExporter commented 8 years ago
We are receiving the same message, however, have not been able to find a 
resolution to the issue using the above steps. Does anyone have any input?

Original comment by emoblia....@gmail.com on 15 Jul 2013 at 8:28

GoogleCodeExporter commented 8 years ago
Well, after really reviewing the instructions more closely, we find that it 
works if you make the modications as outlined. lloyd.ol...@justdevelop.it, you 
are a stud!

Original comment by emoblia....@gmail.com on 15 Jul 2013 at 8:36