I go to the control panel, and try to upload a news image. After I send my new image I will taken back to the 'Forum Images' tab and not to the News Image tab.

If I try to delete a News Image I get the following error:


Warning: opendir(/home/.../ubb7/news/default) [function.opendir]: failed to open dir: No such file or directory in /home/.../ubb7/admin/doeditnewsimages.php on line 58

Warning: readdir(): supplied argument is not a valid Directory resource in /home/.../ubb7/admin/doeditnewsimages.php on line 60

It looks like there is a /images missing in the path in doeditnewsimages.php

/Edit: open /admin/doeditnewsimages.php
Change line 58 from:

$dir = opendir("{$config['FULL_PATH']}/{$style_array['news']}");

to:

$dir = opendir("{$config['FULL_PATH']}/images/{$style_array['news']}");


Last edited by Rick; 07/26/2006 12:07 PM.

my board: http://www.dragonclan-forum.de
my hobby: http://www.biker-reise.de
Ich kann bei Fragen zu UBBthreads in Deutsch weiterhelfen oder es zumindest versuchen