Ok i have found two problems so far..Can you explain this to me and see we can find a sollution
1. when im trying to import a file from admin section im getting this error
Warning: opendir( [path]/downloads/) [function.opendir]: failed to open dir: No such file or directory in [path]/admincp/downloadadmin.php on line 290
my direct forum path accounrding to the import /home/lateadul/public_html/PracticeForum/forum/admincp/
but when i try to change it i still get the error
2. when i upload a 100 mb file it just takes almost 20 mins to upload. I had to stop the upload because it keeps on
trying to upload and never upload
my .htaccess is set to
php_value upload_max_filesize 500M
php_value post_max_size 500M
Please help thanks
|