Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 1st, 2012  |  syntax: None  |  size: 3.76 KB  |  hits: 21  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Notice: Use of undefined constant TEMP_FOLDER - assumed 'TEMP_FOLDER' in /smhhome/e-web/ea/0a/austrackcampers.com/public/www/_ss_environment.php  on line 3
  2.  
  3. Notice: Use of undefined constant silverstripe - assumed 'silverstripe' in /smhhome/e-web/ea/0a/austrackcampers.com/public/www/_ss_environment.php on line 3
  4.  
  5. Warning: Division by zero in /smhhome/e-web/ea/0a/austrackcampers.com/public/www/_ss_environment.php on line 3
  6.  
  7. Notice: Use of undefined constant cache - assumed 'cache' in /smhhome/e-web/ea/0a/austrackcampers.com/public/www/_ss_environment.php on line 3
  8.  
  9.  
  10.  
  11. [Warning] is_dir() [function.is-dir]: open_basedir restriction in effect. File(/tmp/) is not within the allowed path(s): (VIRTUAL_DOCUMENT_ROOT:/smhhome/chroot_bind/php/php5/usr/local/lib/php/)
  12. GET /admin
  13.  
  14. Line 152 in /smhhome/e-web/ea/0a/austrackcampers.com/public/www/sapphire/thirdparty/Zend/Cache/Backend/File.php
  15. Source
  16.  
  17. 143      * Set the cache_dir (particular case of setOption() method)
  18. 144      *
  19. 145      * @param  string  $value
  20. 146      * @param  boolean $trailingSeparator If true, add a trailing separator is necessary
  21. 147      * @throws Zend_Cache_Exception
  22. 148      * @return void
  23. 149      */
  24. 150     public function setCacheDir($value, $trailingSeparator = true)
  25. 151     {
  26. 152         if (!is_dir($value)) {
  27. 153             Zend_Cache::throwException('cache_dir must be a directory');
  28. 154         }
  29. 155         if (!is_writable($value)) {
  30. 156             Zend_Cache::throwException('cache_dir is not writable');
  31. 157         }
  32. 158         if ($trailingSeparator) {
  33.  
  34. Trace
  35.  
  36.     * is_dir(/tmp/)
  37.       Line 152 of File.php
  38.     * Zend_Cache_Backend_File->setCacheDir(/tmp/,)
  39.       Line 122 of File.php
  40.     * Zend_Cache_Backend_File->__construct(Array)
  41.       Line 152 of Cache.php
  42.     * Zend_Cache::_makeBackend(File,Array,,)
  43.       Line 93 of Cache.php
  44.     * Zend_Cache::factory(Core,File,Array,Array)
  45.       Line 835 of Data.php
  46.     * Zend_Locale_Data::getContent(en_US,date)
  47.       Line 962 of Format.php
  48.     * Zend_Locale_Format::getDateFormat(en_US)
  49.       Line 81 of DateField.php
  50.     * DateField->__construct(SiteTreeFilterDate)
  51.       Line 224 of CMSMain.php
  52.     * CMSMain->SiteTreeFilterDateField()
  53.       Line 369 of ViewableData.php
  54.     * ViewableData->obj(SiteTreeFilterDateField,,,1)
  55.       Line 445 of ViewableData.php
  56.     * ViewableData->XML_val(SiteTreeFilterDateField,,1)
  57.       Line 102 of .cache.smhhome.e-web.ea.0a.austrackcampers.com.public.www.cms.templates.Includes.CMSMain_left.ss
  58.     * include(/smhhome/e-web/ea/0a/austrackcampers.com/public/www/silverstripe-cache/.cache.smhhome.e-web.ea.0a.austrackcampers.com.public.www.cms.templates.Includes.CMSMain_left.ss)
  59.       Line 392 of SSViewer.php
  60.     * SSViewer->process(CMSMain)
  61.       Line 342 of ViewableData.php
  62.     * ViewableData->renderWith(Array)
  63.       Line 483 of LeftAndMain.php
  64.     * LeftAndMain->Left()
  65.       Line 369 of ViewableData.php
  66.     * ViewableData->obj(Left,,,1)
  67.       Line 445 of ViewableData.php
  68.     * ViewableData->XML_val(Left,,1)
  69.       Line 59 of .cache.smhhome.e-web.ea.0a.austrackcampers.com.public.www.cms.templates.LeftAndMain.ss
  70.     * include(/smhhome/e-web/ea/0a/austrackcampers.com/public/www/silverstripe-cache/.cache.smhhome.e-web.ea.0a.austrackcampers.com.public.www.cms.templates.LeftAndMain.ss)
  71.       Line 392 of SSViewer.php
  72.     * SSViewer->process(CMSMain)
  73.       Line 202 of Controller.php
  74.     * Controller->handleAction(SS_HTTPRequest)
  75.       Line 134 of RequestHandler.php
  76.     * RequestHandler->handleRequest(SS_HTTPRequest)
  77.       Line 147 of Controller.php
  78.     * Controller->handleRequest(SS_HTTPRequest)
  79.       Line 283 of Director.php
  80.     * Director::handleRequest(SS_HTTPRequest,Session)
  81.       Line 127 of Director.php
  82.     * Director::direct(/admin)
  83.       Line 127 of main.php