Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong $MysqlExt value in installer #29

Closed
apmuthu opened this issue Mar 31, 2018 · 2 comments
Closed

Wrong $MysqlExt value in installer #29

apmuthu opened this issue Mar 31, 2018 · 2 comments

Comments

@apmuthu
Copy link
Contributor

apmuthu commented Mar 31, 2018

Lines 939 to 949 in install/index.php are:

        <?php
        if($MysqlExt){
        ?>
            <input type="hidden" name="MysqlExt" value="1" />
        <?php
        }else{
        ?>
            <input type="hidden" name="MysqliExt" value="1" />
        <?php
        }
        ?>

The second input element should have value of 0 or be blank.

@apmuthu
Copy link
Contributor Author

apmuthu commented Apr 1, 2018

Take this fix as part of this issue

timschofield pushed a commit that referenced this issue Apr 2, 2018
Pull changes from Tim and Ap.Muthu
timschofield pushed a commit that referenced this issue Apr 3, 2018
Files changed in commit:
install/index.php
On branch master

Corrects the default of $MysqlExt in the installer
References: #29
@timschofield
Copy link
Owner

Thanks, I have applied this fix.

Tim

TurboPT referenced this issue in TurboPT/webERP-svn Apr 4, 2018
Changes from Ap Muthu as per issues #28 and #29
timschofield pushed a commit that referenced this issue Apr 8, 2018
Changes from Ap Muthu as per issues #28 and #29
timschofield pushed a commit that referenced this issue Apr 21, 2018
Adds new script from Paul Becker and more (see comment)
Repository owner locked and limited conversation to collaborators Sep 29, 2024
@timschofield timschofield converted this issue into discussion #170 Sep 29, 2024

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants