issue_owner_repo listlengths 2 2 | issue_body stringlengths 0 261k ⌀ | issue_title stringlengths 1 925 | issue_comments_url stringlengths 56 81 | issue_comments_count int64 0 2.5k | issue_created_at stringlengths 20 20 | issue_updated_at stringlengths 20 20 | issue_html_url stringlengths 37 62 | issue_github_id int64 387k 2.46B | issue_number int64 1 127k |
|---|---|---|---|---|---|---|---|---|---|
[
"hwchase17",
"langchain"
] | Currently is as below, which is way too ugly
```
335 Create a new model by parsing and validating input data from keyword arguments.
336
337 Raises ValidationError if the input data cannot be parsed to form a valid model.
338 """
339 # Uses something other than `self` the first arg to allow... | improve error messages for missing keys in pydantic classes | https://api.github.com/repos/langchain-ai/langchain/issues/109/comments | 3 | 2022-11-10T05:03:46Z | 2023-10-12T16:11:25Z | https://github.com/langchain-ai/langchain/issues/109 | 1,443,260,377 | 109 |
[
"hwchase17",
"langchain"
] | per https://github.com/hwchase17/langchain/issues/104 needed to start skipping unit tests due to a segfault - look into this more and figure out what fixes are needed https://github.com/hwchase17/langchain/blob/95dd2f140e19d29bdb62d4dae2048e3edf0ee147/tests/integration_tests/embeddings/test_huggingface.py#L7 | fix sentence_transformers segfault in integration tests | https://api.github.com/repos/langchain-ai/langchain/issues/108/comments | 1 | 2022-11-09T21:29:43Z | 2023-09-12T21:29:58Z | https://github.com/langchain-ai/langchain/issues/108 | 1,442,768,284 | 108 |
[
"hwchase17",
"langchain"
] | ```
pytest tests/integration_tests
============================= test session starts ==============================
platform darwin -- Python 3.9.12, pytest-7.1.1, pluggy-1.0.0
rootdir: /Users/delip/workspace/langchain
plugins: anyio-3.5.0, dotenv-0.5.2
collected 14 items / 1 error
============================... | make integration_tests fails currently | https://api.github.com/repos/langchain-ai/langchain/issues/104/comments | 3 | 2022-11-09T19:42:36Z | 2022-11-09T21:28:18Z | https://github.com/langchain-ai/langchain/issues/104 | 1,442,648,768 | 104 |
[
"hwchase17",
"langchain"
] | I get this error when I run `pip install -r requirements.txt`
```
ERROR: Could not find a version that satisfies the requirement faiss (from versions: none)
ERROR: No matching distribution found for faiss
```
As per [this issue](https://github.com/facebookresearch/faiss/issues/984), requirements.txt should be ... | pip install requirements.txt fails on conda on mac | https://api.github.com/repos/langchain-ai/langchain/issues/101/comments | 1 | 2022-11-09T18:17:26Z | 2022-11-09T23:47:48Z | https://github.com/langchain-ai/langchain/issues/101 | 1,442,545,258 | 101 |
[
"hwchase17",
"langchain"
] | add llm extra dependencies
add all extra dependencies | improve pip install | https://api.github.com/repos/langchain-ai/langchain/issues/96/comments | 0 | 2022-11-09T05:21:12Z | 2022-11-14T16:34:36Z | https://github.com/langchain-ai/langchain/issues/96 | 1,441,400,288 | 96 |
[
"hwchase17",
"langchain"
] | to make sure they are up to date | add tests for notebooks | https://api.github.com/repos/langchain-ai/langchain/issues/94/comments | 7 | 2022-11-09T02:20:03Z | 2023-09-10T16:47:31Z | https://github.com/langchain-ai/langchain/issues/94 | 1,441,238,396 | 94 |
[
"hwchase17",
"langchain"
] | First, when I load them I get a warning:
```python
hf = HuggingFaceHub(repo_id="google/flan-t5-xl")
You're using a different task than the one specified in the repository. Be sure to know what you're doing :)
```
Then, when I use it in inference, I get gibberish.
```python
hf("The capital of New York is")
... | google/flan-t5-xxl and google/flan-t5-xl don't seem to work with HuggingFaceHub | https://api.github.com/repos/langchain-ai/langchain/issues/90/comments | 2 | 2022-11-08T21:15:39Z | 2022-11-09T17:39:24Z | https://github.com/langchain-ai/langchain/issues/90 | 1,440,914,516 | 90 |
[
"hwchase17",
"langchain"
] | null | get data from a particular url | https://api.github.com/repos/langchain-ai/langchain/issues/89/comments | 0 | 2022-11-08T19:20:04Z | 2022-12-11T22:25:02Z | https://github.com/langchain-ai/langchain/issues/89 | 1,440,772,447 | 89 |
[
"hwchase17",
"langchain"
] | https://github.com/hwchase17/langchain/blob/master/langchain/text_splitter.py | Add NLTK support for splitting text | https://api.github.com/repos/langchain-ai/langchain/issues/88/comments | 0 | 2022-11-08T14:14:54Z | 2022-11-10T04:46:57Z | https://github.com/langchain-ai/langchain/issues/88 | 1,440,287,738 | 88 |
[
"hwchase17",
"langchain"
] | null | Add support for pinecone vector DB | https://api.github.com/repos/langchain-ai/langchain/issues/87/comments | 4 | 2022-11-08T14:13:06Z | 2023-09-10T16:47:36Z | https://github.com/langchain-ai/langchain/issues/87 | 1,440,284,398 | 87 |
[
"hwchase17",
"langchain"
] | null | Add HuggingFace Hub embeddings support | https://api.github.com/repos/langchain-ai/langchain/issues/86/comments | 2 | 2022-11-08T14:11:12Z | 2022-11-27T08:25:01Z | https://github.com/langchain-ai/langchain/issues/86 | 1,440,280,293 | 86 |
[
"hwchase17",
"langchain"
] | null | Add AI21 Embeddings support | https://api.github.com/repos/langchain-ai/langchain/issues/85/comments | 8 | 2022-11-08T14:10:45Z | 2023-09-27T13:45:46Z | https://github.com/langchain-ai/langchain/issues/85 | 1,440,279,263 | 85 |
[
"hwchase17",
"langchain"
] | null | Add AI21 text generation support | https://api.github.com/repos/langchain-ai/langchain/issues/84/comments | 0 | 2022-11-08T14:10:33Z | 2022-11-10T16:12:30Z | https://github.com/langchain-ai/langchain/issues/84 | 1,440,278,806 | 84 |
[
"hwchase17",
"langchain"
] | null | Add Cohere Embeddings support | https://api.github.com/repos/langchain-ai/langchain/issues/83/comments | 1 | 2022-11-08T14:10:14Z | 2022-11-10T04:46:27Z | https://github.com/langchain-ai/langchain/issues/83 | 1,440,278,031 | 83 |
[
"hwchase17",
"langchain"
] | It's just a bit annoying, I want to use this library in production and I currently store credentials not in the environment.
I think the ideal API is like all the AWS SDKs where you can either stick them in the environment OR pass them as params to the llm constructor.
I can do a PR for this if you're accepting P... | Should be able to pass API keys as params rather than requiring them to be in the environment | https://api.github.com/repos/langchain-ai/langchain/issues/76/comments | 3 | 2022-11-07T09:48:42Z | 2022-11-07T21:35:03Z | https://github.com/langchain-ai/langchain/issues/76 | 1,438,065,793 | 76 |
[
"hwchase17",
"langchain"
] | I have just updated to version 0.0.7
1- When running a simple question like: "What is the capital of Idaho?" , the result is OK
2- When running a question like: "What is the hometown of the reigning men's U.S. Open champion?"
I got the following error:
What is the hometown of the reigning men's U.S. Open cham... | SelfAskWithSearchChain error when followup required | https://api.github.com/repos/langchain-ai/langchain/issues/58/comments | 7 | 2022-11-03T13:35:03Z | 2022-11-07T13:52:16Z | https://github.com/langchain-ai/langchain/issues/58 | 1,434,674,823 | 58 |
[
"hwchase17",
"langchain"
] | https://github.com/deepset-ai/haystack | add support for haystack | https://api.github.com/repos/langchain-ai/langchain/issues/55/comments | 21 | 2022-11-02T04:58:18Z | 2023-11-04T16:07:26Z | https://github.com/langchain-ai/langchain/issues/55 | 1,432,498,748 | 55 |
[
"hwchase17",
"langchain"
] | elasticsearch, pinecone | add support for more vector databases | https://api.github.com/repos/langchain-ai/langchain/issues/54/comments | 3 | 2022-11-02T04:57:58Z | 2022-11-08T14:12:46Z | https://github.com/langchain-ai/langchain/issues/54 | 1,432,498,499 | 54 |
[
"hwchase17",
"langchain"
] | cohere, huggingface, ai21 | Add support for more embedding models | https://api.github.com/repos/langchain-ai/langchain/issues/53/comments | 10 | 2022-11-02T04:57:41Z | 2022-11-08T14:09:57Z | https://github.com/langchain-ai/langchain/issues/53 | 1,432,498,294 | 53 |
[
"hwchase17",
"langchain"
] | maybe not the ones that require $$ | Run integration tests on GHA | https://api.github.com/repos/langchain-ai/langchain/issues/52/comments | 1 | 2022-11-02T04:20:00Z | 2023-09-12T21:29:57Z | https://github.com/langchain-ai/langchain/issues/52 | 1,432,464,453 | 52 |
[
"hwchase17",
"langchain"
] | Would be good to have some methods that split on tokens as in the OpenAI example
https://github.com/openai/openai-cookbook/blob/459afa7d9bf026c4434f54458dc7d9e7d9f9f5fe/examples/Obtain_dataset.ipynb | Add huggingface tokenizer support for splitting text | https://api.github.com/repos/langchain-ai/langchain/issues/45/comments | 1 | 2022-11-01T03:54:31Z | 2022-11-13T17:37:45Z | https://github.com/langchain-ai/langchain/issues/45 | 1,430,824,058 | 45 |
[
"hwchase17",
"langchain"
] | null | Add vector database semantic search chain | https://api.github.com/repos/langchain-ai/langchain/issues/40/comments | 2 | 2022-10-28T06:52:33Z | 2022-11-12T15:24:50Z | https://github.com/langchain-ai/langchain/issues/40 | 1,426,777,906 | 40 |
[
"hwchase17",
"langchain"
] | null | add vector database (FAISS) integration | https://api.github.com/repos/langchain-ai/langchain/issues/39/comments | 0 | 2022-10-28T06:52:15Z | 2022-11-04T18:18:10Z | https://github.com/langchain-ai/langchain/issues/39 | 1,426,777,633 | 39 |
[
"hwchase17",
"langchain"
] | right now, some chains print out intermediate steps, some dont. lets standardize it so that they all have the same flag which turns it on/off, and things are printed out in a standard way. Ideally colorized | more consistent printing of intermediate steps | https://api.github.com/repos/langchain-ai/langchain/issues/38/comments | 0 | 2022-10-28T06:51:51Z | 2022-11-04T18:18:01Z | https://github.com/langchain-ai/langchain/issues/38 | 1,426,777,279 | 38 |
[
"hwchase17",
"langchain"
] | null | create github action to auto publish new pypi package when version changes | https://api.github.com/repos/langchain-ai/langchain/issues/26/comments | 3 | 2022-10-26T04:46:07Z | 2023-08-24T16:22:21Z | https://github.com/langchain-ai/langchain/issues/26 | 1,423,431,400 | 26 |
[
"Piwigo",
"Piwigo"
] | Directory `_data/cache` contains many `*.cache` files, generated by the `persistent_cache` system. It is not often purged. Considering it is often related to user cache, we should purge it each time we `invalidate_user_cache` | limit increase of _data/cache directory | https://api.github.com/repos/Piwigo/Piwigo/issues/2203/comments | 0 | 2024-08-07T20:14:09Z | 2024-08-07T20:15:26Z | https://github.com/Piwigo/Piwigo/issues/2203 | 2,454,264,856 | 2,203 |
[
"Piwigo",
"Piwigo"
] | Let's take an example. You're in the gallery search, with filters `{added_by=plegall, filetypes=jpg, date_posted:y2023}`. With version 14, the list of values for filter `added_by` will be only "plegall", because the list of `added_by` values is based on the current list of search results. Of course it will only find ph... | [search] smarter dynamic filters | https://api.github.com/repos/Piwigo/Piwigo/issues/2202/comments | 0 | 2024-08-06T14:31:29Z | 2024-08-06T15:05:11Z | https://github.com/Piwigo/Piwigo/issues/2202 | 2,451,042,419 | 2,202 |
[
"Piwigo",
"Piwigo"
] | for status, privacy level and group advanced filters

| [users] display the number of occurrences for each item | https://api.github.com/repos/Piwigo/Piwigo/issues/2201/comments | 0 | 2024-08-05T15:26:20Z | 2024-08-05T15:50:15Z | https://github.com/Piwigo/Piwigo/issues/2201 | 2,448,837,436 | 2,201 |
[
"Piwigo",
"Piwigo"
] | Yesterday, August 3, when I logged into my own photo album site using Piwigo version 14.4, the site redirected to other pornographic urls.
I checked the site later and found that malicious people had written malicious HTML code to some fields in my piwigo database.
However, I am not a professional in this field, I do... | I used piwigo14.4 to create a website site that was attacked,SQL database is injected with malicious HTML code | https://api.github.com/repos/Piwigo/Piwigo/issues/2200/comments | 1 | 2024-08-03T16:27:30Z | 2024-08-08T15:09:00Z | https://github.com/Piwigo/Piwigo/issues/2200 | 2,446,449,996 | 2,200 |
[
"Piwigo",
"Piwigo"
] | Hello,
It would be extremely practical to be able to add a tag to an album and have this tag automatically applied to all the sub-albums and photos contained in it. | Feature request : Add a tag to an album | https://api.github.com/repos/Piwigo/Piwigo/issues/2199/comments | 0 | 2024-08-03T15:30:03Z | 2024-08-03T15:30:03Z | https://github.com/Piwigo/Piwigo/issues/2199 | 2,446,410,736 | 2,199 |
[
"Piwigo",
"Piwigo"
] | This is properly impossible, in theory. The bounds must be wrong at some point.
<img width="1067" alt="Screenshot 2024-08-02 at 17 45 29" src="https://github.com/user-attachments/assets/ee518b7b-5deb-4999-bbd3-41dbeab14739">
| [15.0.0beta2][search] filter by filesize might lead to empty results | https://api.github.com/repos/Piwigo/Piwigo/issues/2198/comments | 0 | 2024-08-02T15:46:15Z | 2024-08-02T15:47:52Z | https://github.com/Piwigo/Piwigo/issues/2198 | 2,445,265,729 | 2,198 |
[
"Piwigo",
"Piwigo"
] | Me and @inesmarcal discover a new vulnerability never before reported in "HOST/admin.php?page=user_list" link, where based on filters should be possible to see the users list, but some of the parameters from these filters are SQL injectable:
, Piwigo should not list the filter by ratings in the gallery search. | [search] filter by rating should be hidden when feature is disabled | https://api.github.com/repos/Piwigo/Piwigo/issues/2195/comments | 3 | 2024-07-31T15:20:01Z | 2024-08-01T10:31:12Z | https://github.com/Piwigo/Piwigo/issues/2195 | 2,440,319,502 | 2,195 |
[
"Piwigo",
"Piwigo"
] | Following #2166 we would need to know:
* how files are added, ie sync or API or both. We have no idea how important the "add by sync" still is in 2024. I would say "less than 5% of Piwigo installs use it" but I might be very wrong.
* which kind of files are hosted. Is Piwigo used 98% for JPEG files? Are MP4 videos ... | anonymous statistics to piwigo.org, details on files | https://api.github.com/repos/Piwigo/Piwigo/issues/2194/comments | 0 | 2024-07-29T21:35:26Z | 2024-07-29T21:41:46Z | https://github.com/Piwigo/Piwigo/issues/2194 | 2,436,422,356 | 2,194 |
[
"Piwigo",
"Piwigo"
] | These are the planned new widgets
- Rating
- File size
- Ratio
- height
- width | [search] Add new search filter widgets | https://api.github.com/repos/Piwigo/Piwigo/issues/2193/comments | 0 | 2024-07-25T09:30:50Z | 2024-07-25T14:11:11Z | https://github.com/Piwigo/Piwigo/issues/2193 | 2,429,490,031 | 2,193 |
[
"Piwigo",
"Piwigo"
] | Due to the fixed height of the widget some options disappear

| [search] Added by list gets cut off | https://api.github.com/repos/Piwigo/Piwigo/issues/2192/comments | 0 | 2024-07-24T06:56:46Z | 2024-07-24T07:42:14Z | https://github.com/Piwigo/Piwigo/issues/2192 | 2,426,750,783 | 2,192 |
[
"Piwigo",
"Piwigo"
] | hello, there is this page https://siteweb.com/galerie/index.php?/add_photos allowing users non admin to upload photos, but there is also a warning message about a value of a variable _quota_details_ missing
_Warning: Undefined array key "quota_details" in /var/www/html/galerie/data/templates_c/1879avm^8abcc0ffac... | Warning message about quota_details on the uploading page | https://api.github.com/repos/Piwigo/Piwigo/issues/2191/comments | 0 | 2024-07-22T08:11:28Z | 2024-07-22T08:11:28Z | https://github.com/Piwigo/Piwigo/issues/2191 | 2,422,235,798 | 2,191 |
[
"Piwigo",
"Piwigo"
] | Because after discussion we raised the issue that having the input text when the email is sent could be confusing for the user. Instead we put a more explicit message and allow the user to generate a new link in modal user > password. But we leave the text input for all other cases.
Old:
![Capture d’écran 2024-07-... | [users] add new user message and text input can be confusing | https://api.github.com/repos/Piwigo/Piwigo/issues/2189/comments | 0 | 2024-07-16T08:09:47Z | 2024-07-16T08:16:04Z | https://github.com/Piwigo/Piwigo/issues/2189 | 2,410,505,353 | 2,189 |
[
"Piwigo",
"Piwigo"
] | Hello, i've an issue when i've too many files in the cache (/var/www/_data/upload/xxxx).
Directory rights are ok. I've 13900 thumbnails files in the directory.
When i go to a new image without thumbnail, it tries to generate it, but fails.
The image link gives a code 200 but it contains a message begining with:
... | Can't generate thumbnail when too many files in a directory | https://api.github.com/repos/Piwigo/Piwigo/issues/2188/comments | 0 | 2024-07-15T21:13:54Z | 2024-07-15T21:14:19Z | https://github.com/Piwigo/Piwigo/issues/2188 | 2,409,654,252 | 2,188 |
[
"Piwigo",
"Piwigo"
] | Thank's to : https://piwigo.org/forum/viewtopic.php?id=33738

| [dashboard] activity tooltips pop out of the screen | https://api.github.com/repos/Piwigo/Piwigo/issues/2187/comments | 0 | 2024-07-15T10:35:32Z | 2024-07-15T15:41:49Z | https://github.com/Piwigo/Piwigo/issues/2187 | 2,408,405,695 | 2,187 |
[
"Piwigo",
"Piwigo"
] | When the main user is set, the delete icon should disappear. It's only on the UX side, in the API (backend side) it's already impossible to delete the main user. | [Users] Delete icon is present when a main user is set | https://api.github.com/repos/Piwigo/Piwigo/issues/2186/comments | 0 | 2024-07-15T10:20:28Z | 2024-07-29T15:32:00Z | https://github.com/Piwigo/Piwigo/issues/2186 | 2,408,377,940 | 2,186 |
[
"Piwigo",
"Piwigo"
] | and an underline to remove

| [Users] Wrong text color on hover buttons in the user modal | https://api.github.com/repos/Piwigo/Piwigo/issues/2185/comments | 0 | 2024-07-15T10:08:52Z | 2024-07-15T10:22:58Z | https://github.com/Piwigo/Piwigo/issues/2185 | 2,408,356,049 | 2,185 |
[
"Piwigo",
"Piwigo"
] | So I wanted to try and customize my piwigo installation, perhaps contribute some features back upstream, but I can't get the current head to run.
Process I took:
- fresh install of 14.4 for a dev server
- added some content
- `git clone ...`, switch directories from 14.4 to git, merge `local/` and `_data`
... | Upgrading from 14.4 to git-head | https://api.github.com/repos/Piwigo/Piwigo/issues/2182/comments | 1 | 2024-07-07T18:39:02Z | 2024-07-11T07:51:27Z | https://github.com/Piwigo/Piwigo/issues/2182 | 2,394,169,707 | 2,182 |
[
"Piwigo",
"Piwigo"
] | Hi, the following error has occur when I click my username(admin) at the top right corner in the piwigo page:
```
Fatal error: Uncaught DivisionByZeroError: Division by zero in /config/www/_data/templates_c/p6jhns^97fe272ea0e342f147a8d8650c738e329e4c10f1_0.file.intro.tpl.php:504
Stack trace:
#0 /app/www/public/incl... | Fatal error: Uncaught DivisionByZeroError | https://api.github.com/repos/Piwigo/Piwigo/issues/2181/comments | 1 | 2024-07-07T14:07:38Z | 2024-08-03T12:00:50Z | https://github.com/Piwigo/Piwigo/issues/2181 | 2,394,071,205 | 2,181 |
[
"Piwigo",
"Piwigo"
] | This does not appear to be the same issue as https://github.com/Piwigo/Piwigo/issues/1305
Installing piwigo and am receiving the following error message when submitting the netinstall.php form:
`[Fri Jul 05 15:09:50.433252 2024] [fcgid:warn] [pid 269936:tid 129046465349376] [remote 96.74.78.141:49566] mod_fcgid:... | PHP 8.2: Call to undefined function __() during netinstall.php | https://api.github.com/repos/Piwigo/Piwigo/issues/2180/comments | 3 | 2024-07-05T22:42:40Z | 2024-07-06T01:59:40Z | https://github.com/Piwigo/Piwigo/issues/2180 | 2,393,208,485 | 2,180 |
[
"Piwigo",
"Piwigo"
] | There is no primary action, one needs to be a secondary action for better UX

| no hierarchy between buttons after upload | https://api.github.com/repos/Piwigo/Piwigo/issues/2178/comments | 0 | 2024-07-02T08:03:18Z | 2024-07-02T08:37:54Z | https://github.com/Piwigo/Piwigo/issues/2178 | 2,385,537,036 | 2,178 |
[
"Piwigo",
"Piwigo"
] | Hello,
I'm working with Piwigo v13.8.
I noticed, that in the admin page I was notified of some "Orphans" on my setup.
And I tried to delete them, but allthough Piwigo said the batch action completed succesfully, still the pictures were mentioned as Orphans and they were still there.
Diving into the code I saw... | Delete orphans failes | https://api.github.com/repos/Piwigo/Piwigo/issues/2177/comments | 0 | 2024-06-25T14:05:49Z | 2024-06-25T14:05:49Z | https://github.com/Piwigo/Piwigo/issues/2177 | 2,372,794,294 | 2,177 |
[
"Piwigo",
"Piwigo"
] | Hi,
for a while now, under some circumstances like mine, creating a user fails. No error, the submit button seems asleep.
I have not dug to find why, but I suspect some problem with Firefox in strict mode. Sorry for being so loose.
This problem reminds me that hard time I had with https://github.com/Piwigo/Piwigo/is... | Creating new user fails / Firefox - Strict mode | https://api.github.com/repos/Piwigo/Piwigo/issues/2176/comments | 2 | 2024-06-21T18:42:06Z | 2024-07-18T16:37:37Z | https://github.com/Piwigo/Piwigo/issues/2176 | 2,367,072,833 | 2,176 |
[
"Piwigo",
"Piwigo"
] | ## Problem
I am running Piwigo using the Linuxserver provided docker image ( https://hub.docker.com/r/linuxserver/piwigo ) on my raspberry PI and am having trouble uploading images. Everything else runs perfectly fine.
## Details
I managed to successfully set up my Piwigo container, and am able to register, log in... | Uploading image results in timeout (504) | https://api.github.com/repos/Piwigo/Piwigo/issues/2175/comments | 0 | 2024-06-21T15:36:16Z | 2024-06-21T15:37:39Z | https://github.com/Piwigo/Piwigo/issues/2175 | 2,366,787,772 | 2,175 |
[
"Piwigo",
"Piwigo"
] | The "sync metadata" action generates several AJAX requests to `pwg.images.syncMetadata`. Unfortunately, they are sent in parallel, all at once. That is a nonsense to me. Piwigo frontend shoud send them one by one. With the use of `queuedManager` just like it's done with `pwg.images.delete`. | [batch manager, sync metadata] use AJAX requests in sequence instead of parallel | https://api.github.com/repos/Piwigo/Piwigo/issues/2174/comments | 0 | 2024-06-21T14:48:31Z | 2024-07-09T18:04:56Z | https://github.com/Piwigo/Piwigo/issues/2174 | 2,366,703,463 | 2,174 |
[
"Piwigo",
"Piwigo"
] | As described in #2169 :
> When sending a request to Piwigo API, method pwg.images.syncMetadata, the list of image_ids is provided as an array. While this is certainly the "cleaner", here is what is sent: ws.php?format=json&method=pwg.images.syncMetadata&image_id[]=1&image_id[]=2&image_id[]=3
>
> I think it woul... | [pwg.images.syncMetadata] accept image_ids as comma separated list | https://api.github.com/repos/Piwigo/Piwigo/issues/2173/comments | 2 | 2024-06-21T14:38:06Z | 2024-07-09T13:42:47Z | https://github.com/Piwigo/Piwigo/issues/2173 | 2,366,684,803 | 2,173 |
[
"Piwigo",
"Piwigo"
] | Hi,
Duplicate finder is good but we don't know from which album is the photo without editing it.
It should be nice to add this information in the popin or perhaps under the photo
Regards | Feature Request : Batch Duplicate Finder, Display from which album(s) are the photo | https://api.github.com/repos/Piwigo/Piwigo/issues/2172/comments | 0 | 2024-06-21T09:42:03Z | 2024-06-21T09:42:03Z | https://github.com/Piwigo/Piwigo/issues/2172 | 2,366,150,463 | 2,172 |
[
"Piwigo",
"Piwigo"
] | Browsers have a built in PDF reader why do we not use this to display PDFs rather than a preview | [picture page] PDF integration | https://api.github.com/repos/Piwigo/Piwigo/issues/2170/comments | 1 | 2024-06-20T09:04:16Z | 2024-06-20T11:37:52Z | https://github.com/Piwigo/Piwigo/issues/2170 | 2,363,922,970 | 2,170 |
[
"Piwigo",
"Piwigo"
] | > PHP message: PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini ... "POST ws.php?format=json&method=pwg.images.syncMetadata , referrer: "http://.../admin.php?page=batch_manager"
When sending a request to Piwigo API, method `pwg.images.syncMetadata`, the lis... | [batch manager, sync metadata] Input variables exceeded 1000 | https://api.github.com/repos/Piwigo/Piwigo/issues/2169/comments | 0 | 2024-06-19T12:58:31Z | 2024-06-19T12:59:48Z | https://github.com/Piwigo/Piwigo/issues/2169 | 2,362,326,193 | 2,169 |
[
"Piwigo",
"Piwigo"
] | Hi
I want to say that I am very happy with using Piwigo. The author of the app deserves great **Applause**.
**Reason:**
Nowadays, security is playing an increasingly important role. The computing power used to crack passwords has gained significant efficiency. For this reason, a strong password **isn't as secure a... | Authorization Token from Mobile App | https://api.github.com/repos/Piwigo/Piwigo/issues/2168/comments | 2 | 2024-06-18T16:32:40Z | 2024-07-05T01:11:43Z | https://github.com/Piwigo/Piwigo/issues/2168 | 2,360,266,821 | 2,168 |
[
"Piwigo",
"Piwigo"
] | related to #1710
When we have too many elements in the tooltips, the tooltip is too large, which creates a border effect (the small arrow is offset).

| [dashboard] storage bar details too large | https://api.github.com/repos/Piwigo/Piwigo/issues/2167/comments | 0 | 2024-06-11T15:20:09Z | 2024-06-11T15:23:44Z | https://github.com/Piwigo/Piwigo/issues/2167 | 2,346,705,553 | 2,167 |
[
"Piwigo",
"Piwigo"
] | We don't want any private data. We (Piwigo developers) need some technicals information (Piwigo version, PHP version, MySQL/MariaDB flavor, graphics library...) and also some general stats (number of photos, albums, users, administrators, tags, activities) as well as list of "public" extensions used (only the ones avai... | send statistics to piwigo.org, anonymously | https://api.github.com/repos/Piwigo/Piwigo/issues/2166/comments | 0 | 2024-06-10T19:23:20Z | 2024-06-10T19:32:16Z | https://github.com/Piwigo/Piwigo/issues/2166 | 2,344,668,434 | 2,166 |
[
"Piwigo",
"Piwigo"
] | A new interface for creating a user. Overhaul of the password system (when a user is created) and new interface for a user's first login. | [Users] New add user pop in | https://api.github.com/repos/Piwigo/Piwigo/issues/2165/comments | 0 | 2024-06-10T10:04:58Z | 2024-07-01T13:06:52Z | https://github.com/Piwigo/Piwigo/issues/2165 | 2,343,488,116 | 2,165 |
[
"Piwigo",
"Piwigo"
] | Update Batch Manager Unit Mode according to web design (see below).
 | Batch Manager Unit Mode redesign | https://api.github.com/repos/Piwigo/Piwigo/issues/2164/comments | 0 | 2024-05-30T09:56:31Z | 2024-07-02T09:20:18Z | https://github.com/Piwigo/Piwigo/issues/2164 | 2,325,251,421 | 2,164 |
[
"Piwigo",
"Piwigo"
] | When the configuration to allow download is active but the download permission for the specific guest user is revoked, the download link still appears for the guest users on non picture formats (IE mp4, PDF, ...) | Download link appears for guest user when download is not allowed | https://api.github.com/repos/Piwigo/Piwigo/issues/2163/comments | 0 | 2024-05-29T09:20:49Z | 2024-05-29T14:41:24Z | https://github.com/Piwigo/Piwigo/issues/2163 | 2,322,812,251 | 2,163 |
[
"Piwigo",
"Piwigo"
] | In `admin.php?page=photos_add§ion=applications`, clicking on "Learn more" in the Shotwell panel leads to [http://yorba.org/shotwell/](http://yorba.org/shotwell/), which appears to be a nonexistent domain.
| Shotwell link is bad | https://api.github.com/repos/Piwigo/Piwigo/issues/2162/comments | 0 | 2024-05-22T00:18:11Z | 2024-08-02T14:18:47Z | https://github.com/Piwigo/Piwigo/issues/2162 | 2,309,323,011 | 2,162 |
[
"Piwigo",
"Piwigo"
] | Some user name their photos/albums/tags with custom identifiers. These identifiers may include dots. For example, naming an album `BB.G5483.04509`. The search will split in 3 words `BB` + `G5483` + `04509` because `.` is considered as a word spliter.
The `.` should indeed be removed in examples like `first. second. ... | [search] do not always split word on dot | https://api.github.com/repos/Piwigo/Piwigo/issues/2161/comments | 0 | 2024-05-17T10:25:10Z | 2024-05-17T10:28:52Z | https://github.com/Piwigo/Piwigo/issues/2161 | 2,302,358,005 | 2,161 |
[
"Piwigo",
"Piwigo"
] | After updating to Piwigo 14.4.0, I get this error synchronising:
Fatal error: Cannot redeclare strip_html_in_metadata() (previously declared in /var/www/piwigo/include/functions_metadata.inc.php:186) in /var/www/piwigo/include/functions_metadata.inc.php on line 186
| Fatal error: Cannot redeclare strip_html_in_metadata() | https://api.github.com/repos/Piwigo/Piwigo/issues/2160/comments | 1 | 2024-05-16T07:20:51Z | 2024-07-06T15:42:18Z | https://github.com/Piwigo/Piwigo/issues/2160 | 2,299,559,302 | 2,160 |
[
"Piwigo",
"Piwigo"
] | Piwigo 14.4.0 (Truechart on TrueNAS SCALE)
When I sync thousands of photos, the sync page errors to repeating this message over and over:
`Deprecated: addslashes(): Passing null to parameter #1 ($string) of type string is deprecated in /app/www/public/admin/include/functions_metadata.php on line 107`
Until it ... | "Deprecated: addslashes()...." when syncing gallery | https://api.github.com/repos/Piwigo/Piwigo/issues/2159/comments | 1 | 2024-05-13T14:06:04Z | 2024-08-02T07:01:49Z | https://github.com/Piwigo/Piwigo/issues/2159 | 2,292,935,237 | 2,159 |
[
"Piwigo",
"Piwigo"
] | We are currently updating the interface for the user edit pop-in to enhance usability and integrate additional features.

, 295 new ... | Adding images to virtual albums causes RSS email issues | https://api.github.com/repos/Piwigo/Piwigo/issues/2157/comments | 0 | 2024-04-25T17:34:19Z | 2024-04-26T03:16:17Z | https://github.com/Piwigo/Piwigo/issues/2157 | 2,264,138,280 | 2,157 |
[
"Piwigo",
"Piwigo"
] | Some plugin might unset template variable `PAGE_BANNER`, resulting in a warning:
```
Undefined array key "PAGE_BANNER"
``` | [PHP 8.2] Undefined array key "PAGE_BANNER" | https://api.github.com/repos/Piwigo/Piwigo/issues/2156/comments | 0 | 2024-04-24T14:39:51Z | 2024-04-24T14:43:19Z | https://github.com/Piwigo/Piwigo/issues/2156 | 2,261,468,377 | 2,156 |
[
"Piwigo",
"Piwigo"
] | Following #1938 there are still missing PHP functions for templates. Indeed some plugins use PHP functions in templates that Piwigo core does not. | PHP 8.2 and Deprecated: Creation of dynamic property | https://api.github.com/repos/Piwigo/Piwigo/issues/2155/comments | 0 | 2024-04-24T14:27:11Z | 2024-04-24T14:27:37Z | https://github.com/Piwigo/Piwigo/issues/2155 | 2,261,439,922 | 2,155 |
[
"Piwigo",
"Piwigo"
] | I've been chasing an issue which appears persistent from PiwiGo version 13.x through the current 14.4
When I upload photos through the web interface, I can see that all steps but one seem to complete:
1. Photos make it into the uploads/ directory with correct permissions
2. Thumbnails are generated in the _data ... | Web Uploaded Photos Fail To Enter SQL Database at piwigo_image_category, but FTP Upload and Synchronization Works | https://api.github.com/repos/Piwigo/Piwigo/issues/2154/comments | 3 | 2024-04-22T13:48:57Z | 2024-05-02T13:19:16Z | https://github.com/Piwigo/Piwigo/issues/2154 | 2,256,591,864 | 2,154 |
[
"Piwigo",
"Piwigo"
] | Noticed on 12.2.0 - I'll check whether later versions are similarly affected
I'm running in a set of Docker containers (one for the database, one for php_fpm and one for nginx) and I've noticed that if you map the port on the nginx container to a different published port in docker-compose (e.g. with --ports 9081:808... | pwg.images.getInfo API call can return malformed URLs when running in a Docker container | https://api.github.com/repos/Piwigo/Piwigo/issues/2153/comments | 0 | 2024-04-21T09:29:31Z | 2024-04-21T09:29:31Z | https://github.com/Piwigo/Piwigo/issues/2153 | 2,254,986,277 | 2,153 |
[
"Piwigo",
"Piwigo"
] | Hi,
after update to the latest version (from 14.3.0 to 14.4.0) when I try to sync or only a dir or a full album album, I get this error
Fatal error: Cannot redeclare strip_html_in_metadata() (previously declared in /home/user/public_html/photo/include/functions_metadata.inc.php:186) in /home/user/public_html/photo/... | Error during update of library or album | https://api.github.com/repos/Piwigo/Piwigo/issues/2152/comments | 2 | 2024-04-20T17:30:20Z | 2024-04-24T14:19:27Z | https://github.com/Piwigo/Piwigo/issues/2152 | 2,254,645,986 | 2,152 |
[
"Piwigo",
"Piwigo"
] | The `pwg.image.rotate` API method deletes representatives and updates their URLs in the database so that the server knows that it should recreate them. In principle, URLs of the type: `https://…/_data/i/upload/2024/02/17…` are replaced with `https://…/i.php?/upload/2024/02/17…`. But is this always the case?
When cal... | [API] pwg.image.rotate not returning sizes and thumbnail URLs | https://api.github.com/repos/Piwigo/Piwigo/issues/2151/comments | 2 | 2024-04-19T09:47:40Z | 2024-04-21T16:53:25Z | https://github.com/Piwigo/Piwigo/issues/2151 | 2,252,559,318 | 2,151 |
[
"Piwigo",
"Piwigo"
] | Introduced in Piwigo 14.4.0, new bug on synchronization:
> Fatal error: Cannot redeclare strip_html_in_metadata() (previously declared in include/functions_metadata.inc.php:186) in include/functions_metadata.inc.php on line 186
That is because the function `strip_html_in_metadata` is declared inside the function ... | [14.4.0, synchronization] Cannot redeclare strip_html_in_metadata() | https://api.github.com/repos/Piwigo/Piwigo/issues/2150/comments | 3 | 2024-04-18T12:20:16Z | 2024-05-14T04:21:31Z | https://github.com/Piwigo/Piwigo/issues/2150 | 2,250,553,311 | 2,150 |
[
"Piwigo",
"Piwigo"
] | When you rename an album, you can no longer create a sub-album. | [album manager] unable to create sub-album after rename | https://api.github.com/repos/Piwigo/Piwigo/issues/2149/comments | 0 | 2024-04-17T09:44:21Z | 2024-04-17T10:00:10Z | https://github.com/Piwigo/Piwigo/issues/2149 | 2,247,857,457 | 2,149 |
[
"Piwigo",
"Piwigo"
] | When a fatal error occurs (function `fatal_error`), Piwigo will apparently always display an error page with an error message and a backtrace.
(The php configuration options `display_errors` and) the local config options `show_php_errors_on_frontend` / `show_php_errors` seem to be ignored in this case.
This is app... | fatal_error always shows error / backtrace, no matter how show_php_errors_on_frontend / show_php_errors are set | https://api.github.com/repos/Piwigo/Piwigo/issues/2148/comments | 0 | 2024-04-15T19:31:55Z | 2024-04-15T19:32:24Z | https://github.com/Piwigo/Piwigo/issues/2148 | 2,244,456,830 | 2,148 |
[
"Piwigo",
"Piwigo"
] | 
| [access denied] Page has no styling elements and needs a redesign | https://api.github.com/repos/Piwigo/Piwigo/issues/2147/comments | 0 | 2024-04-12T13:42:58Z | 2024-04-12T13:49:51Z | https://github.com/Piwigo/Piwigo/issues/2147 | 2,240,188,615 | 2,147 |
[
"Piwigo",
"Piwigo"
] | If you search for " word" or "word ", Piwigo will search for the space character as a word. This is not the expected behavior. | [search] leading or trailing spaces alter search results | https://api.github.com/repos/Piwigo/Piwigo/issues/2146/comments | 0 | 2024-04-12T07:49:18Z | 2024-04-12T07:50:23Z | https://github.com/Piwigo/Piwigo/issues/2146 | 2,239,324,353 | 2,146 |
[
"Piwigo",
"Piwigo"
] | When you have `ModeArray` in your list of EXIF fields to extract from the photo:
```
$conf['show_exif_fields'] = array(
'exif_field_Make' => 'Make',
'exif_field_Model' => 'Model',
'exif_field_ExposureTime' => 'ExposureTime',
'exif_field_FocalLength' => 'FocalLength',
'exif_field_FNumber' ... | [PHP 8.x] exif ModeArray field breaks picture page | https://api.github.com/repos/Piwigo/Piwigo/issues/2145/comments | 0 | 2024-04-10T10:22:37Z | 2024-04-10T10:24:44Z | https://github.com/Piwigo/Piwigo/issues/2145 | 2,235,247,961 | 2,145 |
[
"Piwigo",
"Piwigo"
] | 

Button colors does not match current graphic identity. | Button colors were not harmonized in web form and applications page | https://api.github.com/repos/Piwigo/Piwigo/issues/2144/comments | 0 | 2024-04-05T14:40:40Z | 2024-04-05T15:13:15Z | https://github.com/Piwigo/Piwigo/issues/2144 | 2,228,196,426 | 2,144 |
[
"Piwigo",
"Piwigo"
] | If I change album permissions for a user group, e.g. make a sub-album private, I can do that via the admin panel -> Users -> Groups -> Manage permissions. The issue is that the album doesn't actually become private. It is still visible to users from that group. However, it will be private to newly registered users that... | Changing album group permissions doesn't work properly | https://api.github.com/repos/Piwigo/Piwigo/issues/2143/comments | 2 | 2024-04-03T15:18:04Z | 2024-06-14T07:55:54Z | https://github.com/Piwigo/Piwigo/issues/2143 | 2,223,215,499 | 2,143 |
[
"Piwigo",
"Piwigo"
] | When browsing a combination of tags, if the list of tag ids (separated by comma) is longer than 50 chars, a recent version of MariaDB will throw an error. | Data too long for column 'tag_ids' | https://api.github.com/repos/Piwigo/Piwigo/issues/2142/comments | 0 | 2024-03-31T15:07:39Z | 2024-03-31T15:09:02Z | https://github.com/Piwigo/Piwigo/issues/2142 | 2,217,037,532 | 2,142 |
[
"Piwigo",
"Piwigo"
] | The field IP in the piwigo_history table is too small (varchar(15)) and cannot save IPv6 completely. Those are truncated.
Should be at least 39 characters long to allow IPv6 addresses to be saved. | IP field in History table is too small | https://api.github.com/repos/Piwigo/Piwigo/issues/2141/comments | 1 | 2024-03-27T16:57:43Z | 2024-07-03T12:13:59Z | https://github.com/Piwigo/Piwigo/issues/2141 | 2,211,313,714 | 2,141 |
[
"Piwigo",
"Piwigo"
] | Still some `undefined array key` and private class attribute. | [PHP 8.x] errors on menu | https://api.github.com/repos/Piwigo/Piwigo/issues/2140/comments | 0 | 2024-03-27T13:59:17Z | 2024-03-27T14:00:31Z | https://github.com/Piwigo/Piwigo/issues/2140 | 2,210,885,580 | 2,140 |
[
"Piwigo",
"Piwigo"
] | Dear all,
My piwigo batch manager has gone bananas lately. Especially, I'm seeing the following message at the top of the page : "Warning: A non-numeric value encountered in /var/www/photos/admin/batch_manager.php on line 790".
I don't know if this is a consequence of the message above but the batch manager is not us... | Non-numeric value encountered in batch_manager.php on line 790 | https://api.github.com/repos/Piwigo/Piwigo/issues/2139/comments | 1 | 2024-03-25T21:27:43Z | 2024-04-30T12:58:11Z | https://github.com/Piwigo/Piwigo/issues/2139 | 2,206,753,131 | 2,139 |
[
"Piwigo",
"Piwigo"
] | 
This icon isn't explicit enough, seen as this link takes us to the batch manager it seems only logicial to use the same icon as in the menu ( this is the class used : "icon-th")
: mysqli->query() #1 /srv/hfr-internal/i... | SQL error - category_id out of SMALLINT(5) range | https://api.github.com/repos/Piwigo/Piwigo/issues/2137/comments | 0 | 2024-03-18T15:46:47Z | 2024-03-18T15:46:47Z | https://github.com/Piwigo/Piwigo/issues/2137 | 2,192,583,181 | 2,137 |
[
"Piwigo",
"Piwigo"
] | If a photo is tagged "party" and "friend", if you search "party friend" the photo won't be in the results. | [search 14.x] search by word on 2 words matching tags gives no result | https://api.github.com/repos/Piwigo/Piwigo/issues/2136/comments | 0 | 2024-03-17T17:21:23Z | 2024-04-10T15:13:01Z | https://github.com/Piwigo/Piwigo/issues/2136 | 2,190,772,570 | 2,136 |
[
"Piwigo",
"Piwigo"
] | First, Piwigo 14.3.0 is unable to rotate HEIC photos by default and the method `pwg.image.rotate` reports the string `[Image] unsupported file extension` which is not a JSON data. It should either manage HEIC photos or report a JSON including an error message because this is problematic for third party apps like the iO... | rotateImage plugin does not update thumbnails after rotating HEIC photo | https://api.github.com/repos/Piwigo/Piwigo/issues/2135/comments | 0 | 2024-03-15T20:45:54Z | 2024-04-19T09:07:25Z | https://github.com/Piwigo/Piwigo/issues/2135 | 2,189,444,169 | 2,135 |
[
"Piwigo",
"Piwigo"
] | Every `$conf['update_notify_check_period']` (default = 24 hours) Piwigo sends a requests to piwigo.org to list the versions of Piwigo currently available. If the current Piwigo is behind the latest version available on piwigo.org, Piwigo sends an email notification to the webmasters. To make sure Piwigo does not check ... | more than one email notification on new Piwigo version available | https://api.github.com/repos/Piwigo/Piwigo/issues/2134/comments | 1 | 2024-03-13T10:09:37Z | 2024-03-13T10:13:24Z | https://github.com/Piwigo/Piwigo/issues/2134 | 2,183,600,561 | 2,134 |
[
"Piwigo",
"Piwigo"
] | Self-hosted albums uploaded via FTP are not movable into virtual albums in the album manager.
more detail:
When I upload files via FTP to the Galleries folder and sync, it creates the albums and sub-albums if they are there, but in the album manager, those albums can't be moved.
However, if I use the Java uploader... | Cannot move albums in Galleries folder in the Album Manager | https://api.github.com/repos/Piwigo/Piwigo/issues/2133/comments | 0 | 2024-03-09T04:40:29Z | 2024-03-11T14:40:10Z | https://github.com/Piwigo/Piwigo/issues/2133 | 2,177,048,976 | 2,133 |
[
"Piwigo",
"Piwigo"
] | 

| [Album Selector] albums full hierarchy | https://api.github.com/repos/Piwigo/Piwigo/issues/2132/comments | 2 | 2024-03-08T14:46:14Z | 2024-07-31T09:50:28Z | https://github.com/Piwigo/Piwigo/issues/2132 | 2,176,180,706 | 2,132 |
[
"Piwigo",
"Piwigo"
] | 
| [Search 14.2+] Missing icon in album selector | https://api.github.com/repos/Piwigo/Piwigo/issues/2131/comments | 0 | 2024-03-08T14:38:05Z | 2024-03-08T14:41:05Z | https://github.com/Piwigo/Piwigo/issues/2131 | 2,176,166,548 | 2,131 |
[
"Piwigo",
"Piwigo"
] | Does this software support docker installation? | docker support? | https://api.github.com/repos/Piwigo/Piwigo/issues/2130/comments | 1 | 2024-03-06T17:07:15Z | 2024-05-01T10:13:45Z | https://github.com/Piwigo/Piwigo/issues/2130 | 2,172,026,153 | 2,130 |
[
"Piwigo",
"Piwigo"
] | <img width="487" alt="Screenshot 2024-03-06 at 12 33 53" src="https://github.com/Piwigo/Piwigo/assets/9326959/eb740c25-2bf0-4074-b730-ac3c6aa97363">
This is due to https://github.com/Piwigo/Piwigo/commit/e57b8b8449750eece0b091a554e85d07eee56810 change which has unwanted side effects. | [user activity] user filter box exceeds container size | https://api.github.com/repos/Piwigo/Piwigo/issues/2129/comments | 0 | 2024-03-06T11:35:55Z | 2024-03-06T11:38:33Z | https://github.com/Piwigo/Piwigo/issues/2129 | 2,171,297,978 | 2,129 |
[
"Piwigo",
"Piwigo"
] | Piwigo version 14.2.0 but this was happening with earlier versions too.
In mobile view, if only sub-albums / sub-folders are visible only the first 20 of them are shown, and I don't see any way to see any more: there is no "next" link or numbers at the bottom of the page, like the desktop view or a page with only im... | mobile view has no link to get past the first 20 sub-albums / sub-folders | https://api.github.com/repos/Piwigo/Piwigo/issues/2128/comments | 0 | 2024-03-03T23:39:17Z | 2024-03-03T23:40:37Z | https://github.com/Piwigo/Piwigo/issues/2128 | 2,165,624,872 | 2,128 |
[
"Piwigo",
"Piwigo"
] | Service Unavailable
The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.
Additionally, a 503 Service Unavailable error was encountered while trying to use an ErrorDocument to handle the request. | Upgrading ONLY dir, I got this error: | https://api.github.com/repos/Piwigo/Piwigo/issues/2127/comments | 0 | 2024-03-03T22:36:40Z | 2024-03-03T22:36:40Z | https://github.com/Piwigo/Piwigo/issues/2127 | 2,165,601,415 | 2,127 |
[
"Piwigo",
"Piwigo"
] | While the second is sort order Z-A | Typo: When you want to sort your albums there is twice the ability to sort A-Z | https://api.github.com/repos/Piwigo/Piwigo/issues/2124/comments | 1 | 2024-03-01T12:33:23Z | 2024-03-01T13:01:49Z | https://github.com/Piwigo/Piwigo/issues/2124 | 2,163,307,982 | 2,124 |
[
"Piwigo",
"Piwigo"
] | When you edit images in an album (not individual images) you can search for the new album. This list isn't sorted, so it gives you the idea that you find the correct album, while it maybe a lower, or higher in the list. | In admin mode move to album isn't sorted | https://api.github.com/repos/Piwigo/Piwigo/issues/2123/comments | 0 | 2024-03-01T12:31:55Z | 2024-03-01T12:31:55Z | https://github.com/Piwigo/Piwigo/issues/2123 | 2,163,305,606 | 2,123 |
[
"Piwigo",
"Piwigo"
] | On the new search engine user interface, when the filter "added_by" is enabled, if you have some users who had added some photos, but the user was deleted afterwards, you get:
> Notice : Undefined offset: <user_id> in index.php on line 397 | [search] undefined offset when missing added_by user | https://api.github.com/repos/Piwigo/Piwigo/issues/2122/comments | 0 | 2024-03-01T10:19:57Z | 2024-03-01T10:25:08Z | https://github.com/Piwigo/Piwigo/issues/2122 | 2,163,078,113 | 2,122 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.