My-Little-Forum / mylittleforum

A simple PHP and MySQL based internet forum that displays the messages in classical threaded view (tree structure)
GNU General Public License v3.0
121 stars 47 forks source link

Update index.php #597

Closed prbt2016 closed 2 years ago

prbt2016 commented 2 years ago

Hello @auge8472,

I was in the process of manual installation of My little forum 20220508.1 on Centos 7 with PHP 7.0, MYSQL 5.5, Apache 2.2 However while starting the installation I get this error.

Parse error: syntax error, unexpected 'die' (T_EXIT) in {{/PATH}}/{{TO}}/{{MLF}}/install/index.php on line 45.

There is a round brace which isn't closed properly on line 45 i.e :

if (empty($newVersion) die('Error in line '.__LINE__.': No value for the script version in the file config/VERSION.');

instead of this :

if (empty($newVersion)) die('Error in line '.__LINE__.': No value for the script version in the file config/VERSION.');

The following PR fixes the issue. Please accept the PR.

auge8472 commented 2 years ago

Oh, I thought I solved this. Thank you for spotting the issue.

prbt2016 commented 2 years ago

Thanks @auge8472 !!

auge8472 commented 2 years ago

I will generate a new release later today.

prbt2016 commented 2 years ago

Hello @auge8472 ,

Thank you for the release . Shall check with 20220509.1.