Error right after installation

Questions related to the configuration of Wordpress, themes, and security related questions/issues
Rate this topic: Evaluations: 1, 6.00 on the average.Evaluations: 1, 6.00 on the average.Evaluations: 1, 6.00 on the average.Evaluations: 1, 6.00 on the average.Evaluations: 1, 6.00 on the average.Evaluations: 1, 6.00 on the average.6.00 out of 6 based on 1 vote(s)
GK User
Mon Jul 28, 2014 10:38 pm
Hello guys,
i've got a problem after the installation, when i'm activating the Wordpress template (Music State) it's blocking everything and it gives me this error:

Parse error: syntax error, unexpected 'array' (T_ARRAY), expecting ')' in /home/content/p3nexnas05_data01/79/2173379/html/wp-content/themes/MusicState/gavern/helpers/helpers.features.php on line 66

Could you please tell me what's going on? :?

Thanks in advance.
Karim
User avatar
Fresh Boarder

GK User
Tue Jul 29, 2014 2:36 am
Just had the same thing happen to me. I opened up the file helpers.features PHP file
(ftp.yourdomain.com/wp-content/themes/Musicstate/gavern/helpers/helpers.features.php)
and edited lines 63 & 76 with the trailing commas and it seems to be working for me.

Lines 63 to 76 should look like this if you want to try:
Code: Select all
),
 
         // Plugins from the WordPress Plugin Repository.
         array(
             'name'      => 'BuddyPress',
             'slug'      => 'buddypress',
             'required'  => false
         ),

         array(
             'name'      => 'rtMedia for WordPress, BuddyPress and bbPress',
             'slug'      => 'buddypress-media',
             'required'  => false
         ),


I'm not a coder mind you, just tinkered and it's working.

Best of luck.
User avatar
Fresh Boarder

GK User
Tue Jul 29, 2014 4:00 pm
cheers my friend :)


mickradford wrote:Just had the same thing happen to me. I opened up the file helpers.features PHP file
(ftp.yourdomain.com/wp-content/themes/Musicstate/gavern/helpers/helpers.features.php)
and edited lines 63 & 76 with the trailing commas and it seems to be working for me.

Lines 63 to 76 should look like this if you want to try:
Code: Select all
),
 
         // Plugins from the WordPress Plugin Repository.
         array(
             'name'      => 'BuddyPress',
             'slug'      => 'buddypress',
             'required'  => false
         ),

         array(
             'name'      => 'rtMedia for WordPress, BuddyPress and bbPress',
             'slug'      => 'buddypress-media',
             'required'  => false
         ),


I'm not a coder mind you, just tinkered and it's working.

Best of luck.
User avatar
Fresh Boarder

GK User
Mon Aug 04, 2014 7:15 am
Thank your for your feedback, we'll add this fix in the nearest update.
User avatar
Moderator


cron