Issue 14962

The NPT setup module does not appear in the dashboard

14962
Reporter: atalavan
Assignee: bko
Type: Bug
Summary: The NPT setup module does not appear in the dashboard
Environment: Oracle Virtual Machine: Ubuntu 12.04.3, 2 cores, 2Gb RAM.
Priority: Major
Resolution: Fixed
Status: Closed
Created: 2014-01-30 15:09:15.054
Updated: 2014-02-13 14:22:58.56
Resolved: 2014-02-05 17:16:12.751
        
Description: During the installation process (running install.php), I receive no error message except when installing the 'NPT Setup' module, that halts the installation with the AJAX HTTP error attached. If I re-start the installation it continues with the following module and the installation is finished, but when you go to the dashboard as an admin the module is not displayed and then the configuration of the site is not possible as described in the documentation.
The module appears in the list of modules as activated, and no error message is shown. Only that the Drupal core and some modules need to be updated.]]>
    

Attachment NoNPTSetup.JPG



Author: bko@gbif.org
Comment: Issue verified on Ubuntu.
Created: 2014-02-05 13:56:39.738
Updated: 2014-02-05 13:56:39.738


Author: bko@gbif.org
Created: 2014-02-05 15:49:15.557
Updated: 2014-02-05 15:49:15.557
        
On Ubuntu the required curl extension is not available by default. During the installation the npt_mendeley module uses curl to speed up the retrieval of citations from Mendeley.

By issuing the following comment on Ubuntu, the installation is successfully finished:

{{$ sudo apt-get install curl libcurl3 libcurl3-dev php5-curl}}
{{$ sudo service apache2 restart}}
    


Author: bko@gbif.org
Comment: Wiki updated at https://github.com/gbif/gbif-npt-startup/wiki/Server-preparation#wiki-23-extensions
Created: 2014-02-05 15:58:11.796
Updated: 2014-02-05 15:58:11.796


Author: bko@gbif.org
Comment: Once one can successfully pass the installation, in this case by providing the essential cURL extension, the admin account is given an opportunity to setup .
Created: 2014-02-05 17:16:12.772
Updated: 2014-02-05 17:16:12.772


Author: atalavan
Comment: Checked in my installation as well. Working fine now.
Created: 2014-02-13 14:22:58.558
Updated: 2014-02-13 14:22:58.558