Ticket #4141 (closed Bugs: fixed)

Opened 3 years ago

Last modified 3 years ago

Pinsets install error in svn

Reported by: mbrevda Assigned to:
Priority: minor Milestone: 2.8
Component: PIN Sets Version: SVN-HEAD
Keywords: Cc:
Confirmation: Unreviewed Distro:
Backend Engine: All Distro Ver:
Backend Ver: SVN Revision (if applicable):

Description

Checking pinsets..
[FATAL] Can not create `pinsets` table

Array
(
    [0] => Array
        (
            [file] => /home/svn.freepbx.org/freepbx/trunk/amp_conf/htdocs/admin/modules/pinsets/install.php
            [line] => 37
            [function] => die_freepbx
            [args] => Array
                (
                    [0] => Can not create `pinsets` table

                )

        )

    [1] => Array
        (
            [file] => /home/svn.freepbx.org/freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php
            [line] => 3502
            [args] => Array
                (
                    [0] => /home/svn.freepbx.org/freepbx/trunk/amp_conf/htdocs/admin/modules/pinsets/install.php
                )

            [function] => include_once
        )

    [2] => Array
        (
            [file] => /home/svn.freepbx.org/freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php
            [line] => 3476
            [function] => _modules_doinclude
            [args] => Array
                (
                    [0] => /var/www/html/admin/modules/pinsets/install.php
                    [1] => pinsets
                )

        )

    [3] => Array
        (
            [file] => /home/svn.freepbx.org/freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php
            [line] => 3175
            [function] => _module_runscripts
            [args] => Array
                (
                    [0] => pinsets
                    [1] => install
                )

        )

    [4] => Array
        (
            [file] => /home/svn.freepbx.org/freepbx/trunk/amp_conf/bin/module_admin
            [line] => 130
            [function] => module_install
            [args] => Array
                (
                    [0] => pinsets
                    [1] => 1
                )

        )

    [5] => Array
        (
            [file] => /home/svn.freepbx.org/freepbx/trunk/amp_conf/bin/module_admin
            [line] => 698
            [function] => doInstall
            [args] => Array
                (
                    [0] => pinsets
                    [1] => 1
                )

        )

)


The following error(s) occured:
 - Module pinsets cannot be enabled
installed

Change History

03/16/10 05:31:18 changed by mbrevda

  • status changed from new to closed.
  • resolution set to fixed.

(In [9227]) closes #4141; install scrip mulitple sql issues. DONT DRINK AND CODE