Problem/Motivation

Visit theme settings. Get syntax error
ParseError: syntax error, unexpected token "\" in at_core_form_system_theme_settings_alter() (line 65 of themes/contrib/at_theme/at_core/forms/color/color_submit.php).

In that line the problem is \\Drupal\Core\StringTranslation\ByteSizeMarkup should be \Drupal\Core\StringTranslation\ByteSizeMarkup

Issue fork at_theme-3455535

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

John_B created an issue. See original summary.

john_b’s picture

Issue summary: View changes
abhishek_gupta1’s picture

Assigned: Unassigned » abhishek_gupta1

abhishek_gupta1’s picture

Assigned: abhishek_gupta1 » Unassigned
Status: Active » Needs review

@John_B, fixed the issue and created MR. please review it once.

john_b’s picture

Status: Needs review » Reviewed & tested by the community

Read and tested. Thanks.

deathsheep’s picture

The latest version is still giving the Parse Error for me, only now, instead of being the fault of the "\\Drupal", I'm seeing an "unexpected T_Double_Arrow" error at line 65. Never mind, updated the wrong bloody version of the file...it works now.