PDA

View Full Version : upload file mod prob.


philquad
20 Apr 07, 04:26
gday

i added the siple image upload mod from here

http://www.phpbbstyles.com/viewtopic.php?t=8121

that is great for my phpbb forum, but i seem to get this error on upload?

An appropriate representation of the requested resource /forum/addform.html could not be found on this server.

did i do something wrong perhaps

CyberAlien
20 Apr 07, 09:16
Read installation instructions. You didn't upload the only file that you do need to upload on your forum.

philquad
20 Apr 07, 09:50
thanks cyber

i put addform.html im myserver/forum (where rest of phpbb is)
and i modded the posting_body.tpl file as instructed.

isnt that right?

maybe coz i installed thru cpanel and not manually? (the whole phpbb i mean)

ps. it also says " Apache/1.3.37 Server at www.nelsonbaycomputers.net Port 80

philquad
21 Apr 07, 03:29
fixed

had to add

<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>

to the .htaccess file for some reason.