Doing an upgrade from 1.10.3 to 1.11.10 using the steps provided here:
http://docs.cmsmadesimple.org/upgrading/old-versions
So i started by upgrading all my modules. Gallery updated fine, but AdvancedContent failed during upgrade and now i have no front or back end access with the following error:
Code: Select all
Fatal error: Call to undefined method Smarty_CMS::registerPlugin() in /home/modhcbsp/public_html/humm/modules/AdvancedContent/AdvancedContent.module.php on line 45
----------------------------------------------
Cms Version: 1.10.3
Installed Modules:
CMSMailer: 2.0.2
CMSPrinting: 1.0
FileManager: 1.2.0
MenuManager: 1.7.7
MicroTiny: 1.1.1
ModuleManager: 1.5.3
News: 2.12.3
Search: 1.7
ThemeManager: 1.1.4
AdvancedContent: 0.9.3
Gallery: 1.6
FormBuilder: 0.7.3
CGExtensions: 1.31
CGSmartImage: 1.9.5
CGFBApp: 1.0.7
AceEditor: 0.2.5
Captcha: 0.4.6
TinyMCE: 2.9.12
Config Information:
php_memory_limit:
process_whole_template: false
output_compression: false
max_upload_size: 2000000
default_upload_permission: 664
url_rewriting: none
page_extension:
query_var: page
image_manipulation_prog: GD
auto_alias_content: true
locale:
default_encoding: utf-8
admin_encoding: utf-8
set_names: true
Php Information:
phpversion: 5.3.25
md5_function: On (True)
gd_version: 2
tempnam_function: On (True)
magic_quotes_runtime: Off (False)
E_STRICT: 0
E_DEPRECATED: 0
memory_limit: 64M
max_execution_time: 150
output_buffering: On
safe_mode: Off (False)
file_uploads: On (True)
post_max_size: 8M
upload_max_filesize: 2M
session_save_path: /tmp (1777)
session_use_cookies: On (True)
xml_function: On (True)
Server Information:
Server Api: cgi-fcgi
Server Db Type: MySQL (mysql)
Server Db Version: 5.1.72
----------------------------------------------
Questions:
1. How do i undo this action and get back on upgrade path?
2. How do i upgrade AdvancedContent successfully?