Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • I have same problem version 1.4.1.

    Apache 2.4.2
    PHP 5.2.14
    MySQL 5.5.27
    WordPress 3.5.1

    I get 1 warning and 2 errors.

    PHP Warning:  ini_set() [<a href='function.ini-set'>function.ini-set</a>]: A session is active. You cannot change the session module's ini settings at this time in C:\Apache24\htdocs\mysite\wp-content\plugins\portable-phpmyadmin\pma\libraries\session.inc.php on line 54
    
    PHP Fatal error:  main() [<a href='function.main'>function.main</a>]: The script tried to execute a method or access a property of an incomplete object. Please ensure that the class definition "PMA_Config" of the object you are trying to operate on was loaded _before_ unserialize() gets called or provide a __autoload() function to load the class definition  in C:\Apache24\htdocs\mysite\wp-content\plugins\portable-phpmyadmin\pma\libraries\common.lib.php on line 2852
    
    PHP Fatal error:  Call to a member function get() on a non-object in C:\Apache24\htdocs\mysite\wp-includes\cache.php on line 113

    I tried session.auto_start turned On.
    but still get 1 error

    PHP Fatal error:  Call to a member function get() on a non-object in C:\Apache24\htdocs\mysite\wp-includes\cache.php on line 113

    Thread Starter kaznf

    (@kaznf)

    もう少し調べたところ、wp_postmetaにform_admin_input,form_admin_confirm,form_admin_finishというkeyが存在しませんでした。
    form_adminは存在しています。
    恐らくバージョンアップ時にデータ移行が正しく出来ていないようです。

    手動でDBを更新する方法でも構いませんので対処方法を教えて頂けると助かります。

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