url-shortener-php icon indicating copy to clipboard operation
url-shortener-php copied to clipboard

Shortening doesn‘t work

Open mostlygucci opened this issue 4 years ago • 6 comments

If I click shorten it shows the error message:

Warning: require_once(../UrlShortener.php): failed to open stream: No such file or directory in /storage/ssd1/551/13037551/public_html/functions/shorten.php on line 6

Fatal error: require_once(): Failed opening required '../UrlShortener.php' (include_path='.:/usr/share/pear:/usr/share/php') in /storage/ssd1/551/13037551/public_html/functions/shorten.php on line 6

mostlygucci avatar Mar 26 '20 16:03 mostlygucci

Sorry I am new to github. What does this label mean?

mostlygucci avatar Mar 26 '20 16:03 mostlygucci

@mostlygucci If you want you can try to resolve this issue.

amarlearning avatar Mar 26 '20 16:03 amarlearning

But how? That‘s because I send this as issue

mostlygucci avatar Mar 26 '20 16:03 mostlygucci

@mostlygucci The label is for anyone who wishes to fix it, not just the author :)

gyaaniguy avatar May 02 '20 11:05 gyaaniguy

I'm having this problem too.

i-eat-burgers avatar Aug 19 '20 11:08 i-eat-burgers

Apply this,. and then it should work: https://github.com/urls/url-shortener/pull/25

brianread108 avatar Aug 20 '20 08:08 brianread108