You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which returns me an error: Fatal error: Uncaught exception 'phpMorphy_Exception' with message 'Invalid storage type PHPMORPHY_STORAGE_FILE specified' in vendor/makhov/phpmorphy/src/phpMorphy/Storage/Factory.php on line 61
How can I fix this?
P.S. If I use 'file' instead of PHPMORPHY_STORAGE_FILE code works fine!
The text was updated successfully, but these errors were encountered:
@yekver , PHPMORPHY_STORAGE_FILE and phpMorphy defined in the same file. PHPMORPHY_STORAGE_FILE is called before phpMorphy. So, if you use autoloader, your should call phpMorphy first for loading PHPMORPHY_STORAGE_FILE.
I've got this code:
Which returns me an error:
Fatal error: Uncaught exception 'phpMorphy_Exception' with message 'Invalid storage type PHPMORPHY_STORAGE_FILE specified' in vendor/makhov/phpmorphy/src/phpMorphy/Storage/Factory.php on line 61
How can I fix this?
P.S. If I use
'file'
instead ofPHPMORPHY_STORAGE_FILE
code works fine!The text was updated successfully, but these errors were encountered: