ro
9923f087a6
when sorting tags on a fresh install, a fatal error happens when the tag array is empty because it looks for a var that doesn't exist yet. that's been patched the settings json file was still referencing the old version of the base theme, so it was crashing because it doesn't exist anymore. updating it to the new theme name clears this error
32 lines
639 B
JSON
32 lines
639 B
JSON
{
|
|
"global": {
|
|
"base_url": "http://your.domain",
|
|
"title": "This is a Title",
|
|
"descriptions": "Because it should be easy.",
|
|
"background": "/assets/images/global/default-bg.jpg",
|
|
"private": "true",
|
|
"renderOnSave": "false",
|
|
"theme": "fipamo-default-v2",
|
|
"display_limit": 5,
|
|
"last_backup": null,
|
|
"externalAPI": "false",
|
|
"dynamicRender": "false"
|
|
},
|
|
"library_stats": {
|
|
"current_index": 1
|
|
},
|
|
"email": {
|
|
"active": "none",
|
|
"smtp": {
|
|
"domain": "",
|
|
"email": "",
|
|
"password": ""
|
|
},
|
|
"mailgun": {
|
|
"domain": "",
|
|
"api-key": ""
|
|
}
|
|
},
|
|
"menu": []
|
|
}
|