• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] Facebook login and classic registration

Started by sawyer10,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

sawyer10Topic starter

Hi,

After installing second edition|| and Brasil theme it looks like everything was normal after the installation, but then i ran into some problems:

- I followed the guide to setup an facebook app, and this should be working now. But what happens when i try to sign up with facebook login i just get redirected to a white blank page http://mysite.com/index.php?action=login&type=facebook

And then nothing happens.
Then i try to sign up via classic registration.... I fill inn the form, and then i get redirected to a white blank page again, but when i return to my site`s url the user get signed up...

So is this a bug or something?
  •  

Marius P.

Hi! I don't think so.
Provide a copy of your error_log or enable error printing and provide the error so I can see what's going on http://www.phpvibe.com/forum/how-to/(how-to)-debugging-phpvibe/msg14380/
Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

sawyer10Topic starter

Okey, i will try. But i cant send you an email? I think this is deep because when i press logout from admin it also return to a white page.
  •  

sawyer10Topic starter

Quote from: sawyer10 on
Okey, i will try. But i cant send you an email? I think this is deep because when i press logout from admin it also return to a white page.

I tired but couldnt reach the debug following the guide  :(
I also notices that my facebook fanpage (numbers) are not showing. Maybe it all hang together in a strange way.

But the strangest thing is that the script works beside the earlier mentioned errors/bugs.
  •  

Marius P.

The big question is always: do you have mod_security?
I assume curl is working (you get youtube videos in the importer, right?)


for debugging just do this change in callback.php


error_reporting(0);



to


error_reporting(E_ALL);
Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

sawyer10Topic starter

Yes curl is working and mod_sec should be okey.

when i open callback.php i see
<code><?php error_reporting(E_ALL);
//ini_set('display_errors', '1');</code>

These are the two first lines.. so it allready has error_reporting(E_ALL);
  •  

Marius P.

But it doesn't print any error? Nor logs in the system?
Are you sure there is not something which kills the page? By the symptoms it sounds a lot like a mod_security issue (or maybe some other security mod).
Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

sawyer10Topic starter

It dosent print any error or in the logs.. very strange in did. And strange that the error reporting was on default?
  •  

sawyer10Topic starter

I got confirmed that the mod security was correct disabled. So there must be something else..  :(
  •  

Marius P.

Nothing in the server logs? Is impossible to advice like this.
Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

sawyer10Topic starter

Yes, very strange stuff. I use bluehost vps, so everything should be fine. But as mentioned when i log in i only get a white page, when i reload and going to site index its fine and im logged in. The same with facebook, but i never get to sign up :/

You cant have a look with login details that i can provide you with?

Thanks,
  •  

Marius P.

I can look, but it depends how visible is the issues, make sure your server has errors enabled (printing error/logging errors) first.
Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

sawyer10Topic starter

I got it figured out. The script was auto converted with a UTF BOM, i think i got it to work.. but cant understand why this happend in the first place. The same happens when i upload automatic from wordpress installs as well.. strange servers from bluehost :S
  •  

Bojan Ivancic

Hi,

I just notice a similar problem.
When the form for Classic registration is filled up you just get redirected to a blank page and nothing happens.
When returning to the page the user is not logged in.
In Callback.php I changed error_reporting to (E_ALL)
Can you please help me?
  •  

sawyer10Topic starter

try re-upload with a other ftp, so the files get the right format. My only suggestion.
  •  

Bojan Ivancic

I uploaded with Firezilla. The format seems ok but the problem remained the same
  •  

Bojan Ivancic

Can someone please help with this registration problem?
  •  

Marius P.

Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

Similar topics (7)