Jump to content
IGNORED

For Louis - reoccuring error


Avinalaff

Recommended Posts

Warning: Base directory HTML_PURIFIER_PATHcache/tmp does not exist, please create or change using %Cache.SerializerPath in /home/toffeeta/public_html/ips_kernel/HTMLPurifier/HTMLPurifier/DefinitionCache/Serializer.php on line 133

Warning: Cannot modify header information - headers already sent by (output started at /home/toffeeta/public_html/ips_kernel/HTMLPurifier/HTMLPurifier/DefinitionCache/Serializer.php:133) in /home/toffeeta/public_html/admin/sources/classes/output/formats/html/htmlOutput.php on line 114

 

 

 

I've noticed the above error a few times over the last day or so.

 

It could be an Invision issue, but I researched it a bit for you, and the only suggestion I found was :

 

 

Open / admin / sources / base / ipsRegistry.php

 

Search for:

 # Define cache path define ('IPS_CACHE_PATH', (! Empty (ipsRegistry :: $ settings ['ipb _cache_path']))? IpsRegistry :: $ settings ['ipb _cache_path']: DOC_IPS_ROOT_PATH); 
 

add

 if (! defined ('HTML_PURIFIER_PATH'))

   {

    define ('HTML_PURIFIER_PATH', IPS_CACHE_PATH);

   }
 

I suggest doing your own asking with a support ticket if you are unsure.

Edited by Avinalaff
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...