[phpBB Debug] PHP Warning: in file [ROOT]/viewtopic.php on line 1823: Undefined array key 21077
[phpBB Debug] PHP Warning: in file [ROOT]/viewtopic.php on line 1833: Trying to access array offset on value of type null
[phpBB Debug] PHP Warning: in file [ROOT]/viewtopic.php on line 1833: Trying to access array offset on value of type null
CMS Made Simple Forums • Admin template error
Page 1 of 1

Admin template error

Posted: Mon Sep 18, 2006 1:32 pm
by Scott
Hiya guys,

Can somone else check and see if there is an error in the editpage.php page of the admin panel.

When I load it the editor scroll bar is off the right hand edge of the page and when I scroll accross there is somthing odd going on with the template.

Re: Admin template error

Posted: Mon Sep 18, 2006 4:14 pm
by tsw
Strange, I havent noticed that before..

try changing

Code: Select all

div.pageoverflow  {
   clear: left;
   padding-top: 1px;
   width: 100%;
   overflow: hidden;
   }
to

Code: Select all

div.pageoverflow  {
   clear: left;
   padding-top: 1px;
/*    width: 100%; */
   overflow: hidden;
   }
in admin/themes/default/css/style.css

Re: Admin template error

Posted: Tue Sep 19, 2006 8:58 am
by Scott
Thanks tsw, that solved it :)

I have another issue with the same page though.

It never seems to finish loading, though I can edit the content submit etc.  I also have a load of extra options showing up at the bottom of the page that I don't think I should be able to see:

[gelöscht durch Administrator]

Re: Admin template error

Posted: Wed Sep 20, 2006 8:57 am
by Scott
Anyone have any ideas? It is only happening on one template, but I have no idea what I did to make it happen!

Re: Admin template error

Posted: Wed Sep 20, 2006 9:50 am
by Scott
Ok, if I clear my browser cache then go to the page the extra sections are gone. Submit the page and then click to edit it again and they are back...

Ok, I figured out what is happening, all of the tabs are loading in the first tab and then failing to move into the correct tabs so the page never finishes loading and I have the additional options pane and the preview pane in the editor tab.

Re: Admin template error

Posted: Wed Sep 20, 2006 10:43 am
by tsw
cant see this in svn version with IE or FF..

Re: Admin template error

Posted: Wed Sep 20, 2006 11:00 am
by Scott
It is really odd. 
I'm using firefox. All I can think is that something in my template is breaking it, as it started happening after I added another content block.  When I click on the tab the sections return to the right place, it just doesn't seem to move them there of its own accord.