Answer the question
In order to leave comments, you need to log in
Where does such an error come from?
Transferred the site from hosting to VPS, now pages are no longer created in MODX. In the logs of MODX, this is the log:
Error 42000 executing statement:
INSERT INTO `modx_site_content` (`type`, `contentType`, `pagetitle`, `longtitle`, `description`, `alias`, `link_attributes`, `published`, `pub_date`, `unpub_date`, `parent`, `isfolder`, `introtext`, `content`, `richtext`, `template`, `menuindex`, `searchable`, `cacheable`, `createdby`, `createdon`, `editedby`, `editedon`, `deleted`, `deletedon`, `deletedby`, `publishedon`, `publishedby`, `menutitle`, `donthit`, `privateweb`, `privatemgr`, `content_dispo`, `hidemenu`, `class_key`, `context_key`, `content_type`, `uri`, `uri_override`, `hide_children_in_tree`, `show_in_tree`) VALUES ('document', 'text/html', '123', '', '', '123', '', 1, 0, 0, 0, 0, '', '', 1, 1, 43, 1, 1, 1, 1458199590, 0, 0, 0, 0, 0, 1458199590, 1, '', 0, 0, 0, 0, 1, 'modDocument', 'web', 1, '123.html', 0, 0, 1)
Array
(
[0] => 42000
[1] => 1305
[2] => FUNCTION golden_usr._fs_transliterate does not exist
)
Answer the question
In order to leave comments, you need to log in
FUNCTION golden_usr._fs_transliterate does not exist
A trigger fires in the table, which should call the _fs_transliterate transliteration function, but for some reason it is not in the database. Because they didn't take it well.
Make a new dump, do not forget to enter the stored procedures there. And of course, check the rights to create and call these very procedures
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question