musicpanda

Results 51 comments of musicpanda

It looks like the problem happens in Chrome but not in Firefox. There are no error messages. The best way to see it: have the browser console open on the...

In my rather old shop this table indeed contained only four rows.

In Prestashop 1.7.8 it looks so: ` protected function getOs($userAgent) { $osArray = [ 'Windows 10' => 'Windows NT 10', 'Windows 8.1' => 'Windows NT 6.3', 'Windows 8' => 'Windows...

NB: you see this error immediately after you log in. Debug mode should be enabled and the server should have open_basedir set.

Hello @fox-john ! No, that does not solve the problem.

Here a picture ![ps820](https://github.com/user-attachments/assets/9574e901-8a60-47fb-a67b-73959818072a)

I did a test. I renamed index.php as installer.php and reduced the code content of index.php to `header("Location: installer.php");` That indeed solves the problem.

I beg to disagree. Renaming a file while it is being executed is just dirty programming. The fact that it works at the moment under Linux but not under Windows...

I found that removing the try{} enclosure in the callHookOn() function in /classes/Hook.php gives me the real error. (does anyone know why this try{} enclosure is there?) I get then...

The error happened when I uploaded a file "55-de.jpg" in a menu module. So nothing related to autoupgrade, Yet this error happens in autoupgrade. If you look at the $_FILES...