[phpMyAdmin Developers] No data was received to import
William Desportes
williamdes at wdes.fr
Wed Jun 7 10:05:49 CEST 2023
Hi,
> It has not been fixed yet. It is not a file size issue as indicated I
> also tried a 170KB sql file.
Did you try the config "UploadDir" ?:
https://docs.phpmyadmin.net/en/latest/config.html#cfg_UploadDir
It may let us know that the import logic works and that the issue is
somewhere into the php settings or in the code.
Can you try a basic form upload outside of phpMyAdmin to find out if
your server has a misconfiguration ?
See: https://www.w3schools.com/php/php_file_upload.asp
--
William Desportes
Le 2023/05/11 17:53, Roger Villeneuve - SWD a écrit :
> Hi William,
>
> Thank you for the response.
>
> It has not been fixed yet. It is not a file size issue as indicated I
> also tried a 170KB sql file.
>
> I will post on github as you suggest.
>
> Thank you.
>
> Roger Villeneuve
>
> On 2023-05-11 5:54 a.m., William Desportes wrote:
>
>> Hi,
>>
>> One solution may be to use the config "UploadDir":
>> https://docs.phpmyadmin.net/en/latest/config.html#cfg_UploadDir
>> That would avoid the upload file size issue.
>>
>> Did you manage to get this working now ?
>>
>> The best would be to open an issue on
>> https://github.com/phpmyadmin/phpmyadmin/issues so we could assist
>> you much quickly.
>>
>> --
>> William Desportes
>> Le 2023/04/15 21:02, Roger Villeneuve - SWD a écrit :
>>
>>> Using IIS 10, msql 8, php 8.1, phypmyadmin 5.2
>>>
>>> Database upload does not work as per subject. On this sever are
>>> Wordpress sites and upload works.
>>>
>>> Database size does not seem to be the issue as I tried to upload a
>>>
>>> 170KB sql file. PHP is setup to allow 100MB.
>>>
>>> ERROR on import:
>>>
>>> _No data was received to import. Either no file name was
>>> submitted, or
>>> the file size exceeded the maximum size permitted by your PHP
>>> configuration_
>>>
>>> I spent far too long trying to resolve this.
>>>
>>> Any ideas? Thank you.
>>>
>>> --
>>>
>>> Roger Villeneuve
>>> _______________________________________________
>>> Developers mailing list
>>> Developers at phpmyadmin.net
>>> https://lists.phpmyadmin.net/mailman/listinfo/developers
More information about the Developers
mailing list