upgrade problem - 0.11.2 -> 0.12.2.

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Locked
m@rcel

upgrade problem - 0.11.2 -> 0.12.2.

Post by m@rcel »

hi everyone

i upgraded today from 0.11.2 to 0.12.2. and run the upgrade script. but all i get now are white pages.

cmsms is running on:

- FreeBSD 4.7
- PHP Version 4.4.2
- MySQL 4.0.24

any ideas how to fix that?

thnx.

marcel
Ted
Power Poster
Power Poster
Posts: 3329
Joined: Fri Jun 11, 2004 6:58 pm

Re: upgrade problem - 0.11.2 -> 0.12.2.

Post by Ted »

What happens if you turn debug on in config.php?  Do you have a URL?
Russ
Power Poster
Power Poster
Posts: 813
Joined: Fri Nov 25, 2005 5:02 pm

Re: upgrade problem - 0.11.2 -> 0.12.2.

Post by Russ »

Have you added back any 'plugins', 'modules', 'tags', or 'user tags' that may have got overwitten in the upgrade? Or are outside the core ones?

Also clear your cache in admin and your browser.

Hope this helps

Russ
ochsner

Re: upgrade problem - 0.11.2 -> 0.12.2.

Post by ochsner »

I have the same problem...

____________________________________
PHP 5.0.4,  FreeBSD 5.3-RELEASE-p19, Mysql 4.1.11
tsw
Power Poster
Power Poster
Posts: 1408
Joined: Tue Dec 13, 2005 10:50 pm

Re: upgrade problem - 0.11.2 -> 0.12.2.

Post by tsw »

Well need some more information..

config.php (without passwords ofcourse)

url!

and info about extra modules and such
ochsner

Re: upgrade problem - 0.11.2 -> 0.12.2.

Post by ochsner »

OK:

URL: http://www.firmenarchive.ch

Modules:
Backup
CSSMenu
ELLNav
FCKeditorX
News
TemeManager


config.php

Code: Select all

<?php
#CMS Made Simple Configuration File
#Please clear the cache (Site Admin->Global Settings in the admin panel)
#after making any changes to path or url related options

#-----------------
#Database Settings
#-----------------

#This is your database connection information.  Name of the server,
#username, password and a database with proper permissions should
#all be setup before CMS Made Simple is installed.
$config['dbms'] = 'mysql';
$config['db_hostname'] = 'localhost';
$config['db_username'] = '******';
$config['db_password'] = '*****';
$config['db_name'] = '******';

#If app needs to coexist with other tables in the same db,
#put a prefix here.  e.g. "cms_"
$config['db_prefix'] = 'cms_';

#Use persistent connections?  They're generally faster, but not all hosts
#allow them.
$config['persistent_db_conn'] = false;

#Use ADODB Lite?  This should be true in almost all cases.  Note, slight
#tweaks might have to be made to date handling in a "regular" adodb
#install before it can be used.
$config['use_adodb_lite'] = true;

#-------------
#Path Settings
#-------------

#Document root as seen from the webserver.  No slash at the end
#e.g. http://blah.com
$config['root_url'] = 'http://www.firmenarchive.ch';

#Path to document root. This should be the directory this file is in.
#e.g. /var/www/localhost
$config['root_path'] = '/home/firmenarchive/public_html';

#Name of the admin directory
$config['admin_dir'] = 'admin';

#Where do previews get stored temporarily?  It defaults to tmp/cache.
$config['previews_path'] = '/home/firmenarchive/public_html/tmp/cache';

#Where are uploaded files put?  This defaults to uploads.
$config['uploads_path'] = '/home/firmenarchive/public_html/uploads';

#Where is the url to this uploads directory?
$config['uploads_url'] = '/home/firmenarchive/uploads';

#---------------
#Upload Settings
#---------------

#Maxium upload size (in bytes)?
$config['max_upload_size'] = 1000000;

#Permissions for uploaded files.  This only really needs changing if your
#host has a weird permissions scheme.
$config['default_upload_permission'] = '664';

#------------------
#Usability Settings
#------------------

#Allow smarty {php} tags?  These could be dangerous if you don't trust your users.
$config['use_smarty_php_tags'] = false;

#CMSMS Debug Mode?  Turn is on to get a better error when you
#see {nocache} errors.
$config['debug'] = true;

#Automatically assign alias based on page title?
$config['auto_alias_content'] = true;

#------------
#URL Settings
#------------

#Show mod_rewrite URLs in the menu?
$config['assume_mod_rewrite'] = false;

#Extension to use if you're using mod_rewrite for pretty URLs.
$config['page_extension'] = '';

#If you don't use mod_rewrite, then would you like to use the built-in
#pretty url mechanism?  This will not work with IIS and the {metadata} tag
#should be in all of your templates before enabling.
$config['internal_pretty_urls'] = false;

#If you're using the internal pretty url mechanism or mod_rewrite, would you like to
#show urls in their hierarchy?  (ex. http://www.mysite.com/parent/parent/childpage)
$config['use_hierarchy'] = false;

#If using none of the above options, what should we be using for the query string
#variable?  (ex. http://www.mysite.com/index.php?page=somecontent)
$config['query_var'] = 'page';

#--------------
#Image Settings
#--------------

#Which program should be used for handling thumbnails in the image manager.
#See http://wiki.cmsmadesimple.org/index.php/User_Handbook/Admin_Panel/Content/Image_Manager for more
#info on what this all means
$config['image_manipulation_prog'] = 'GD';
$config['image_transform_lib_path'] = '/usr/bin/ImageMagick/';

#Default path and URL for uploaded images in the image manager
$config['image_uploads_path'] = '/home/firmenarchive/public_html/uploads/images';
$config['image_uploads_url'] = 'http://www.something.com/uploads/images'; 

#------------------------
#Locale/Encoding Settings
#------------------------

#Locale to use for various default date handling functions, etc.  Leaving
#this blank will use the server's default.  This might not be good if the
#site is hosted in a different country than it's intended audience.
$config['locale'] = '';

#In almost all cases, default_encoding should be empty (which defaults to utf-8)
#and admin_encoding should be utf-8.  If you'd like this to be different, change
#both.  Keep in mind, however, that the admin interface translations are all in
#utf-8, and will be converted on the fly to match the admin_encoding.  This
#could seriously slow down the admin interfaces for users.
$config['default_encoding'] = '';
$config['admin_encoding'] = 'utf-8';

#---------------------------------------------
#Use the old stylesheet logic?  It's much slower, but it works with older
#versions of CMSMS.  You'll also need this set to true if there is a module
#that uses a stylesheet callback.  Leave it as false instead you really
#need it.
$config['old_stylesheet'] = true;

# URL of the Admin Panel section of the User Handbook
$config['wiki_url'] = 'http://wiki.cmsmadesimple.org/index.php/User_Handbook/Admin_Panel';

#Not used anymore... kept around, just in case
$config['disable_htmlarea_translation'] = false;
$config['use_Indite'] = true;
?>
SQL - DB:

Code: Select all

abelle   	  Aktion   	  EinträgeEs kann sich hierbei um Näherungswerte handeln. Bitte lesen Sie auch FAQ 3.11   	  Typ   	  Kollation   	  Größe   	  Überhang 
	 cms_additional_htmlblob_users   	Anzeigen 	Suche 	Einfügen 	Struktur 	Leeren 	Löschen 	1 	 MyISAM  	 latin1_swedish_ci  	   2,0 KB 	    - 
	 cms_additional_htmlblob_users_seq   	Anzeigen 	Suche 	Einfügen 	Struktur 	Leeren 	Löschen 	1 	 MyISAM  	 latin1_swedish_ci  	   1,0 KB 	    - 
	 cms_additional_htmlblobs_users_seq   	Anzeigen 	Suche 	Einfügen 	Struktur 	Leeren 	Löschen 	1 	 MyISAM  	 latin1_swedish_ci  	   1,0 KB 	    - 
	 cms_additional_users   	Anzeigen 	Suche 	Einfügen 	Struktur 	Leeren 	Löschen 	0 	 MyISAM  	 latin1_swedish_ci  	   1,0 KB 	    - 
	 cms_additional_users_seq   	Anzeigen 	Suche 	Einfügen 	Struktur 	Leeren 	Löschen 	1 	 MyISAM  	 latin1_swedish_ci  	   1,0 KB 	    - 
	 cms_admin_bookmarks   	Anzeigen 	Suche 	Einfügen 	Struktur 	Leeren 	Löschen 	5 	 MyISAM  	 latin1_swedish_ci  	   3,2 KB 	    - 
	 cms_admin_bookmarks_seq   	Anzeigen 	Suche 	Einfügen 	Struktur 	Leeren 	Löschen 	1 	 MyISAM  	 latin1_swedish_ci  	   1,0 KB 	    - 
	 cms_admin_recent_pages   	Anzeigen 	Suche 	Einfügen 	Struktur 	Leeren 	Löschen 	0 	 MyISAM  	 latin1_swedish_ci  	   1,0 KB 	    - 
	 cms_admin_recent_pages_seq   	Anzeigen 	Suche 	Einfügen 	Struktur 	Leeren 	Löschen 	1 	 MyISAM  	 latin1_swedish_ci  	   1,0 KB 	    - 
	 cms_adminlog   	Anzeigen 	Suche 	Einfügen 	Struktur 	Leeren 	Löschen 	43 	 MyISAM  	 latin1_swedish_ci  	   3,1 KB 	    - 
	 cms_content   	Anzeigen 	Suche 	Einfügen 	Struktur 	Leeren 	Löschen 	22 	 MyISAM  	 latin1_swedish_ci  	   9,0 KB 	    - 
	 cms_content_props   	Anzeigen 	Suche 	Einfügen 	Struktur 	Leeren 	Löschen 	39 	 MyISAM  	 latin1_swedish_ci  	   179,1 KB 	    - 
	 cms_content_props_seq   	Anzeigen 	Suche 	Einfügen 	Struktur 	Leeren 	Löschen 	1 	 MyISAM  	 latin1_swedish_ci  	   1,0 KB 	    - 
	 cms_content_seq   	Anzeigen 	Suche 	Einfügen 	Struktur 	Leeren 	Löschen 	1 	 MyISAM  	 latin1_swedish_ci  	   1,0 KB 	    - 
	 cms_css   	Anzeigen 	Suche 	Einfügen 	Struktur 	Leeren 	Löschen 	3 	 MyISAM  	 latin1_swedish_ci  	   7,3 KB 	    - 
	 cms_css_assoc   	Anzeigen 	Suche 	Einfügen 	Struktur 	Leeren 	Löschen 	5 	 MyISAM  	 latin1_swedish_ci  	   1,2 KB 	    - 
	 cms_css_seq   	Anzeigen 	Suche 	Einfügen 	Struktur 	Leeren 	Löschen 	1 	 MyISAM  	 latin1_swedish_ci  	   1,0 KB 	    - 
	 cms_group_perms   	Anzeigen 	Suche 	Einfügen 	Struktur 	Leeren 	Löschen 	37 	 MyISAM  	 latin1_swedish_ci  	   4,0 KB 	    - 
	 cms_group_perms_seq   	Anzeigen 	Suche 	Einfügen 	Struktur 	Leeren 	Löschen 	1 	 MyISAM  	 latin1_swedish_ci  	   1,0 KB 	    - 
	 cms_groups   	Anzeigen 	Suche 	Einfügen 	Struktur 	Leeren 	Löschen 	2 	 MyISAM  	 latin1_swedish_ci  	   2,1 KB 	    - 
	 cms_groups_seq   	Anzeigen 	Suche 	Einfügen 	Struktur 	Leeren 	Löschen 	1 	 MyISAM  	 latin1_swedish_ci  	   1,0 KB 	    - 
	 cms_htmlblobs   	Anzeigen 	Suche 	Einfügen 	Struktur 	Leeren 	Löschen 	0 	 MyISAM  	 latin1_swedish_ci  	   1,0 KB 	    - 
	 cms_htmlblobs_seq   	Anzeigen 	Suche 	Einfügen 	Struktur 	Leeren 	Löschen 	1 	 MyISAM  	 latin1_swedish_ci  	   1,0 KB 	    - 
	 cms_module_deps   	Anzeigen 	Suche 	Einfügen 	Struktur 	Leeren 	Löschen 	0 	 MyISAM  	 latin1_swedish_ci  	   1,0 KB 	    - 
	 cms_module_fckx   	Anzeigen 	Suche 	Einfügen 	Struktur 	Leeren 	Löschen 	2 	 MyISAM  	 latin1_swedish_ci  	   2,2 KB 	    - 
	 cms_module_gastbuch   	Anzeigen 	Suche 	Einfügen 	Struktur 	Leeren 	Löschen 	0 	 MyISAM  	 latin1_swedish_ci  	   1,0 KB 	    - 
	 cms_module_gastbuch_post   	Anzeigen 	Suche 	Einfügen 	Struktur 	Leeren 	Löschen 	0 	 MyISAM  	 latin1_swedish_ci  	   1,0 KB 	    - 
	 cms_module_gastbuch_seq   	Anzeigen 	Suche 	Einfügen 	Struktur 	Leeren 	Löschen 	1 	 MyISAM  	 latin1_swedish_ci  	   1,0 KB 	    - 
	 cms_module_news   	Anzeigen 	Suche 	Einfügen 	Struktur 	Leeren 	Löschen 	3 	 MyISAM  	 latin1_swedish_ci  	   3,4 KB 	    - 
	 cms_module_news_categories   	Anzeigen 	Suche 	Einfügen 	Struktur 	Leeren 	Löschen 	2 	 MyISAM  	 latin1_swedish_ci  	   2,1 KB 	    - 
	 cms_module_news_categories_seq   	Anzeigen 	Suche 	Einfügen 	Struktur 	Leeren 	Löschen 	1 	 MyISAM  	 latin1_swedish_ci  	   1,0 KB 	    - 
	 cms_module_news_seq   	Anzeigen 	Suche 	Einfügen 	Struktur 	Leeren 	Löschen 	1 	 MyISAM  	 latin1_swedish_ci  	   1,0 KB 	    - 
	 cms_module_templates   	Anzeigen 	Suche 	Einfügen 	Struktur 	Leeren 	Löschen 	3 	 MyISAM  	 latin1_swedish_ci  	   5,0 KB 	    - 
	 cms_modules   	Anzeigen 	Suche 	Einfügen 	Struktur 	Leeren 	Löschen 	13 	 MyISAM  	 latin1_swedish_ci  	   1,4 KB 	    - 
	 cms_permissions   	Anzeigen 	Suche 	Einfügen 	Struktur 	Leeren 	Löschen 	34 	 MyISAM  	 latin1_swedish_ci  	   4,2 KB 	    - 
	 cms_permissions_seq   	Anzeigen 	Suche 	Einfügen 	Struktur 	Leeren 	Löschen 	1 	 MyISAM  	 latin1_swedish_ci  	   1,0 KB 	    - 
	 cms_siteprefs   	Anzeigen 	Suche 	Einfügen 	Struktur 	Leeren 	Löschen 	26 	 MyISAM  	 latin1_swedish_ci  	   2,9 KB 	    - 
	 cms_templates   	Anzeigen 	Suche 	Einfügen 	Struktur 	Leeren 	Löschen 	6 	 MyISAM  	 latin1_swedish_ci  	   32,8 KB 	    - 
	 cms_templates_seq   	Anzeigen 	Suche 	Einfügen 	Struktur 	Leeren 	Löschen 	1 	 MyISAM  	 latin1_swedish_ci  	   1,0 KB 	    - 
	 cms_user_groups   	Anzeigen 	Suche 	Einfügen 	Struktur 	Leeren 	Löschen 	2 	 MyISAM  	 latin1_swedish_ci  	   1,0 KB 	    - 
	 cms_userplugins   	Anzeigen 	Suche 	Einfügen 	Struktur 	Leeren 	Löschen 	3 	 MyISAM  	 latin1_swedish_ci  	   15,5 KB 	    - 
	 cms_userplugins_seq   	Anzeigen 	Suche 	Einfügen 	Struktur 	Leeren 	Löschen 	1 	 MyISAM  	 latin1_swedish_ci  	   1,0 KB 	    - 
	 cms_userprefs   	Anzeigen 	Suche 	Einfügen 	Struktur 	Leeren 	Löschen 	16 	 MyISAM  	 latin1_swedish_ci  	   2,4 KB 	    - 
	 cms_users   	Anzeigen 	Suche 	Einfügen 	Struktur 	Leeren 	Löschen 	2 	 MyISAM  	 latin1_swedish_ci  	   2,2 KB 	    - 
	 cms_users_seq   	Anzeigen 	Suche 	Einfügen 	Struktur 	Leeren 	Löschen 	1 	 MyISAM  	 latin1_swedish_ci  	   1,0 KB 	    - 
	 cms_version   	Anzeigen 	Suche 	Einfügen 	Struktur 	Leeren 	Löschen 	1 	 MyISAM  	 latin1_swedish_ci  	   1,0 KB 	    - 
	 primar_additional_htmlblob_users   	Anzeigen 	Suche 	Einfügen 	Struktur 	Leeren 	Löschen 	0 	 MyISAM  	 latin1_swedish_ci  	   1,0 KB 	    - 
	 primar_additional_htmlblobs_users_seq   	Anzeigen 	Suche 	Einfügen 	Struktur 	Leeren 	Löschen 	1 	 MyISAM  	 latin1_swedish_ci  	   1,0 KB 	    - 
	 primar_additional_users   	Anzeigen 	Suche 	Einfügen 	Struktur 	Leeren 	Löschen 	0 	 MyISAM  	 latin1_swedish_ci  	   1,0 KB 	    - 
	 primar_additional_users_seq   	Anzeigen 	Suche 	Einfügen 	Struktur 	Leeren 	Löschen 	1 	 MyISAM  	 latin1_swedish_ci  	   1,0 KB 	    - 
	 primar_admin_bookmarks   	Anzeigen 	Suche 	Einfügen 	Struktur 	Leeren 	Löschen 	0 	 MyISAM  	 latin1_swedish_ci  	   1,0 KB 	    - 
	 primar_admin_bookmarks_seq   	Anzeigen 	Suche 	Einfügen 	Struktur 	Leeren 	Löschen 	1 	 MyISAM  	 latin1_swedish_ci  	   1,0 KB 	    - 
	 primar_admin_recent_pages   	Anzeigen 	Suche 	Einfügen 	Struktur 	Leeren 	Löschen 	0 	 MyISAM  	 latin1_swedish_ci  	   1,0 KB 	    - 
	 primar_admin_recent_pages_seq   	Anzeigen 	Suche 	Einfügen 	Struktur 	Leeren 	Löschen 	1 	 MyISAM  	 latin1_swedish_ci  	   1,0 KB 	    - 
	 primar_adminlog   	Anzeigen 	Suche 	Einfügen 	Struktur 	Leeren 	Löschen 	13 	 MyISAM  	 latin1_swedish_ci  	   1,7 KB 	    - 
	 primar_content   	Anzeigen 	Suche 	Einfügen 	Struktur 	Leeren 	Löschen 	22 	 MyISAM  	 latin1_swedish_ci  	   8,9 KB 	    - 
	 primar_content_props   	Anzeigen 	Suche 	Einfügen 	Struktur 	Leeren 	Löschen 	30 	 MyISAM  	 latin1_swedish_ci  	   43,7 KB 	    - 
	 primar_content_props_seq   	Anzeigen 	Suche 	Einfügen 	Struktur 	Leeren 	Löschen 	1 	 MyISAM  	 latin1_swedish_ci  	   1,0 KB 	    - 
	 primar_content_seq   	Anzeigen 	Suche 	Einfügen 	Struktur 	Leeren 	Löschen 	1 	 MyISAM  	 latin1_swedish_ci  	   1,0 KB 	    - 
	 primar_css   	Anzeigen 	Suche 	Einfügen 	Struktur 	Leeren 	Löschen 	19 	 MyISAM  	 latin1_swedish_ci  	   23,9 KB 	    - 
	 primar_css_assoc   	Anzeigen 	Suche 	Einfügen 	Struktur 	Leeren 	Löschen 	68 	 MyISAM  	 latin1_swedish_ci  	   3,7 KB 	    - 
	 primar_css_seq   	Anzeigen 	Suche 	Einfügen 	Struktur 	Leeren 	Löschen 	1 	 MyISAM  	 latin1_swedish_ci  	   1,0 KB 	    - 
	 primar_group_perms   	Anzeigen 	Suche 	Einfügen 	Struktur 	Leeren 	Löschen 	54 	 MyISAM  	 latin1_swedish_ci  	   4,5 KB 	    - 
	 primar_group_perms_seq   	Anzeigen 	Suche 	Einfügen 	Struktur 	Leeren 	Löschen 	1 	 MyISAM  	 latin1_swedish_ci  	   1,0 KB 	    - 
	 primar_groups   	Anzeigen 	Suche 	Einfügen 	Struktur 	Leeren 	Löschen 	3 	 MyISAM  	 latin1_swedish_ci  	   2,1 KB 	    - 
	 primar_groups_seq   	Anzeigen 	Suche 	Einfügen 	Struktur 	Leeren 	Löschen 	1 	 MyISAM  	 latin1_swedish_ci  	   1,0 KB 	    - 
	 primar_htmlblobs   	Anzeigen 	Suche 	Einfügen 	Struktur 	Leeren 	Löschen 	1 	 MyISAM  	 latin1_swedish_ci  	   2,2 KB 	    - 
	 primar_htmlblobs_seq   	Anzeigen 	Suche 	Einfügen 	Struktur 	Leeren 	Löschen 	1 	 MyISAM  	 latin1_swedish_ci  	   1,0 KB 	    - 
	 primar_module_deps   	Anzeigen 	Suche 	Einfügen 	Struktur 	Leeren 	Löschen 	0 	 MyISAM  	 latin1_swedish_ci  	   1,0 KB 	    - 
	 primar_module_news   	Anzeigen 	Suche 	Einfügen 	Struktur 	Leeren 	Löschen 	2 	 MyISAM  	 latin1_swedish_ci  	   2,5 KB 	    - 
	 primar_module_news_categories   	Anzeigen 	Suche 	Einfügen 	Struktur 	Leeren 	Löschen 	1 	 MyISAM  	 latin1_swedish_ci  	   2,1 KB 	    - 
	 primar_module_news_categories_seq   	Anzeigen 	Suche 	Einfügen 	Struktur 	Leeren 	Löschen 	1 	 MyISAM  	 latin1_swedish_ci  	   1,0 KB 	    - 
	 primar_module_news_seq   	Anzeigen 	Suche 	Einfügen 	Struktur 	Leeren 	Löschen 	1 	 MyISAM  	 latin1_swedish_ci  	   1,0 KB 	    - 
	 primar_module_templates   	Anzeigen 	Suche 	Einfügen 	Struktur 	Leeren 	Löschen 	2 	 MyISAM  	 latin1_swedish_ci  	   4,2 KB 	    - 
	 primar_modules   	Anzeigen 	Suche 	Einfügen 	Struktur 	Leeren 	Löschen 	3 	 MyISAM  	 latin1_swedish_ci  	   1,1 KB 	    - 
	 primar_permissions   	Anzeigen 	Suche 	Einfügen 	Struktur 	Leeren 	Löschen 	31 	 MyISAM  	 latin1_swedish_ci  	   3,9 KB 	    - 
	 primar_permissions_seq   	Anzeigen 	Suche 	Einfügen 	Struktur 	Leeren 	Löschen 	1 	 MyISAM  	 latin1_swedish_ci  	   1,0 KB 	    - 
	 primar_siteprefs   	Anzeigen 	Suche 	Einfügen 	Struktur 	Leeren 	Löschen 	12 	 MyISAM  	 latin1_swedish_ci  	   1,7 KB 	    - 
	 primar_templates   	Anzeigen 	Suche 	Einfügen 	Struktur 	Leeren 	Löschen 	10 	 MyISAM  	 latin1_swedish_ci  	   13,5 KB 	    - 
	 primar_templates_seq   	Anzeigen 	Suche 	Einfügen 	Struktur 	Leeren 	Löschen 	1 	 MyISAM  	 latin1_swedish_ci  	   1,0 KB 	    - 
	 primar_user_groups   	Anzeigen 	Suche 	Einfügen 	Struktur 	Leeren 	Löschen 	1 	 MyISAM  	 latin1_swedish_ci  	   1,0 KB 	    - 
	 primar_userplugins   	Anzeigen 	Suche 	Einfügen 	Struktur 	Leeren 	Löschen 	1 	 MyISAM  	 latin1_swedish_ci  	   2,1 KB 	    - 
	 primar_userplugins_seq   	Anzeigen 	Suche 	Einfügen 	Struktur 	Leeren 	Löschen 	1 	 MyISAM  	 latin1_swedish_ci  	   1,0 KB 	    - 
	 primar_userprefs   	Anzeigen 	Suche 	Einfügen 	Struktur 	Leeren 	Löschen 	9 	 MyISAM  	 latin1_swedish_ci  	   2,2 KB 	    - 
	 primar_users   	Anzeigen 	Suche 	Einfügen 	Struktur 	Leeren 	Löschen 	1 	 MyISAM  	 latin1_swedish_ci  	   2,1 KB 	    - 
	 primar_users_seq   	Anzeigen 	Suche 	Einfügen 	Struktur 	Leeren 	Löschen 	1 	 MyISAM  	 latin1_swedish_ci  	   1,0 KB 	    - 
	 primar_version   	Anzeigen 	Suche 	Einfügen 	Struktur 	Leeren 	Löschen 	1 	 MyISAM  	 latin1_swedish_ci  	   1,0 KB 	    - 
Last edited by ochsner on Mon May 22, 2006 7:10 pm, edited 1 time in total.
m@rcel

Re: upgrade problem - 0.11.2 -> 0.12.2.

Post by m@rcel »

Ted wrote: What happens if you turn debug on in config.php?  Do you have a URL?
nothing. i've installed the whole thing on my local machine and got the following error message:

Fatal error: Cannot redeclare class news in d:\Projekte\developement\wampserver\www\root\cms\ms_debug\modules\News\News.module.php on line 531

so i deleted the news module but i then got a similar error message but this time about the fck editor. so i deleted fck as well and the site was finally up again.

i later tried to install fck again but failed again. i deleted the fck directory and downloaded/installed the latest version of it. the site was still not available but the admin-menu was. so i uninstalled and installed the fck again and now it works...

everything seems to work now.

thanks for your help!
tsw
Power Poster
Power Poster
Posts: 1408
Joined: Tue Dec 13, 2005 10:50 pm

Re: upgrade problem - 0.11.2 -> 0.12.2.

Post by tsw »

Check that you dont have duplicates in database table named cms_modules (or if you have another prefix change the cms_ part)
Locked

Return to “CMSMS Core”