Quote:
Originally Posted by Zookie
OK, when I do this and go to local_links_admin.php my normal page layout is displayed ( example), only with the LDM admin CP in it (I think). Furthermore, the following error is displayed at the top of the page:
Code:
Notice: Use of undefined constant E_STRICT - assumed 'E_STRICT' in (server path to web root)\community\local_links_admin.php on line 22
You can see a picture of it here. If I turn GZIP HTML Output back on I'm back to the page not loading at all as if there were a connection problem. This page loads properly whether I have GZIP HTML Output set to yes or no. All the LDM links on the page work except for the local_links_admin.php link. That's the only page I've found (so far) that is having a problem.
|
Just to see what would happen I changed line 22 hard-coding 2048 in place of the constant E_STRICT. After doing this AND turning off GZIP HTML the admin page loads though it is displayed on my normal forum template, not in the normal gray vBulletin Admin CP layout. It's odd seeing my site's theme in the right pane when using the Admin CP. Is that normal? Should I consider this the solution to the problem? I really don't know what difference the GZIP HTML option makes (we aren't talking about a large active forum here though I do expect to have some large file uploading and downloading taking place soon).