1

Topic: News Generator Error

Anyone ran across this error?

Error: Unable to write news archive to ./plugins/AP_News_Generator/archive/2005-07.htmlPlease make sure PHP has write access to the directory ./plugins/AP_News_Generator/archive/.

thanks

Re: News Generator Error

you need to chmod that folder?

3

Re: News Generator Error

plugins folder is "777"

4

Re: News Generator Error

in plugins folder, I have Ap New Generator.php, and an Ap News Generator folder, with news.html and news.tpl in it.

Re: News Generator Error

you need to 777 the actual folder mentioned in the error

6 (edited by ckoss 2005-07-05 14:40)

Re: News Generator Error

should i create that folder? because it's not there


edit: created and it said news generated!. Thanks!

What code do I put in index.php to make the new generate there?

7

Re: News Generator Error

You can try something like that:

<?php
include 'http://www.yoursite.com/forum/plugins/A … /news.html';
?>

Ludo,

8

Re: News Generator Error

put it in, nothing
I'm using miniportal if that matters

9

Re: News Generator Error

if you're using miniportal, wait for Connorhd's answer.

Ludo,

Re: News Generator Error

lol the mini portal has nothing to do with the news generator, the miniportal generates its own news, there is no need for the news generator if you use the miniportal

11

Re: News Generator Error

hmmm, i guess that would be the reason it's not working!
HA

anything special I have to do to make it generate news on index.php then?, cuz I don't think it's working

Re: News Generator Error

just do what the instructions say...

Re: News Generator Error

Hey Connorhd,

I installed the miniportal using this:

http://wiki.punres.org/Miniportal

this had nothing in there about using news that miniportal generates?

please could you help me I've been looking everywhere o nhow to generate news!

Re: News Generator Error

I have most of the addons working, as you can see here: http://forum.simzi.co.uk I just need latest posts and the news generator working!