pointybeard / symphonycms

Fork of the official Symphony CMS 2.7.x release which includes various quality of life improvements, fixes, and feature additions.
Other
6 stars 0 forks source link

Installer Fatal Error: ArgumentCountError 0 #10

Open jurajkapsz opened 3 years ago

jurajkapsz commented 3 years ago

Master branch installation failed on following error:

Fatal Error: ArgumentCountError 0 - Too few arguments to function MySQL::setCharacterEncoding(), 0 passed in /install/lib/class.installer.php on line 484 and exactly 1 expected on line 451 of /symphony/lib/toolkit/class.mysql.php

class.installer.php function calls do not supply any encodings as the default encoding values were removed from class.mysql.php as compared to the official class.mysql.php version.

Steps to Reproduce the Problem

  1. Following master branch installation instructions

Your Environment

pointybeard commented 3 years ago

My fork is highly experimental and the install feature of Symphony CMS hasn't been tested or updated to reflect my changes. I would recommend installing using the official 2.7.x release from the offical repo (https://github.com/symphonycms/symphonycms/tree/2.7.x) then switch over to using my tweaked codebase.