quilzel
net start w3svc
- 223
- Posts
- 13
- Years
- Age 34
- Kansas City, Kansas
- Seen Sep 10, 2014
I believe I have found a bug in the theme "Flames of Simplicity"
While using said theme, If you click on "Choose Forum Style" under user cp, the page does not load. no error, just blank. It seems the server returns blank HTML page. The page has the head and body tags, but nothing is in them. The URL of the link clicked
https://www.pokecommunity.com/profile.php?do=styles
Source code of blank page:
If you click on the "Style Switcher" on the bottom left hand corner of the screen, you are taken to smiles page.
https://www.pokecommunity.com/misc.php?do=style
Tested with same results on OSX and Windows 8.1
Browsers Tested:
IE 11, Opera 12.5, Chrome 30, FireFox 22, and Safari 537.71
While using said theme, If you click on "Choose Forum Style" under user cp, the page does not load. no error, just blank. It seems the server returns blank HTML page. The page has the head and body tags, but nothing is in them. The URL of the link clicked
https://www.pokecommunity.com/profile.php?do=styles
Source code of blank page:
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv="Content-Type" content="text/html; charset=utf-8"></HEAD>
<BODY></BODY></HTML>
If you click on the "Style Switcher" on the bottom left hand corner of the screen, you are taken to smiles page.
https://www.pokecommunity.com/misc.php?do=style
Tested with same results on OSX and Windows 8.1
Browsers Tested:
IE 11, Opera 12.5, Chrome 30, FireFox 22, and Safari 537.71