Warning: Could not change cache path (/home/www/themagicguild.com/cache/) in /home/www/themagicguild.com/classes/cache/file.class.php on line 258
Error: Failed to create PHP session. It may be possible to fix this by following these steps:
  1. Create a folder in the root directory of your store called "sessions"
  2. Create a file in the root folder of your store called "ini-custom.inc.php"
  3. Add the following code to this file and save the changes.
    <?php
    session_save_path(CC_ROOT_DIR.'/sessions');
Once that has been done refresh this page.