Note that there are some explanatory texts on larger screens.

plurals
  1. USRadon8472
    primarykey
    data
    text
    plurals
    1. COI can`t say. It depends on how the object/class of $db is implemented. I think you have a the $db object is simpli connecting to a sql database and executes some queries. If my suggestion is right, you yust have to find the place where the database server/logindata is defined and change them to whatever you need. e.g. you replace "localhost:3306" woth "yourdomain.com:0815" if you have a sql server with external access on this port and domain.
      singulars
    2. COI think your problem is not the content of you database (because that would be fixed from your import auf the "good dump"). Reasons could be changes in the sql server software/settings (e.g. transfer encoding of the connection) of in the php version/settings (you have to ask your webmaster). It also could be something with the files (e.g. to less permissions to your drupal files). Do you get any error or watchdog messages in your drupal with details of this error?
      singulars
    3. COI know, but a file with extension .gif could also contain diffent data. Often people rename yust files without realy convert them, so it coul be, that a .bmp file is renamed to .gif. In this case imagecreatefromstring would not support this. And i don`t now exactly what happens for multi-frame gif-Files in imagecreatefromstring. I yust know that 'imagegif()' only supports single frame gif-files.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload