Member stats
|
I suck :/ I appreciate you finding these bugs though. | |||
| 07:20pm 21st Oct 2009 | Last edited by Chris at 07:23pm 21st Oct 2009 |
|
| |||
| 05:18pm 26th Oct 2009 |
|
| |||
| 02:06am 1st Nov 2009 |
|
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. | |||
| 02:41pm 1st Nov 2009 |
|
Code: [img="http://domain.com/news/uploads/image.png"][/img] if you change that to Code: [img="news/uploads/accesslevels.png"][/img] 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. | |||
| 02:46pm 1st Nov 2009 |
|
| |||
| 02:51pm 1st Nov 2009 |
|
How about putting in a hyperlink on the news title, so people can click on the title of the news and it takes them to the full story news? As is, people have to click on the "Full Story" link to read the full news story. It would be nice if I could modify the code to effect that. Thanks. | |||
| 08:44am 2nd Nov 2009 |
|
Code:
<a href="?id={id}">{title}</a>
| |||
| 01:21am 3rd Nov 2009 |


