lsuits / lsu-block_quickmail

*Louisiana State University ITS no longer maintains this Project.* A Moodle block that provides selective, bulk emailing within courses
45 stars 68 forks source link

quickmail block Not getting installed #10

Closed bipink closed 13 years ago

bipink commented 13 years ago

Hi,

I downloaded 2011021812 version from http://moodle.org/plugins/pluginversions.php?plugin=block_quickmail unzipped it and uploaded to mydomain/block folder. But when i go to the mydomain.com//admin/index.php link nothing is displaying.What could be the problem?

my moodle version :Moodle 2.0.5 (Build: 20111010) php :5.3.6 mysql :5.1.54

I am working on moodle for the first time..Am I somewhere wrong ?It will be grateful if someone replies earliest..

Thanks,

adamzap commented 13 years ago

Hmm, that's weird.

A few questions:

Once you do the above, what error is it giving?

bipink commented 13 years ago

Thanks Adam,

Still when i clicked notifications to install nothing is displaying

When i deleted the quickmail from the block and tried to reinstall it it gives the below error.

block_quickmail Success

Plugin "theme_online-university" is defective or outdated, can not continue, sorry.

More information about this error Debug info: Invalid plugin directory name. Stack trace:

line 286 of /lib/upgradelib.php: plugin_defective_exception thrown
line 1427 of /lib/upgradelib.php: call to upgrade_plugins()
line 311 of /admin/index.php: call to upgrade_noncore()

This mean is the theme is defective ..? Will it be fine if I change the theme..?

philcali commented 13 years ago

That could very well be the case. I was browsing the Moodle source on that stacktrace, and the exception is occurring outside of block installation, which is good for quickmail, but bad for the theme.

Have you had any success changing / uninstalling your theme?

bipink commented 13 years ago

I uninstalled theme_online-university that i was not using and tried to reinstall quickmail,Its installed without error .And working fine.

Thanks all,