• Resolved fuentes990

    (@fuentes990)


    Hello, my problem is that when I try to put the username and password and the url appears this message

    “Fatal error: Call to undefined function mcrypt_get_iv_size() in /var/www/InnoQuotient4/wp-content/plugins/wpsitesynccontent/classes/auth.php on line 144”

    I have no idea what I should do or why its happening, I hope you con help me.

    Thank you very much.

    • This topic was modified 9 years, 1 month ago by fuentes990.
Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author ServerPress

    (@serverpress)

    Hello @fuentes990

    We would like to verify that you have PHP 4.0.2 or greater.

    Please add a file named phpinfo.php containing

    <?php

    phpinfo();

    To the Source and Target websites.

    Then visit in your browser and send us the result.

    The mcrypt_get_iv_size() function is built into PHP but may be disabled via your configuration.

    Thread Starter fuentes990

    (@fuentes990)

    I hope this help you too

    Target:

    PHP information for http://www.innoquotient.com
    
    max_execution_time: 30
    max_input_time: 60
    file_uploads: 1
    upload_max_filesize: 2M
    post_max_size: 8M
    register_globals: 
    safe_mode: 
    allow_url_fopen: 1
    eaccelerator.enable: 
    
    Other information:
    
    PHP Server API: apache2handler
    WordPress Version: 4.7.3
    WordPress Blog URI: http://www.innoquotient.com
    WordPress Installation URI: http://www.innoquotient.com
    WordPress Theme: /wp-content/themes/codeus
    WordPress Permalink Structure: /%year%/%monthnum%/%day%/%postname%/
    WordPress wp-content directory is writable
    WordPress does not use Gzip Compression
    WP-Cache is not running on this installation of WordPress
    GD library is installed
    PHP Version: 5.5.9-1ubuntu4.21
    MySQL Version: 
    Browser used: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0

    Source:

    PHP information for http://test.innoquotient.com
    
    max_execution_time: 30
    max_input_time: 60
    file_uploads: 1
    upload_max_filesize: 2M
    post_max_size: 8M
    register_globals: 
    safe_mode: 
    allow_url_fopen: 1
    eaccelerator.enable: 
    
    Other information:
    
    PHP Server API: apache2handler
    WordPress Version: 4.7.3
    WordPress Blog URI: http://test.innoquotient.com
    WordPress Installation URI: http://test.innoquotient.com
    WordPress Theme: /wp-content/themes/codeus
    WordPress Permalink Structure: /%year%/%monthnum%/%day%/%postname%/
    WordPress wp-content directory is writable
    WordPress does not use Gzip Compression
    WP-Cache is not running on this installation of WordPress
    GD library is installed
    PHP Version: 5.5.9-1ubuntu4.21
    MySQL Version: <br />
    <b>Warning</b>:  mysql_get_server_info(): Access denied for user 'ubuntu'@'localhost' (using password: NO) in <b>/var/www/InnoQuotient4/wp-content/plugins/phpinfo/phpinfo.php</b> on line <b>127</b><br />
    <br />
    <b>Warning</b>:  mysql_get_server_info(): A link to the server could not be established in <b>/var/www/InnoQuotient4/wp-content/plugins/phpinfo/phpinfo.php</b> on line <b>127</b><br />
    
    Browser used: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0
    Plugin Author ServerPress

    (@serverpress)

    Hello @fuentes990,

    In order to verify that you have PHP 4.0.2 or greater, we will need you to create a file on your preferred text editor, containing the following lines:

    <?php

    phpinfo();

    Save the file as phpinfo.php and copy it to your Source and Target websites’s site root. After that, please visit [siteurl]/phpinfo.php in your browser and send us the result.

    The mcrypt_get_iv_size() function is built into PHP but may be disabled via your configuration. Please contact your host about enabling the mcrypt library for your sites.

    Please let us know if you have questions.

    Plugin Author ServerPress

    (@serverpress)

    Hello @fuentes990,

    Checking in again on this issue. Have you had a chance to create a phpinfo() script as directed above? Have you been able to double check that the mcrypt library is configured for your environment?

    I’m going to go ahead and mark this issue as resolved. If you’re still having issues, feel free to contact us via our support page at https://serverpress.com/contact/ and we’ll assist you in any way that we can.

    I get the same error

    Localhost running Homebrew
    I ran the command – php –version
    PHP 7.0.21 (cli) (built: Jul 29 2017 09:17:51) ( NTS )
    Zend Engine v3.0.0

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Fatal error: Call to undefined function mcrypt_get_iv_size()’ is closed to new replies.