07-18-2008, 10:30 AM
[eluser]ywftdg[/eluser]
Not sure if this has been mentioned, don't see it, but I am having an issue with this coming up in the View Modes at the bottom of the page: if($parts['filename'] == $this->view_mode) echo 'selected="selected"';
The error from the source:
No matter if I select default or the blue, that error is popping up. Any ideas?
Not sure if this has been mentioned, don't see it, but I am having an issue with this coming up in the View Modes at the bottom of the page: if($parts['filename'] == $this->view_mode) echo 'selected="selected"';
The error from the source:
Code:
<h4>A PHP Error was encountered</h4>
<p>Severity: Notice</p>
<p>Message: Undefined index: filename</p>
<p>Filename: default/codex_choosers.php</p>
<p>Line Number: 16</p>
</div><div style="border:1px solid #990000;padding-left:20px;margin:0 0 10px 0;">
<h4>A PHP Error was encountered</h4>
<p>Severity: Notice</p>
<p>Message: Undefined index: filename</p>
<p>Filename: default/codex_choosers.php</p>
<p>Line Number: 17</p>
</div>></option> </select>
No matter if I select default or the blue, that error is popping up. Any ideas?