MyBB Community Forums

Full Version: Editing Profile Loads a blank page, help.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Please need a help. Am starting a completely new forum, however, when i went to usercp>edit profile it loads a blank page. Try for your self. Login here with email [email protected] and pasword testPASS.Then navigate to usercp>edit profile.

Correction, password is
testPASS
is Gzip compression enabled on forum - if so lower its level (3 should work fine)
Something different:

Add the following between "index_sidebar container" and "forum legend" in theme index template

<br class="clear" />

After that it should look like this:

......
<div style="float:right;width:25%;"><!-- start: index_sidebar -->
<table border="0" class="tborder">
<thead>
<tr>
<td class="thead">
<div><strong>Latest Posts</strong></div>
</td>
</tr>
</thead>
<tbody>

</tbody>
</table>
<!-- end: index_sidebar -->
</div>
<br class="clear">
<dl class="forum_legend smalltext">
 <dt><span class="forum_status forum_on" title="Forum Contains New Posts"></span></dt>
........
I reduced gzip compression to 3 but still loaded blank page, have disabled it now and it opening fine.

But I will still want to enable gzip compression, what should I do?

Even levels 1 and 2 displays blank page.
You could define gzip compression in the .htaccess file. Ask you webspace provider for the best way.

Example (my provider):
<IfModule mod_deflate.c>
<FilesMatch "\.(css|js|x?html?|php|xml|xsl|svg|txt)$">
SetOutputFilter DEFLATE
</FilesMatch>
</IfModule>
do you have any plugin which affects user control panel (editing profile) ?
(2014-12-09, 03:33 PM).m. Wrote: [ -> ]do you have any plugin which affects user control panel (editing profile) ?

yes i have, a plugin which require users to select a country.
^ have you tried disabling that plugin ..
Well when disactivating the plugin the page opens with gzip compression turned on. However I may have to turn gzip compression off since I want to use the plugin. Will report to plugin developer.