-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrading 6.2.16 -> 6.2.32 error about pictures_dir not found #280
Comments
Hi @ErikDOlson, Please read Upgrading notes. |
Yeah, but shouldn't we have a sane default? |
As I don’t know what occurred, asked for confirm notes at first. |
I think Racke is correct. The upgrade notes say "you MIGHT want to
specify..." on both pictures_path and pictures_url. I did not get an
error for not specifying pictures_url, but I *did* get an error for not
specifying pictures_path. So yes, one has a "sane default", while the
other does not.
…--
Erik D. Olson
[email protected]
|
@ErikDOlson, could you show us:
|
sympa.conf enclosed includes the pictures_path line that I added to make it work. |
I see you have used default value for If possible, could you try followng operation and check if error will disappear?
|
Perhaps this patch may fix problem. It is the least subset of PR#284 above. |
Related fix was merged. This issue is closed. |
[root@pulcher bin]# ./sympa.pl --upgrade
notice main:: Sympa 6.2.32 Started
Use of uninitialized value $pictures_dir in -d at /home/sympa/bin/Conf.pm line 857.
Use of uninitialized value $pictures_dir in mkdir at /home/sympa/bin/Conf.pm line 858.
err main::#277 > Conf::checkfiles#859 Unable to create directory
Missing files.
Racke says: "The default should work as well, please file a bug at Github. At least --upgrade should tell you that the setting is missing."
The text was updated successfully, but these errors were encountered: