Results 1 to 6 of 6

Hybrid View

  1. #1
    Join Date
    Jul 2006
    Location
    SF Bay Area
    Posts
    867
    Plugin Contributions
    1

    Default Re: errors after site transfer

    If you are sure your config files are correct (be sure) you can either use phpmyadmin to fix the cache key or use this trick to bring up admin and then fix it in the sessions tab.

    In includes/functions/sessions.php

    find: (about line 154)

    Code:
      function zen_session_save_path($path = '') {
        if (!empty($path)) {
          //return session_save_path($path);  // comment this out
    	  return "/proper/cache/path";  // add this
        } else {
          //return session_save_path();  // comment this out
    	  return "proper/cache/path"; // add this
        }
      }
    note commenting out the return lines and hardcoding the proper value temporarily.

    I've seen the fix_cache_key come up with a blank page. Don't know why.

    Be sure to set the proper path in the admin and then undo the above temp fix.

  2. #2
    Join Date
    Mar 2006
    Posts
    283
    Plugin Contributions
    0

    Default Re: errors after site transfer

    Bingo!~ Hardcoding did the trick......

    Thanks!

  3. #3
    Join Date
    Mar 2006
    Posts
    283
    Plugin Contributions
    0

    Default Re: errors after site transfer

    By the way... For others having thisproblem too....

    There were remnants of the old path in the db file. Would be good for folks to do a scan of their back up sql file and make sure to change any references to old server paths.... I found 2! Logs and Sessions.

    night!

 

 

Similar Threads

  1. v139d BIG problem after I paid my hosing company to transfer my site...
    By OnlySeaDoo in forum General Questions
    Replies: 7
    Last Post: 1 Feb 2012, 09:09 PM
  2. Admin half loading after site transfer to new server
    By dj_chillerz in forum General Questions
    Replies: 11
    Last Post: 5 Nov 2011, 03:11 PM
  3. Problems after site transfer
    By myalkut in forum Installing on a Linux/Unix Server
    Replies: 4
    Last Post: 20 Aug 2009, 01:47 AM
  4. site wont display in explorer after transfer
    By blind1 in forum Installing on a Linux/Unix Server
    Replies: 11
    Last Post: 4 Aug 2008, 09:24 AM
  5. Unable to Log into Admin after site transfer
    By OutdoorsInteriors in forum General Questions
    Replies: 1
    Last Post: 24 Feb 2007, 02:50 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg