D 7.56 all other modules and themes up to date.
Database system MySQL, MariaDB, or equivalent
Database system version 5.6.37-82.2-log
Database updates Up to date
PHP 5.3.29
Web server Apache/2

When I tried to upgrade from audiofield-7.x-1.2 to audiofield-7.x-1.3, as I ran update.php, I got a white screen. I removed the folder, and put the audiofield-7.x-1.2 version back, and got the site back up.

The first section of code (below) was from the hosting provider. The notice statement is after I got back into the site from the error logs. The last section is my Drupal settings on the site.

20180123T190251: theochandler.com/index.php PHP Parse error:  syntax error, unexpected '[' in /.../theochandler.com/sites/all/modules/audiofield/audiofield.module on line 542

Notice: Undefined variable: finished in _batch_process() (line 344 of /.../theochandler.com/includes/batch.inc).

jQuery.extend(Drupal.settings, {"basePath":"\/","pathPrefix":"","ajaxPageState":{"theme":"theobootstrap","theme_token":"3xOkeAYJhIoTf-d23LLyRHJcSlawCJY0QtaUT8P_W0g","js":{"sites\/all\/themes\/bootstrap\/js\/bootstrap.js":1,"0":1,"\/\/ajax.googleapis.com\/ajax\/libs\/jquery\/2.1.4\/jquery.min.js":1,"1":1,"2":1,"sites\/all\/modules\/jquery_update\/replace\/jquery-migrate\/1\/jquery-migrate.min.js":1,"misc\/jquery.once.js":1,"misc\/drupal.js":1,"modules\/contextual\/contextual.js":1,"\/\/cdn.jsdelivr.net\/bootstrap\/3.3.5\/js\/bootstrap.min.js":1,"sites\/all\/modules\/admin_menu\/admin_menu.js":1,"sites\/all\/modules\/admin_menu\/admin_menu_toolbar\/admin_menu_toolbar.js":1,"sites\/all\/modules\/jquerymenu\/jquerymenu.js":1,"sites\/all\/modules\/google_analytics\/googleanalytics.js":1,"3":1,"sites\/all\/themes\/theobootstrap\/jquery.smartmenus.js":1,"sites\/all\/themes\/theobootstrap\/addons\/bootstrap\/jquery.smartmenus.bootstrap.js":1},"css":{"modules\/system\/system.base.css":1,"modules\/contextual\/contextual.css":1,"sites\/all\/modules\/adaptive_image\/css\/adaptive-image.css":1,"sites\/all\/modules\/date\/date_api\/date.css":1,"sites\/all\/modules\/date\/date_popup\/themes\/datepicker.1.7.css":1,"modules\/field\/theme\/field.css":1,"modules\/node\/node.css":1,"sites\/all\/modules\/views\/css\/views.css":1,"sites\/all\/modules\/ckeditor\/css\/ckeditor.css":1,"sites\/all\/modules\/admin_menu\/admin_menu.css":1,"sites\/all\/modules\/admin_menu\/admin_menu.uid1.css":1,"sites\/all\/modules\/admin_menu\/admin_menu_toolbar\/admin_menu_toolbar.css":1,"modules\/shortcut\/shortcut.css":1,"sites\/all\/modules\/ctools\/css\/ctools.css":1,"sites\/all\/modules\/jquerymenu\/jquerymenu.css":1,"\/\/cdn.jsdelivr.net\/bootstrap\/3.3.5\/css\/bootstrap.min.css":1,"sites\/all\/themes\/bootstrap\/css\/3.3.5\/overrides.min.css":1,"sites\/all\/themes\/theobootstrap\/css\/style.css":1,"sites\/all\/themes\/theobootstrap\/addons\/bootstrap\/jquery.smartmenus.bootstrap.css":1,"sites\/default\/files\/fontyourface\/font.css":1,"public:\/\/fontyourface\/local_fonts\/perpetua_bold-normal-bold\/stylesheet.css":1,"public:\/\/fontyourface\/local_fonts\/perpetua-normal-normal\/stylesheet.css":1}},"jquerymenu":{"hover":0,"animate":0,"edit_link":1,"click_to_expand":0},"googleanalytics":{"trackOutbound":1,"trackMailto":1,"trackDownload":1,"trackDownloadExtensions":"7z|aac|arc|arj|asf|asx|avi|bin|csv|doc(x|m)?|dot(x|m)?|exe|flv|gif|gz|gzip|hqx|jar|jpe?g|js|mp(2|3|4|e?g)|mov(ie)?|msi|msp|pdf|phps|png|ppt(x|m)?|pot(x|m)?|pps(x|m)?|ppam|sld(x|m)?|thmx|qtm?|ra(m|r)?|sea|sit|tar|tgz|torrent|txt|wav|wma|wmv|wpd|xls(x|m|b)?|xlt(x|m)|xlam|xml|z|zip"},"urlIsAjaxTrusted":{"\/":true},"tableHeaderOffset":"Drupal.admin.height","admin_menu":{"destination":"destination=node\/14","hash":"762d656085125cc008ebcf37709db4e0","basePath":"\/admin_menu","replacements":{".admin-menu-users a":"0 \/ 1"},"margin_top":1,"position_fixed":1,"toolbar":{"activeTrail":"\/"}},"bootstrap":{"anchorsFix":"0","anchorsSmoothScrolling":"0","formHasError":1,"popoverEnabled":1,"popoverOptions":{"animation":1,"html":0,"placement":"right","selector":"","trigger":"click","triggerAutoclose":1,"title":"","content":"","delay":0,"container":"body"},"tooltipEnabled":1,"tooltipOptions":{"animation":1,"html":0,"placement":"auto left","selector":"","trigger":"hover focus","delay":0,"container":"body"}}});

Comments

fchandler created an issue. See original summary.

Daniel.Moberly’s picture

I see - this is a result of older versions of PHP. The array declaration syntax here $details = []; should be $details = array(); to support older versions. Correcting now.

Daniel.Moberly’s picture

Title: audiofield upgrade to 7x 1.3 » Array declaration syntax breaks older versions of PHP

  • Daniel.Moberly committed 37082d7 on 7.x-1.x
    Issue #2939029 by fchandler, Daniel.Moberly: Array declaration syntax...
Daniel.Moberly’s picture

Status: Active » Fixed
fchandler’s picture

That fixed it. Thank you.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.