telephone / LookingGlass

A user-friendly PHP Looking Glass
MIT License
1.25k stars 345 forks source link

Configuration variable/s missing. #27

Closed MLWALK3R closed 9 years ago

MLWALK3R commented 9 years ago

Just pulled the latest version and reinstalled it, Keep getting "Configuration variable/s missing. Please run configure.sh" I've done the configure.sh setup.

telephone commented 9 years ago

v1.3.0 adds a new variable $siteUrl to LookingGlass/Config.php. If you haven't run bash configure.sh after your update, then there's your problem.

^ I just tested again by installing v1.2.0 (running configure), and then updating to v1.3.0 (re-running configure). Everything works how it should.

MLWALK3R commented 9 years ago

Weird I haven't touched it since I opened this issue and it seems to be working http://lg.walk3r.com/

telephone commented 9 years ago

A note for the future:

This was likely caused by OPcache serving a cached version of Config.php. When the timer was up, or the file was revalidated it was updated accordingly.