- Posts: 12
- Home
- Forum
- Community Forum
- Report bugs
- fatal error when installing Solidres version 4.0.0 Alpha
Parse error on installing experience.
- webmake
- Topic Author
- Offline
Less
More
8 years 3 months ago #8551
by webmake
Parse error on installing experience. was created by webmake
When installing experience I got blank screen with error. as below
I will usually just revert to my backup but I had just spent the whole day upgrading because I had other errors a(and wanted to make sure I was updated before coming to the forum). If you have quick fix for this let me know pleas I will appreciate it allot.
Losing money by the minute so if no response within 1 hour I will simply revert.
Thnks
Parse error: syntax error, unexpected '[' in F:\Domains\JYSMAL01\hondeklip.co.za\wwwroot\plugins\solidres\experience\administrator\components\com_solidres\helpers\experience.php on line 115
I will usually just revert to my backup but I had just spent the whole day upgrading because I had other errors a(and wanted to make sure I was updated before coming to the forum). If you have quick fix for this let me know pleas I will appreciate it allot.
Losing money by the minute so if no response within 1 hour I will simply revert.
Thnks
Parse error: syntax error, unexpected '[' in F:\Domains\JYSMAL01\hondeklip.co.za\wwwroot\plugins\solidres\experience\administrator\components\com_solidres\helpers\experience.php on line 115
Please Log in or Create an account to join the conversation.
- solidres
-
- Offline
Less
More
- Posts: 2952
8 years 3 months ago #8552
by solidres
FAQ: www.solidres.com/support/frequently-asked-questions
Support Policy: www.solidres.com/support-policy
Replied by solidres on topic Parse error on installing experience.
Hi,
Your server is using an out of date PHP version (5.3). Please note that PHP 5.3 is end of life and it is no longer maintained.
The best solution is to upgrade your PHP to latest version (5.6 or 7), in the mean time you can edit that file (line 115) and change this code
static $payments = [];
to
static $payments = array();
It should work fine for you. If you need further assistance, please raise a new support ticket.
Regards,
Your server is using an out of date PHP version (5.3). Please note that PHP 5.3 is end of life and it is no longer maintained.
The best solution is to upgrade your PHP to latest version (5.6 or 7), in the mean time you can edit that file (line 115) and change this code
static $payments = [];
to
static $payments = array();
It should work fine for you. If you need further assistance, please raise a new support ticket.
Regards,
FAQ: www.solidres.com/support/frequently-asked-questions
Support Policy: www.solidres.com/support-policy
The following user(s) said Thank You: webmake
Please Log in or Create an account to join the conversation.
Moderators: solidres