What's up guys? I have a problem with my wordpress site. My .com/wp-login.php page doesn't work for some reason, it's a completely blank page. I tried to fix the problem tonight, but I just changed the page from: Parse error: syntax error, unexpected $end to a page that was completely blank. By changing a few things on the script by accident Basically it comes down to this: My wp-login file isn't working for some reason and I don't know why. Someone who is a programmer and actually knows what they are doing should have the problem fixed after 5 minutes of looking at the code. If you're a programmer and you want to make a quick 10 bucks [I'll pay you via paypal right after you fix the problem] then shoot me a pm and I'll send you the code for my wp-login file You probably need experience with wordpress and php coding to be able to figure this out quickly Shoot me PM's guys, I'd love to get this problem fixed quickly!
i can do this for you... ill send you a message with my ccontact details and we can gett this completed for you... we have run into this sort of problem in the past and already know of a quick fix for you...
Have shot a PM your way with the probable fix - modifying the wp-login file is inadvisable as unless you modified it before, keep it as it was distributed - the problem is probably just a plugin.
Wordpress plugins DO NOT effect the login page... As the OP has mentioned the problem is a modification that was made to the login page... Changing different variables in wordpress will effect the way that the login page loads... As I have modified many login pages to make them unique, fixing your login page will be no problem to me... Also as someone else mentioned just uploading the distribution page over again does not always work because of different distribution versions... I truly suggest that you just have the variables and source fixed so that your wordpress will work the way it was meant to...
wp-login calls the wp-app script, which brings the whole Wordpress engine up. In doing this, Wordpress runs all the plugins activated in it's database, that's just how it works. Thus, a break in a plugin is a likely cause, especially as I understood the OP to mean that it broke, he did a modification, and it broke more. If i'm wrong about that I apologise.