mirror of
https://github.com/telephone/LookingGlass.git
synced 2026-04-25 07:56:01 +03:00
[GH-ISSUE #27] Configuration variable/s missing. #20
Labels
No labels
enhancement
enhancement
enhancement
pull-request
v1
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/LookingGlass#20
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @MLWALK3R on GitHub (Jan 26, 2015).
Original GitHub issue: https://github.com/telephone/LookingGlass/issues/27
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 on GitHub (Jan 26, 2015):
v1.3.0 adds a new variable
$siteUrltoLookingGlass/Config.php. If you haven't runbash configure.shafter 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 on GitHub (Jan 26, 2015):
Weird I haven't touched it since I opened this issue and it seems to be working http://lg.walk3r.com/
@telephone commented on GitHub (Jan 27, 2015):
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.