Forum
update error
Hi Drew, I updated to Perch 2.8.5 but the pages is not letting me update and hit save changes the page then comes up blank in backend and frontend (content deleted). Can you check this out?
Perch: 2.8.5, PHP: 5.3.3, MySQL: 5.0.95
SELECT u.*, r.* FROM perch2_users u, perch2_user_roles r WHERE u.roleID=r.roleID AND u.userEnabled=1 AND u.userID=1 AND u.userHash='675176833a5cf85d2489c1b942141979' LIMIT 1
UPDATE perch2_users SET userHash='9a5a31386f1f08292dcda037a7bfb950' WHERE userID=1
SELECT p.privKey FROM perch2_user_privileges p
SELECT * FROM (SELECT DISTINCT settingID, settingValue FROM perch2_settings WHERE userID=1 OR userID=0 ORDER BY userID DESC) AS settings GROUP BY settingID
SELECT * FROM perch2_content_regions WHERE regionID=11 LIMIT 1
SELECT * FROM perch2_pages WHERE pageID='8' LIMIT 1
SELECT * FROM perch2_content_items WHERE regionID=11 AND itemRev=101 ORDER BY itemOrder ASC
SELECT * FROM perch2_content_items WHERE regionID=11 AND itemRev=101 ORDER BY itemOrder ASC
Using template: /templates/content/page_normal.html
Form not posted or did not validate
Setting alert: You are editing a draft. Preview (draft)
Queries: 9
Memory: 6.609
Thanks
Is there anything in your server error log?
Can you show me your template?
Hi Drew, I downgrade to 2.8.2 and all good again.
Thanks Alex
Ok. Is the plan to never update ever again? In not, it's worth the effort to troubleshoot what's wrong with your site.
yes:
I think you should remove both instances of
markdown="true"
- you're using CKEditor which outputs HTML not Markdown.sorry for that, but my client needs a urgent solution. We needed more time for a fix it, right?.
Thanks alex
That’s perfect - thanks so much Drew!, the problem was instances of markdown="true".
Alex