Safari-Push-Notifications icon indicating copy to clipboard operation
Safari-Push-Notifications copied to clipboard

No input file specified.

Open benaubin opened this issue 9 years ago • 9 comments

That's all it shows when I use the service.

benaubin avatar Feb 01 '15 14:02 benaubin

Please enable PHP error logging and post the full error.

surrealroad avatar Feb 01 '15 17:02 surrealroad

How do I do that?

benaubin avatar Feb 03 '15 00:02 benaubin

one way to do it: at the top of index.php, after <?php, add the following: error_reporting(E_ALL); ini_set('display_errors', 1);

surrealroad avatar Feb 03 '15 10:02 surrealroad

Ok, give me a few days.. sorry.

benaubin avatar Feb 08 '15 16:02 benaubin

I'm getting the same error as penne12. I've added the logging with the code you specified and I'm not seeing any other error messages... Maybe I'm not looking in the right place.

eliddon avatar Feb 14 '15 17:02 eliddon

So looks like it is an issue with the .htaccess file (depending on your PHP version). I had to change the following line:

RewriteRule ^(.*)$ index.php/$1 [L]

to:

RewriteRule ^(.*)$ index.php [L]

I'm on PHP 5.4.36

While I'm not sure if this fixed my issue completely as I'm receiving socket errors now - although I have a feeling that is to do with my certificate settings. Hope this helps

eliddon avatar Feb 14 '15 19:02 eliddon

Ending up having to remove it, as our old host kicked us off. I'll try re setting this up once a solution is found. Thanks!

benaubin avatar Feb 14 '15 23:02 benaubin

Still love this idea

benaubin avatar Feb 14 '15 23:02 benaubin

Btw, can you set up bounty source? I'm willing to see about putting a bounty on this issue.

benaubin avatar Feb 14 '15 23:02 benaubin