Advertisement
Guest User

Untitled

a guest
Oct 21st, 2019
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.48 KB | None | 0 0
  1. Warning in ./libraries/Config.php#1707
  2. file_exists(): open_basedir restriction in effect. File(/etc/phpmyadmin/config.footer.inc.php) is not within the allowed path(s): (/var/www/mysite.com/:/usr/lib/php/:/tmp/:/usr/share/phpmyadmin/)
  3.  
  4. Backtrace
  5.  
  6. ./libraries/Config.php#1707: file_exists(string '/etc/phpmyadmin/config.footer.inc.php')
  7. ./libraries/Config.php#1725: PMA\libraries\Config::_renderCustom(
  8. string '/etc/phpmyadmin/config.footer.inc.php',
  9. string 'pma_footer',
  10. )
  11. ./libraries/plugins/auth/AuthenticationCookie.php#260: PMA\libraries\Config::renderFooter()
  12. ./libraries/common.inc.php#754: PMA\libraries\plugins\auth\AuthenticationCookie->auth()
  13. ./index.php#13: require_once(./libraries/common.inc.php)
  14. Warning in ./libraries/Config.php#1707
  15. file_exists(): open_basedir restriction in effect. File(/etc/phpmyadmin/config.header.inc.php) is not within the allowed path(s): (/var/www/mysite.com/:/usr/lib/php/:/tmp/:/usr/share/phpmyadmin/)
  16.  
  17. Backtrace
  18.  
  19. ./libraries/Config.php#1707: file_exists(string '/etc/phpmyadmin/config.header.inc.php')
  20. ./libraries/Config.php#1735: PMA\libraries\Config::_renderCustom(
  21. string '/etc/phpmyadmin/config.header.inc.php',
  22. string 'pma_header',
  23. )
  24. ./libraries/Header.php#431: PMA\libraries\Config::renderHeader()
  25. ./libraries/Response.php#266: PMA\libraries\Header->getDisplay()
  26. ./libraries/Response.php#279: PMA\libraries\Response->_getDisplay()
  27. ./libraries/Response.php#443: PMA\libraries\Response->_htmlResponse()
  28. PMA\libraries\Response::response()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement