(12-30-2014 04:31 AM)Batmans Wrote: [ -> ]Can any one confirm that the script work or what is required to make it work?
BATMAN
Waiting for this guys to write the review. I tried in localhost and everything was good. Well, with the things i checked was fine.
Anyone have an issue with registration? "I see whoops something went wrong"
(01-21-2015 04:17 PM)freeway1 Wrote: [ -> ]Anyone have an issue with registration? "I see whoops something went wrong"
Try to redo the database import and whoops something went right. ;)
(01-21-2015 04:17 PM)freeway1 Wrote: [ -> ]Anyone have an issue with registration? "I see whoops something went wrong"
Try to redo the database import and whoops something went right. ;)
The problem is with the database my friend.
I created a second database and imported the sql file and got the same result. I've checked all my info 5 or 6 times. I'm just not sure what I'm doing wrong. I was looking at the pdf with images to make sure that i was installing correctly.
It can be something. I have tried it and its okay. I dont know whats the problem. Also other boys here have a positive review.
Yea, I had to go to support and they reset permiossions so it's up and running now. The other problem I'm having is getting an error when I try to create a demo account. The script just wigs out on me.
This is what I got:
Code:
Swift_RfcComplianceException
Address in mailbox given [] does not comply with RFC 2822, 3.6.2.
-----------------------------------
* @throws Swift_RfcComplianceException If invalid. */ private function _assertValidAddress($address) { if (!preg_match('/^' . $this->getGrammar()->getDefinition('addr-spec') . '$/D', $address)) { throw new Swift_RfcComplianceException( 'Address in mailbox given [' . $address . '] does not comply with RFC 2822, 3.6.2.'
It goes to Facebook app just fine and lets you enter email and password too, but then when you try to press enter the error comes up.
Bro is your facebook app configured right? If its an error of configuration you must make your app active, so people can login via facebook.
i got this answer for you :
Here is what worked for me:
1) Go to
https://developers.facebook.com
2) From the top nav bar select: Apps >> Your App Name >> Status and Review
3) At the top of the Status and Review page you should see "Do you want to make this app and all its live features available to the general public?" with a toggle (no/yes) switch.
4) Click the toggle switch so it displays "Yes".
I hope this helped.