Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

After successful, bare install of 3.0.0, clicking on Preferences -> Trying to access array offset on value of type null error #2912

Open
bzerangue opened this issue Apr 15, 2020 · 0 comments

Comments

@bzerangue
Copy link

bzerangue commented Apr 15, 2020

FIRST, I updated the files per your fixes here. #2911

AND Symphony 3.0.0 installed successfully on PHP 7.4.4 / MySQL 5.7.29 / Ubuntu 18.04.

THEN, after logging in when I clicked on Preferences, I receive this ERROR...

Screen Shot 2020-04-15 at 4 10 12 PM

Symphony Notice: Trying to access array offset on value of type null
An error occurred in /app/symphony/lib/toolkit/email-gateways/email.sendmail.php around line 145

140      *  All configuration entries stored in a single array. The array should have the format of the $_POST array created by the preferences HTML.
141      * @return void
142      */
143     public function setConfiguration($config)
144     {
145         $this->setFrom($config['from_address'], $config['from_name']);
146     }
147 
148     /**
149      * Builds the preferences pane, shown in the symphony backend.

Affected Symphony version(s) : 3.0.0
PHP version(s) : 7.4.4
MySQL version(s): 5.7.29
OS(es) : Ubuntu 18.04

Please follow the guideline for security bug disclosure https://github.com/symphonycms/symphonycms/wiki/Security-Bug-Disclosure

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant