Installing or Upgrading to 1.9 - Problems and Solutions

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
square
Forum Members
Forum Members
Posts: 51
Joined: Fri Jan 15, 2010 5:02 pm

Re: Upgrading to 1.9 - Problems and Solutions

Post by square »

2 errors at my install after upgrade form 1.8.2 with FEU and or CC :

Modification of internal data is deprecated: feu_logginid in ... /www/cms/lib/classes/class.cms_variables.php on line 46
Retrival of unauthorized internal variables is deprecated: feu_logginid in /www/cms/lib/classes/class.cms_variables.php on line 32

Downgrading...
Last edited by square on Mon Nov 08, 2010 10:03 pm, edited 1 time in total.
User avatar
barboni
Forum Members
Forum Members
Posts: 68
Joined: Thu Nov 30, 2006 7:56 pm
Location: Serbia

Re: Upgrading to 1.9 - Problems and Solutions

Post by barboni »

Tried upgrade from 1.8.2, get blank screen at sessiontest=1. Error log shows this:
-
  • PHP Fatal error:  Class 'CMSModule' not found in /home/computer/public_html/lib/classes/class.events.inc.php on line 130
  • PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-zts-20060613/ixed.5.2ts.lin' - /usr/local/lib/php/extensions/no-debug-zts-20060613/ixed.5.2ts.lin: undefined symbol: executor_globals_id in Unknown on line 0
hoodedman
New Member
New Member
Posts: 9
Joined: Sun May 02, 2010 2:21 pm

Re: Upgrading to 1.9 - Problems and Solutions

Post by hoodedman »

Downloaded base version. clean install on a localhost...
TinyMCE not working!!! Everywhere!!!!
Will try to re-install, but beware!!!
User avatar
Silmarillion
Dev Team Member
Dev Team Member
Posts: 483
Joined: Sun Jan 02, 2005 9:10 pm
Location: Denmark

Re: Upgrading to 1.9 - Problems and Solutions

Post by Silmarillion »

Beware of the hoodedman? makes sense...

But, works perfectly on my localhost. I it still doesn't work for you, please describe your system so we can narrow it down...
nicmare
Power Poster
Power Poster
Posts: 1150
Joined: Sat Aug 25, 2007 9:55 am
Location: Berlin

Re: Upgrading to 1.9 - Problems and Solutions

Post by nicmare »

thank you Silmarillion!
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm
Location: Fernie British Columbia, Canada

Re: Upgrading to 1.9 - Problems and Solutions

Post by calguy1000 »

For the time being, people upgrading modules should do so one module at a time, starting with the dependencies, and then moving further along.

i.e:  CGBlog Depends on CGextensions, so upgrade CGextensions first, then CGBlog.
this may be less of a memory pig, and will solve problems where things may get upgraded in the wrong order.

We're working on this.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Cerulean
Forum Members
Forum Members
Posts: 172
Joined: Mon Nov 01, 2010 8:56 am
Location: New Zealand

Re: Upgrading to 1.9 - Problems and Solutions

Post by Cerulean »

How do I enable hierarchical pretty URLs now that $config['use_hierarchy'] is no longer a part of config.php? After upgrading my site has switched to non-hierarchical URLs, and I'm hoping I don't have to manually add a URL setting to each page.

UPDATE: sorry, not a problem with URLs, but rather the "CMS-linker link-style" setting of TinyMCE got changed by the upgrade. When set to the default "-style" TinyMCE creates links that do not have the hierarchy in the URL. That seems strange - is that how it's meant to work?
Last edited by Cerulean on Tue Nov 09, 2010 4:32 am, edited 1 time in total.
Cerulean
Forum Members
Forum Members
Posts: 172
Joined: Mon Nov 01, 2010 8:56 am
Location: New Zealand

Re: Upgrading to 1.9 - Problems and Solutions

Post by Cerulean »

Another issue: the File Picker in TinyMCE behaves strangely after an image is uploaded. Please see the attached screenshot. When the dialog box reloads it seems to pull in part of the Admin page, and also note the text in the dialog title bar, which should instead read "CMSMadeSimple File Selection".
Attachments
file-selection.png
Golf Gti

Re: Upgrading to 1.9 - Problems and Solutions

Post by Golf Gti »

First time ever I can't get tinymce to work.
Tried everything three times, reupload files, reset config settings, check static config, clear cache, check permissions, etc.

Fresh install on a production server

----------------------------------------------

Cms Version: 1.9

Installed Modules:

CMSMailer: 2.0
FileManager: 1.0.3
MenuManager: 1.7
ModuleManager: 1.4
News: 2.11
nuSOAP: 1.0.2
Printing: 1.1.1
Search: 1.6.6
ThemeManager: 1.1.2
TinyMCE: 2.8.0

Config Information:

php_memory_limit:
process_whole_template: false
output_compression: false
max_upload_size: 64000000
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.2.14
md5_function: On (True)
gd_version: 2
tempnam_function: On (True)
magic_quotes_runtime: Off (False)
E_STRICT: 0
memory_limit: 64M
max_execution_time: 60
output_buffering: On
safe_mode: Off (False)
file_uploads: On (True)
post_max_size: 64M
upload_max_filesize: 64M
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.50

----------------------------------------------
User avatar
blast2007
Power Poster
Power Poster
Posts: 508
Joined: Wed Aug 01, 2007 5:36 pm

Re: Upgrading to 1.9 - Problems and Solutions

Post by blast2007 »

After upgrading from 1.8.2 to 1.9:

Code: Select all

Fatal error: Call to a member function TemplateId() on a non-object in /var/www/intranet/modules/Search/search.tools.php on line 195
Disabling Search Module (by renaming it) makes site working again.

Any hints?

regards
blast
User avatar
blast2007
Power Poster
Power Poster
Posts: 508
Joined: Wed Aug 01, 2007 5:36 pm

Re: Upgrading to 1.9 - Problems and Solutions

Post by blast2007 »

Another problem after upgrading CMSMS to 1.9 using CGGoogleMap:

Code: Select all

Notice: Modification of internal data is deprecated: CGGoogleMapsmap_count in /home/domains/mydomain.com/public_html/lib/classes/class.cms_variables.php on line 46

Notice: Retrival of unauthorized internal variables is deprecated: CGGoogleMapsmap_count in /home/domains/mydomain.com/public_html/lib/classes/class.cms_variables.php on line 32
CGExtensions 1.21
CGGoogleMaps 1.5.6
CGExtensions 1.21
nicmare
Power Poster
Power Poster
Posts: 1150
Joined: Sat Aug 25, 2007 9:55 am
Location: Berlin

Re: Upgrading to 1.9 - Problems and Solutions

Post by nicmare »

one more problem with a fresh new installation.
when i change the user from editor to admin group then it works!
as long as he is in a editor group, he cant see the pages.
but editor group has all the rights like the admin but without
  • Add/Modify/Remove Stylesheet Associations
  • Add/Modify/Remove Stylesheets
  • Add/Modify/Remove Templates
  • Use TruetypeText (Module)
  • View Tag Help
Attachments
overload.png
forbairt
Forum Members
Forum Members
Posts: 19
Joined: Tue Feb 12, 2008 8:40 am

Re: Upgrading to 1.9 - Problems and Solutions

Post by forbairt »

nicmare wrote: one more problem with a fresh new installation.
when i change the user from editor to admin group then it works!
as long as he is in a editor group, he cant see the pages.
but editor group has all the rights like the admin but without
Having the same issue .. admin user can see the pages ... Editor user ... is dying on page load
User avatar
micahgodbolt
Forum Members
Forum Members
Posts: 149
Joined: Thu Jul 29, 2010 11:09 pm
Location: Portland, OR

Re: Upgrading to 1.9 - Problems and Solutions

Post by micahgodbolt »

I have a very basic install, and am getting an error when trying to view "pages" via the editor role. I do not have the same problem when viewing from the Admin account -

Fatal error: Cannot assign by reference to overloaded object in /home/printcopyfactory/cmsmstemplate/lib/page.functions.php on line 382

(seems the previous few posts are noting the same issue with editor role)

(updated #2, created a user group with ALL the possible permissions...still the same error)
Last edited by micahgodbolt on Tue Nov 09, 2010 7:19 pm, edited 1 time in total.
hoodedman
New Member
New Member
Posts: 9
Joined: Sun May 02, 2010 2:21 pm

Re: Upgrading to 1.9 - Problems and Solutions

Post by hoodedman »

Silmarillion wrote: Beware of the hoodedman? makes sense...

But, works perfectly on my localhost. I it still doesn't work for you, please describe your system so we can narrow it down...
I am glad that you guys are having fun and all, but I am serious...
My system is fine v1.8.2 is working fine.
I am telling you, check you base edtion, had a few clean installs (not over or something), tinymce not working!!!!
Locked

Return to “[locked] Installation, Setup and Upgrade”