Jump to ContentJump to Navigation/Login
` ` ` ` ` `

[Register]

Occasional ATutor release updates


No Members Logged In

(8 guests in past 15 min.)

Access Understanding Web Accessibility to learn about accessibility, or Register to take the course for FREE.

Support Forums

ATutor Support

Announcement subscription module


You must be signed-in to post.

AuthorSubject
  Page: 1
zesar1980
Subject: Announcement subscription moduleQuote this post in your reply
Hello,

I'm trying to install the module "announcement subscription" but I can't.

It says [AT_ERROR_ANOUNCEMENTSUB_INSTALL_UNWRITE]. I know I must set writeable the file editor/add_news.php but there isn't any folder "editor". The module announcements is in standard/announcements/

Can I change the folder in the install file or it will crash?

Thanks a lot.

César.
Posted: 2011-09-26 13:30:04
zesar1980
Subject: Re: Announcement subscription moduleQuote this post in your reply
Hello again,

my version of ATutor is 2.0.2(r10589)

In the manual it says the module "subscription to announcements" is already set, but I don't find it.

I changed the code in the module_install.php as I said in previous post, but it doesn't find the file "add_news.php" and I write the correct URL.

Sorry my english.

Thanks a lot.
Posted: 2011-09-27 04:21:04
zesar1980
Subject: Re: Announcement subscription moduleQuote this post in your reply
It runs !!!

I changed these lines
$filename=('../../editor/add_news.php');
$file = fopen('$filename','w');

for these ones
$filename=('../../_standard/announcements/add_news.php');
$file = fopen($filename,'w');

Version of aTutor 2.0.2

I hope the author of this module update it.

Bye.
Posted: 2011-09-27 10:53:17
greg

Avatar for greg
Subject: Re: Announcement subscription moduleQuote this post in your reply
Well done!

The author is not maintaining the module any more. I'll make the adjustment myself and repackage the module with your changes.

thx
Posted: 2011-09-27 12:12:54
 Page: 1

You must be signed-in to post.