Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blank Screen on new posts, threads, login, and admin #1

Open
xaoseric opened this issue Apr 14, 2014 · 9 comments
Open

Blank Screen on new posts, threads, login, and admin #1

xaoseric opened this issue Apr 14, 2014 · 9 comments

Comments

@xaoseric
Copy link
Member

A user gets a blank screen when they want to post a new topic, reply to an existing one, try to login, or try to access the admin control panel.

@xaoseric xaoseric added the bug label Apr 14, 2014
@xaoseric xaoseric added this to the 1.0.0.1 milestone Apr 14, 2014
@xaoseric
Copy link
Member Author

I can confirm that viewing threads is working. From the looks of it, it appears to be an issue with the theme functions file.

http://forums.xaos-ia.com/index.php?topic=1

@liamdemafelix
Copy link

I managed to do a fix on the login. It seems as though the OpenID integration was causing the error, plus undeclared variables in the mysql files. I'm still doing some tinkering, and I'll submit a pull request once I get them finished.

@xaoseric
Copy link
Member Author

@liamdemafelix
Copy link

Why use OpenID? There are plenty of third-party SSO other than OpenID IMO (Facebook and Twitter logins are the most popular, so why not replace OpenID with those?)

@xaoseric
Copy link
Member Author

I like that idea better than openid :). With openid committed out, login page shows up, but sessions are not being created properly.

@liamdemafelix
Copy link

I tried commenting out OpenID code in login.php in the modules and I've been able to login successfully. I think a rewrite is in order for this one.

Or perhaps just disable OpenID for the time being.

@xaoseric
Copy link
Member Author

Facebook, and twitter are used more than openid, so it would make more sense to add Facebook and twitter integration and add columns to allow the forum admin to specify the api keys for Facebook and twitter.

I have IceBB setup on my server as well. If you want, you can register, and try to login and you will notice that the login page works, but the session isn't being recognized. See the images below, you login but the session isn't recognized. I should also point out that the capitcha is not being generated as well.

image
image
image

@liamdemafelix
Copy link

I guess.

Another issue to add is that I recently setup a local development environment using Ubuntu with a standard LAMP stack + XDebug. I tried installing IceBB but it gives me a blank page after it asks me for the SQL details and my preferred username, and it doesn't even run the SQL queries. It works fine on Windows though, and all my other scripts run fine on my current setup, so that may be a compatibility issue.

@xaoseric
Copy link
Member Author

The database sql file needs the ; before the closing quotation. It should be "ENGINE=MyISAM;";

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants