• Resolved jhinkemeyer

    (@jhinkemeyer)


    I am getting Warning: session_start(): open(/tmp/sess_812744c1568c55392ebbc32dd0a82544, O_RDWR) failed: Disk quota exceeded (122) in /homepages/22/d428742341/htdocs/TNBWP/wp-content/plugins/tag-groups/tag-groups.php on line 75

    I am not very good with .php files. I know I had my web host change me php.ini to allow me to use a different tmp file inside /wp-content/tmp. I am assuming this is the issue but how do I fix it?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter jhinkemeyer

    (@jhinkemeyer)

    I should also say this is nothing to do with being over file space. Some code that needs to be changed but I can’t find where to change.

    I need to change your code from using TMP to /wp-content

    Christoph

    (@camthor)

    You could try something like this http://php.net/manual/en/function.session-save-path.php . Changing the session path is not part of this plugin’s features.

    The warning should also disappear if you deactivate “Display filter on tag admin” in the plugin settings.

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

The topic ‘Getting error when plug-in activated’ is closed to new replies.