Forum

Thread tagged as: Error, Events

Events Fails to Save

Hi Everyone, I get this error in the events panel. Cannot save an event.

Debug Message
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='936c297f0d9b48b1159dd85695a17498' LIMIT 1
UPDATE perch2_users SET userHash='24ee1523cfda5457c381f6c08cea09fc' 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_events_categories ORDER BY categoryTitle ASC
SELECT SQL_CALC_FOUND_ROWS DISTINCT * FROM perch2_events WHERE eventDateTime>='2015-02-05 00:00:00' ORDER BY eventDateTime LIMIT 0, 10
SELECT FOUND_ROWS() AS `count`
Attempting app installation: perch_events
SHOW TABLES LIKE "perch2_events"
Queries: 9

Running the latest of everything excluding PHP 5.6. Currently 5.5 The local version of the site runs fine in MAMP with 5.6

tips?

ian hobbs

ian hobbs 1 points

  • 6 years ago
Drew McLellan

Drew McLellan 2638 points
Perch Support

What does the debug say when you get that error?