Monday 02 June 2008 1:24:32 am
Another update: I've tried yet again going all the way back to 3.9.4 to 3.10.0 first. It runs fine on 3.10.0. Going to 3.10.0 I did not run bin/php/updateniceurls.php, as it's recommended that we wait until 4.0.0. However, the 3.10.0 upgrade check for the database has concerns: To synchronize your database with the distribution setup, run the following SQL commands:
ALTER TABLE ezurlalias_ml DROP INDEX ezurlalias_ml_act_org;
ALTER TABLE ezurlalias_ml ADD INDEX ezurlalias_ml_act_org ( action, is_original );
ALTER TABLE ezurlalias_ml DROP INDEX ezurlalias_ml_action;
ALTER TABLE ezurlalias_ml ADD INDEX ezurlalias_ml_action ( action, id, link );
ALTER TABLE ezurlalias_ml DROP INDEX ezurlalias_ml_par_act_id_lnk;
ALTER TABLE ezurlalias_ml ADD INDEX ezurlalias_ml_par_act_id_lnk ( parent, action, id, link );
ALTER TABLE ezurlalias_ml DROP INDEX ezurlalias_ml_par_lnk_txt;
ALTER TABLE ezurlalias_ml ADD INDEX ezurlalias_ml_par_lnk_txt ( parent, link, text );
ALTER TABLE ezurlalias_ml DROP INDEX ezurlalias_ml_par_txt;
ALTER TABLE ezurlalias_ml ADD INDEX ezurlalias_ml_par_txt ( parent, text );
ALTER TABLE ezurlalias_ml DROP INDEX ezurlalias_ml_text;
ALTER TABLE ezurlalias_ml ADD INDEX ezurlalias_ml_text ( text, id, link );
ALTER TABLE ezurlalias_ml DROP INDEX ezurlalias_ml_text_lang;
ALTER TABLE ezurlalias_ml ADD INDEX ezurlalias_ml_text_lang ( text, lang_mask, parent );
I tried leaving this to 4.0.0 to handle. In 4.0.0, first tried omitting updateniceurls.php; but the site runs with the same problem (, but /user/login works fine): Fatal error: eZ Publish did not finish its request The execution of eZ Publish was abruptly ended, the debug output is present below. I then ran updateniceurls.php, but the problem remains. I'll next try running the queries 3.10.0 recommended, but I welcome your suggestions. I'm running in circles.
Granite Horizon, Certified Developer of eZ Publish Web Solutions
Provider of the SaaS Solution Granite Horizon In The Cloud | http://granitehorizon.com/cloud
http://granitehorizon.com | +1 916 647 6350 | California USA | @granitegreg
Blog: http://granitehorizon.com/blog
|