
Cloned module not showing up in Webiva
Reported by atmorell | September 6th, 2010 @ 08:22 AM
Hello,
I have cloned Webiva-messages to my vendor/plugins directory and restated apache2, but the module is not showing up on the options\modules page
/home/Webiva$ ls vendor/modules/ blog feedback http:
simple_content webform webiva_net
feed git: media user_profile Webiva-message
The background process is started. Am I missing something?
Best regards.
Asbjørn Morell
Comments and changes to this ticket
-
Pascal Rettig September 6th, 2010 @ 10:24 AM
- State changed from new to invalid
Modules needs to be checked out w/o the Webiva- prefix,
so:
$ git clone git@github.com:cykod/Webiva-message.git message
You can just move the Webiva-message directory to a directory called "message" in the same directory.
-Pascal
-
Pascal Rettig September 6th, 2010 @ 01:59 PM
Sorry about that - the message module is actually a
private
module which means it's not available inside of a domain by default, you need to go to System -> Domains -> [ Domain Name ] and click "Make Available" make that module available in that specific domain, you can then go back and activate it as usual.For the second error, you need to make sure you restart passenger/mongrel after installing a new module - that error is caused by the system trying to load a module that Rails doesn't know about (because Rails needs to restart to update it's load paths)
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป