heiseonline / shariff-backend-php

👮 PHP backend for Shariff. Shariff enables website users to share their favorite content without compromising their privacy.
http://ct.de/-2467514
133 stars 44 forks source link

Count not registering or showing when "Testing Installation" #40

Closed calumbrash closed 9 years ago

calumbrash commented 9 years ago

When I navigate to: http://example.com/my-shariff-backend/?url=http%3A%2F%2Fwww.example.com

Only xing shows up in the array of counts. Facebook, Twitter and Linkedin (which I need) all show blank. Attached is screenshots of sharriff.json, index.php and some others. screen shot 2015-08-24 at 15 25 36 screen shot 2015-08-24 at 15 26 43

screen shot 2015-08-24 at 15 25 04 screen shot 2015-08-24 at 15 24 55

liayn commented 9 years ago

The url you called in the second-last screenshot does not match the HTML code you posted in the image before. Please verify the exact call to the backend via browser network tools.

Furthermore I'm not sure about the ./a/ backend url. Why not using either an absolute or a real relative path?

What does the PHP error log say and the webserver's log?