Elxis CMS Forum

Support => Elxis 4.x/5.x DEV => Topic started by: mgrc on September 29, 2012, 02:11:35

Title: Mod stickynotes v1.0
Post by: mgrc on September 29, 2012, 02:11:35
Hi,
Nice job on the Nautilus!

I have not seen anyone mention issues with module Stickynotes yet, so here I go.
The module installation from EDC works (no errors), but I am unable to use it.

Phpmyadmin shows the module is installed as backend mod and I do not see it in administration area under modules, but I expect this is normal since I can not see any other backend module displayed there.

Other modules like simplepoll install and work fine.

In the repository the file /other/stickynotes.php is not created, but simplepoll_xx.php is, so I do not think it is file ownership or permission issue.
 
There is no apparent way to uninstall it so I delete database and files manually to be able to reinstall.
Also tried uploading the module from my computer, and it says install successful like EDC does but still same issue.
Title: Re: Mod stickynotes v1.0
Post by: maple on September 29, 2012, 13:00:04
Hello,

I've the same problem with many modules and plugins that I install from the Browse EDC, like stikynotes, Keep Alive, Download file management, Latest articles...

But for example, Simple Poll and Google Docs Viewer works well.

thanks
Title: Re: Mod stickynotes v1.0
Post by: datahell on September 29, 2012, 14:14:06
It is normal to have such questions as the official documentation is not yet available ;D
So, a quick answer.

Elxis in administration for tables/lists uses AJAX grid.
Except from the visible things (columns, etc) in each grid there are often other options bellow which are revealed by clicking on the magnifier glass (left bottom corner).
In the modules grid if you click the magnifier glass you will see an option to pick between frontend and backend modules.
Select section = backend and click submit.

You manage the backend modules like the ones for the frontend section.
A good position to place the stickynotes module is cpanel

The module is working fine, if you face any problem please report it to me.
Title: Re: Mod stickynotes v1.0
Post by: maple on September 29, 2012, 16:15:40
 :o haha, a little big detail!!

Thank you!   ;D
Title: Re: Mod stickynotes v1.0
Post by: giannismit on September 29, 2012, 16:21:46
Yesterday evening I was looking for 3 hours to find
 ;)
Title: Re: Mod stickynotes v1.0
Post by: rentasite on September 30, 2012, 11:23:14
The module is working fine, if you face any problem please report it to me.

Tried to install 2 modules: Sticky notes and Simple poll. Tried both ways: From EDC Live and by downloading the package locally and then Upload & Install. And i get this, in both ways:

- Could not rename/move /repository/tmp/package_20120930082058_830/mod_stickynotes.php
- Could not rename/move /repository/tmp/package_20120930082155_233/mod_simplepoll.php

P.S: Repository and it's contents are writable

Title: Re: Mod stickynotes v1.0
Post by: datahell on September 30, 2012, 11:28:58
There is an issue on moving files from repository to Elxis file system via FTP that has not yet been solved.
Make folder modules writeable (777) and it will be installed.

On installations that don't need an FTP connection everything is working fine.
Title: Re: Mod stickynotes v1.0
Post by: rentasite on September 30, 2012, 11:30:41
There is an issue on moving files from repository to Elxis file system via FTP that has not yet been solved.

Ok

Quote
Make folder modules writeable (777) and it will be installed.

No rush! Just testing and reporting :)
Title: Repository and extensions installer
Post by: datahell on September 30, 2012, 11:35:37
Just for your information to better understand the reason of this problem.

Why need to move files from repository during install?

During install Elxis uses repository as a temporary location for the extension to be installed.
The extension gets downloaded into repository, unzipped there, and then Elxis moves extension files to their final location.
The repository must be writeable by the web server.
The final location can be non-writeable. In this case Elxis tries to move the files by using an FTP connection (if enabled).
If this move fails the installation also fails.
Elxis always cleans up the repository, so you will never see any temporary installation file there.
Title: Re: Mod stickynotes v1.0
Post by: rentasite on September 30, 2012, 11:37:33

Yeap, got it!  ;)
Title: Re: Mod stickynotes v1.0
Post by: mgrc on September 30, 2012, 12:54:21
Thanks, works great!
Like the ajax grid!  ;D
Title: Re: Mod stickynotes v1.0
Post by: rentasite on November 18, 2012, 23:39:26
There is an issue on moving files from repository to Elxis file system via FTP that has not yet been solved.
Make folder modules writeable (777) and it will be installed.

Im trying to install different extensions, and it works only if i make the modules folder writable.

Does the issue still exist?

I'm using Elxis 4.x rev 1358
Title: Re: Mod stickynotes v1.0
Post by: datahell on November 19, 2012, 08:47:03
Hmmmm, I think we forgot this :o
I will check it again.
Title: Re: Mod stickynotes v1.0
Post by: datahell on November 19, 2012, 19:34:38
Spiros can you provide me admin/FTP access to your site to test/fix it?