Warning: is_file(): open_basedir restriction in effect. File(/opt/plesk/php/8.4/share/pear/HTMLPurifier_Config.php) is not within the allowed path(s): (/var/www/vhosts/cloudberrycreative.com/:/tmp/) in /var/www/vhosts/cloudberrycreative.com/staging.playbook.cloudberrycreative.com/craft/app/framework/YiiBase.php on line 451
Error

Error

Class "HTMLPurifier_Config" not found

/var/www/vhosts/cloudberrycreative.com/staging.playbook.cloudberrycreative.com/craft/app/framework/base/CErrorHandler.php(214)

202                 'code'=>($exception instanceof CHttpException)?$exception->statusCode:500,
203                 'type'=>get_class($exception),
204                 'errorCode'=>$exception->getCode(),
205                 'message'=>$exception->getMessage(),
206                 'file'=>$fileName,
207                 'line'=>$errorLine,
208                 'trace'=>$exception->getTraceAsString(),
209                 'traces'=>$trace,
210             );
211 
212             if(!headers_sent())
213             {
214                 $httpVersion=Yii::app()->request->getHttpVersion();
215                 header("HTTP/$httpVersion {$data['code']} ".$this->getHttpHeader($data['code'], get_class($exception)));
216             }
217 
218             $this->renderException();
219         }
220         else
221             $app->displayException($exception);
222     }
223 
224     /**
225      * Handles the PHP error.
226      * @param CErrorEvent $event the PHP error event

Stack Trace

#0
+
 /var/www/vhosts/cloudberrycreative.com/staging.playbook.cloudberrycreative.com/craft/app/services/HttpRequestService.php(1686): Craft\StringHelper::convertToUTF8()
1681                 }
1682             }
1683         }
1684         else
1685         {
1686             $things = StringHelper::convertToUTF8($things);
1687         }
1688 
1689         return $things;
1690     }
1691 
#1
+
 /var/www/vhosts/cloudberrycreative.com/staging.playbook.cloudberrycreative.com/craft/app/services/HttpRequestService.php(1636): Craft\HttpRequestService->_utf8AllTheThings()
1631         }
1632 
1633         // Looking for a specific value?
1634         if (isset($data[$name]))
1635         {
1636             return $this->_utf8AllTheThings($data[$name]);
1637         }
1638 
1639         // Maybe they're looking for a nested param?
1640         if (strpos($name, '.') !== false)
1641         {
#2
+
 /var/www/vhosts/cloudberrycreative.com/staging.playbook.cloudberrycreative.com/craft/app/services/HttpRequestService.php(414): Craft\HttpRequestService->_getParam()
409      * @return mixed The value of the corresponding query string param if a single param was requested, or $defaultValue
410      *               if that value didn’t exist, or the entire $_GET array if no single param was requested.
411      */
412     public function getQuery($name = null, $defaultValue = null)
413     {
414         return $this->_getParam($name, $defaultValue, $_GET);
415     }
416 
417     /**
418      * Returns a query string parameter, or bails on the request with a 400 error if that parameter doesn’t exist.
419      *
2026-06-09 08:41:15 Apache / Craft CMS 2.7.2