I've upgraded the Etomite dist. 0.6.1 R3 to 0.6.1 R4. I backed up my database, images, etc. in case anything would be lost after upgrade.
I followed the instructions under "Install > Upgrade (Manual)" and created the new config.inc.php file as directed.
I logged into the manager and here is what it spit out, at the top of the page (see screenshot attached, also)
.processor.php"; } if(getenv("HTTP_CLIENT_IP")) $ip = getenv("HTTP_CLIENT_IP"); elseif(getenv("HTTP_X_FORWARDED_FOR")) $ip = getenv("HTTP_X_FORWARDED_FOR"); elseif(getenv("REMOTE_ADDR")) $ip = getenv("REMOTE_ADDR"); else $ip = "UNKNOWN"; $_SESSION['ip'] = $ip; $itemid = (isset($_REQUEST['id']) && !empty($_REQUEST['id'])) ? $_REQUEST['id'] : 'NULL'; $lasthittime = time(); $a = isset($_REQUEST['a']) ? $_REQUEST['a'] : ""; if($a!=1) { $sql = "REPLACE INTO $dbase.".$table_prefix."active_users(internalKey, username, lasthit, action, id, ip) values(".$_SESSION['internalKey'].", '".$_SESSION['shortname']."', '".$lasthittime."', '".$a."', ".($itemid == 'NULL' ? 'NULL' : "'$itemid'").", '$ip')"; if(!$rs = mysql_query($sql)) { echo "error replacing into active users! SQL: ".$sql; exit; } } ?>I ensured all perms were set and Manager files were overwritten.
I understand that to have my upgraded software working properly, I must clear my Etomite site cache. However, here are the files in the assets/cache directory:
etomiteCache.idx.php
etomitePublishing.idx
...I'm not sure which ones I could try manually deleting via FTP since Manager won't let me in to the Manager area properly.
Can anyone help me ASAP? Thanks!
----
Edited to add the obligatory server info that you will undoubtedly ask me.. here goes:
System: Linux flavored Apache/2.2.4 (Unix)
Etomite: 0614 RC4 --> WAS 0614 RC3
MySQL: API Version: 5.0.45
PHP Version 4.4.7
Website: insitu-tech.com
Attached Files
Edited by bwoodsdesign, 10 March 2008 - 04:30 PM.












