mirror of
https://github.com/cypht-org/cypht.git
synced 2026-04-25 13:05:53 +03:00
[GH-ISSUE #54] Problem with config generation #50
Labels
No labels
2fa
I18N
PGP
Security
Security
account
advanced_search
advanced_search
announcement
api_login
authentication
awaiting feedback
blocker
bug
bug
bug
calendar
config
contacts
core
core
devops
docker
docs
duplicate
dynamic_login
enhancement
epic
feature
feeds
framework
github
github
gmail_contacts
good first issue
help wanted
history
history
imap
imap_folders
inline_message
installation
keyboard_shortcuts
keyboard_shortcuts
ldap_contacts
mobile
need-ssh-access
new module set
nux
pop3
profiles
pull-request
question
refactor
release
research
saved_searches
smtp
strategic
tags
tests
themes
website
wordpress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cypht#50
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 @mat-m on GitHub (Mar 27, 2016).
Original GitHub issue: https://github.com/cypht-org/cypht/issues/54
Originally assigned to: @jasonmunro on GitHub.
After latest git pull (commit
a9be0969fc), I have the following output :# php scripts/config_gen.phpI don't know if it could be related to my setup or not (site.css is 0 byte)
@jasonmunro commented on GitHub (Mar 27, 2016):
I'm not seeing this here. Do you have a css_compress setting set in your hm3.ini? If so that might be the source of the problem. We shell out to compress css with the command specified in that setting. If you do have it set to something, maybe try disabling it by setting it to false. Another possibility is file permission issues, but since the other files are created that seems less likely.
@mat-m commented on GitHub (Mar 28, 2016):
It was set to
trueand working. Setting them tofalsemakes things work again.Strange. Since I upgraded from Debian jessie to Debian wheezy, something might have changed in-between.
@jasonmunro commented on GitHub (Mar 28, 2016):
Weird that it worked when set to true. We should definitely do some better error checking in the config script. If the output of the compression command does not return anything, we should issue a warning and use the uncompressed content. Should have a patch for that today or tomorrow. Thanks for the follow up!
@jasonmunro commented on GitHub (Mar 29, 2016):
The config generation script has been updated to check the results of the compression command, and use the uncompressed content if it fails.
github.com/jasonmunro/hm3@07ff2131b3