The Copyright module doesn't work in Drupal 4.5.2 with MySQL 3.23 and PHP 4.3.0 :( I just installed it and whenever I try to add a licence or change any setting, I get a white empty page and nothing is written in the database. I have installed it correctly by using the sql file and copying the files in modules directory. Here are the file rights:

-rw-r--r-- copyright.css
-rw-r--r-x copyright.module

Can the cause of the problem be the absence of the x right in css?

How can I uninstall the Copyright module? How can I get my database to the previous state?

Comments

Bèr Kessels’s picture

eventhough you provide quite good and detailed information, I cannot help you like this.
I need to know what "doesnt work" means.
* what do you want/expect it to do?
*where dit you find out it "doens't work"

De-installeing is a simple as removing the files. The database tables need to be removed with you SQL admin (either cammand line mysql, or phpmyadmin)

Bèr

nsk’s picture

"doesn't work" means that I get an empty white page after finishing an operating via the Copyright Module, for example when trying to add a licence. Instead of getting a new licence in the list, I get an empty page (no Drupal, no anything) and nothing is written in the Copyright SQL table.

I had a look in the SQL code and found out what tables needed to be removed, but this is a very difficult process. Would it be possible to automate the uninstallation process?

chx’s picture

A white empty page often means some serious PHP error. Most probably watchdog won't help, look into your Apache log. However, the copyright module in its current state is tagged CVS. Have you tried http://drupal.org/files/projects/copyright-4.5.0.tar.gz ?

nsk’s picture

whooops -> just now I saw the link I was looking for: Older releases :))) I think the projects interface is very unintuitive, but at least now I found the 4.50 release :))

veridicus’s picture

Sounds like this is resolved. Re-open if not.