php - Identical Zend Navigation code rendering differently on different environments -


anyone got idea causing issue zend navigation. environments provisioned through chef , same os etc, same apache setups etc. on local ubuntu vm, webapp renders correctly. same code fails render navigation on test vm (on aws). when same, i've checked , double checked (and deployed through phing), including scping no-displaying-correctly-code off test onto box, works correctly.

i'm totally stuck. know low level quirks how zend renders nav? write temp files or (long shot). issue routing 1 imo. menu doesn't think active, yet using same routes.ini file dev environment, fine.

i've tried changing environment settings (development, testing) etc nothing. can't data there no impact on routing.

really appreciate insight..

solution!

ahh haaaa. nav appears have been broken revision of zend. reason not seen locally, because using vagrant manage vm locally. mounted folder , of course, read-ony filesystem, "ln -s -f symlink" correct vendor of zend silently failing in script, working on live on aws - hence using different zend versions , new release breaks nav (!another story) seen on live...! here end-eth lesson self. halt-on-failure in deployment scripts


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -