Hello. I just upgraded my client from 1.6.8 to 1.6.9 (downloaded all plugins, languages, modules, and extensions) then uploaded 1.6.9 and ran the updater script. Optimized tables successfully then tried to login and it gives me the following code above each page in the CP:
ary_path', 'thumbnail_prefix', 'word_separator', 'use_category_name', 'reserved_category_word', 'auto_convert_high_ascii', 'new_posts_clear_caches', 'auto_assign_cat_parents'); $name = $which.'_default'; return ${$name}; } /* END */ } // END CLASS ?>global $DB; if (count($this->file_paths) > 0) { return $this->file_paths; } $query = $DB->query("SELECT id, url FROM exp_upload_prefs"); if ($query->num_rows == 0) { return; } foreach ($query->result as $row) { $this->file_paths[$row['id']] = $row['url']; } return $this->file_paths; } /* END */ /** ---------------------------------------- /** Clones an Object /** - This is required because of the way PHP 5 handles the passing of objects /** - <a href="http://acko.net/node/54">http://acko.net/node/54</a> /** ----------------------------------------*/ function clone_object($object) { return version_compare(phpversion(), '5.0') < 0 ? $object : clone($object); } /* END */ } // END CLASS ?>-----------------------------*/ function active_hook($which) { if (isset($this->extensions[$which])) return TRUE; return FALSE; } /* END */ } // END CLASS ?>.go(-1)', $LANG->line('return_to_previous')) ); $this->show_message($data, 0); } /* END */ } // END CLASS ?>query("DELETE FROM exp_password_lockout WHERE login_date < $expire"); } } /* END */ } // END CLASS ?> $return ); } /* END */ } // END CLASS ?>What’s up and how can I get this fixed ASAP so I can take the site live again.
- Andy
PS: Also I noticed the font sizes appear to be larger in the CP than normal, see attached pic.