I am contacting you on behalf of my friend who bought fb-login module for prestashop for you.
We have created the facebook app id, we have set the settings for the app as instructed in your link and we have configured the module with the app id but the module is still not working. The problem is in fact that when i press "login with facebook" button - im redirected to 404 page
We need a little assistance from you
Corect permissions to module files
helloWhen i try to log in i see proper window (it does not ask for password so it is okay!)
the problem you've got is related to fact that this file: /modules/fblogin/ajax_fblogin.php is not accessible
please verify the permissions to this file,
it must be accessible from browser, now it isnt - website spawns 404 error http://yourdomain.commodules/fblogin/ajax_fblogin.php
usually these chmods are proper:
/modules/ - 755
/modules/fblogin/ - 755
/modules/fblogin/ - 644
please note if some part of path has 777 chmod - some of hostigs can block access to files, it is worth to verify it.
0 comments:
Post a Comment