• Resolved rtb

    (@nanosys)


    以下にて、エラーが出力され、困っております。
    対応方法をお教え下さい。
    I am having trouble with the following error output.
    Please tell me how to deal with it.

    PHP Version 8.0.17
    Auto Featured Image (Auto Post Thumbnail) Version 3.9.14

    \wp-content\plugins\auto-post-thumbnail\includes\class-wapt-image.php on line 234

    $im = imagecreatetruecolor( $width, $height );

    imagecreatetruecolorのFunctionは、どこにもないと思われます。
    There doesn’t seem to be a Function for imagecreatetruecolor anywhere.

    • This topic was modified 3 years, 8 months ago by rtb.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello.

    This function is part of the PHP module GD. Need to add this module to PHP
    https://www.php.net/manual/ru/function.imagecreatetruecolor.php

    Thread Starter rtb

    (@nanosys)

    ありがとうございます。
    意味は、解りました。(extension ですね!!)
    ただ、レンタルサーバなので、どこまでできるか?
    とりあえず、原因は解りました。
    凄く、助かりました。
    
    レンタルサーバで設定が出来そうでなければ、
    自分でプラグインを作成したいと思います♪
    
    本当にありがとうございました。
    
    この案件は、Closeですね♪

    ***************

    Thank you.
    I understand the meaning. (It's an extension!)
    However, since it is a rental server, how far can you go?
    Anyway, I figured out the cause.
    Great, it helped me.
    
    If it is not possible to set on the rental server,
    I would like to create my own plugin.
    
    I'm really thankful to you.
    
    This project is Close♪

    You can write to the technical support of the leased server and ask to enable this extension.

    If you are going to make your own plugin, then you will still need this function. This is not a solution to the problem

    Thread Starter rtb

    (@nanosys)

    遅くなって申し訳ございません。

    下記ですね!
    extension=gd

    php.iniを確認すると、php7.4xの設定になっていました。
    extension=gd2

    ありがとうございました。
    ***************

    Sorry for the delay.
    
    It's below!
    extension=gd
    
    When I checked php.ini, it was set to php7.4x.
    extension=gd2
    
    Thank you very much.
Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Fatal error: Uncaught Error: Call to undefined function …’ is closed to new replies.