A
A
Andrey Salnikov2016-03-17 10:34:03
PHP
Andrey Salnikov, 2016-03-17 10:34:03

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
)

Why did this happen? Could this be a server error?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
M
Maxim Timofeev, 2016-03-17
@webinar

FUNCTION golden_usr._fs_transliterate does not exist

Some script calls a non-existent function.

I
Igor, 2016-03-17
@unitby

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 question

Ask a Question

731 491 924 answers to any question