i created a sub-folder (..news/events) and put an index.php folder which contains the following code (the index.php is exact same one i put into the news folder):
<?php
include '../n13news/index.php';
?>
however when i visit that page (mongolusa.com/news/events) the news is not pulled from n-13 news script.
First of all i would like to thank you for your effort in making this script.
But i have some troubles (bugs?) that you maybe could help me with.
I first tested 3.2 and all worked great but i couldn't get image upload to work correctly. It wouldn't change attribute on images so i had to manually login (ftp) and chmod it to 644 so script could show the images. Default when i upload is 600. Same problem is on 3.3 for me.
When i upgraded i followed the instructions but it would give me some errors so i tried a clean install. But now i show this errors when i try to include images in post's and it take ages for it to show it. I also tried to delete all mysql data and a clean install but same errors.
Warning: getimagesize(http://www.hallstad-islandshastar.se/news/uploads/bilder_019.jpg) [function.getimagesize]: failed to open stream: Connection timed out in /var/www/8981/hallstad-kronogard.se/public_html/news/bbparser.php on line 6
Warning: getimagesize(http://www.hallstad-islandshastar.se/news/uploads/rimg0033.jpg) [function.getimagesize]: failed to open stream: Connection timed out in /var/www/8981/hallstad-kronogard.se/public_html/news/bbparser.php on line 6
My English is really bad i hope that you could understand what i tried to describe.
hopefully then you shouldn't get that error message when viewing your news.
I'll make a small modification to the upload script so that it automatically CHMODs each file after it has been uploaded. I'll post it here once I've made that change.
Access: Admin
Total Posts: 1395
Joined: 2006-05-19
Download this file, extract it and replace your own copy of modules/modimageuploads.mod with this new copy. Now each time you upload an image the system will automatically CHMOD it to 0655. If it's unable to CHMOD it will still upload the image but will give you an error saying it was unable to CHMOD the file.