2009-08-14, 12:36:20
mj, just to see if this fixes it, remove lines 42-56 from the /admin/inc/functions.php file. After uploading it, let me know if you see anything different.
If this fixes it, it's because for some reason, his server doesn't allow remote url pickup with file_get_contents();
What you are deleting here is where you are getting a random-generated key that my server assigns you upon installation. It is used absolutely nowhere right now, but I had envisioned using it to create a sort of 'salt' to encrypt/protect certain processes.
If this fixes it, it's because for some reason, his server doesn't allow remote url pickup with file_get_contents();
What you are deleting here is where you are getting a random-generated key that my server assigns you upon installation. It is used absolutely nowhere right now, but I had envisioned using it to create a sort of 'salt' to encrypt/protect certain processes.