Error during update to version 2.4.9 (General)

by Ecker, Tuesday, April 17, 2018, 15:40 (2199 days ago)

Hello

I tried to install 2.4.9 and came up with a error at functions.inc line 1549 $tags_array = [];

Avatar

Error during update to version 2.4.9

by Micha ⌂, Tuesday, April 17, 2018, 18:44 (2199 days ago) @ Ecker

Hi Ecker,

I tried to install 2.4.9 and came up with a error at functions.inc line 1549 $tags_array = [];

The line number is 1594, isn't it? This line initialized an array. The code is valid, i.e. as of PHP 5.4 you can also use the short array syntax, which replaces array() with []. Can you provide the full error message?

/Micha

--
applied-geodesy.org - OpenSource Least-Squares Adjustment Software for Geodetic Sciences

Error during update to version 2.4.9

by Ecker, Tuesday, April 17, 2018, 23:57 (2199 days ago) @ Micha

My error, below is the server kickback

Parse error: syntax error, unexpected '[' in /home1/base/website.com/folder_2.4.9/includes/functions.inc.php on line 1593

Avatar

Error during update to version 2.4.9

by Auge ⌂, Wednesday, April 18, 2018, 07:08 (2199 days ago) @ Ecker

Hello

My error, below is the server kickback

Parse error: syntax error, unexpected '[' in /home1/base/website.com/folder_2.4.9/includes/functions.inc.php on line 1593

Which PHP version runs on the server? I bet it's a version below 5.4.

Tschö, Auge

--
Trenne niemals Müll, denn er hat nur eine Silbe!

Error during update to version 2.4.9

by Ecker--Updated, Thursday, April 19, 2018, 02:38 (2198 days ago) @ Auge
edited by Ecker--Updated, Thursday, April 19, 2018, 02:55

The server is running PHP Version 5.4.45 MySQL Version 5.5.51-38.2
I thought the PHP or SQL version could be the issue.
I just checked again the server is running up to 7.???? but I'm running 5.2
I will change the php to 5.5, all should be OK after that.

Error during update to version 2.4.9

by Ecker, Thursday, April 19, 2018, 03:11 (2198 days ago) @ Ecker--Updated

I upped the PHP to 5.4 and 2.4.8 installed with no issues, Thank you for the help.
One question, I installed 2.4.9 but the forum in advance has 2.4.8

Avatar

Error during update to version 2.4.9

by Auge ⌂, Thursday, April 19, 2018, 07:42 (2198 days ago) @ Ecker

Hello

I upped the PHP to 5.4 and 2.4.8 installed with no issues, Thank you for the help.

Fine. :-)

One question, I installed 2.4.9 but the forum in advance has 2.4.8

Err, where do you read from version 2.4.8? Is it the field in the last row in the advanced-settings-page? Is it the HTML-source of a page header (right click in the page=>context menu=>show source code)?

 
<meta name="generator" content="my little forum 2.4.9" />
 

Or it it in the admin panel, where two issues with the upgrade message came up?

That's how it should look:

[image]

That's how it looks in this installation:

[image]

Is it this what you see?

Tschö, Auge

--
Trenne niemals Müll, denn er hat nur eine Silbe!

Error during update to version 2.4.9

by Ecker, Friday, April 20, 2018, 11:12 (2196 days ago) @ Auge

You are correct, I must of extracted the 2.4.8 zip files into the 2.4.9 folder.


Thank you.

RSS Feed of thread