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.
Locked
User avatar
Rolf
Power Poster
Power Poster
Posts: 7825
Joined: Wed Apr 23, 2008 7:53 am
Location: The Netherlands
Contact:

Re: Upgrading to 1.9 - Problems and Solutions

Post by Rolf »

sanderhartveld wrote: The functionality for IP filtering on 'site is down for maintainance' is broken in my 1.9 installation.
Thanks for your report, Sander.
Will be fixed in coming 1.9.1

Grtz. Rolf  :)
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Image
wibby
Forum Members
Forum Members
Posts: 41
Joined: Tue Nov 20, 2007 11:17 am
Location: Liverpool, UK

Re: Installing or Upgrading to 1.9 - Problems and Solutions

Post by wibby »

Hi Just Upgraded from 1.8x to 1.9 all seemed fin but I cannot create any new content!

I can Delete and Edit but if I try to submit any new pages on submit all I get is a white page  with the cms admin header and the cms admin menu

Does any one have any ideas? All my modules are up to date.
TIA
Last edited by wibby on Thu Nov 18, 2010 3:58 pm, edited 1 time in total.
osxfil
Forum Members
Forum Members
Posts: 186
Joined: Wed Apr 01, 2009 6:03 pm

Re: Installing or Upgrading to 1.9 - Problems and Solutions

Post by osxfil »

wibby wrote: Hi Just Upgraded from 1.8x to 1.9 all seemed fin but I cannot create any new content!

I can Delete and Edit but if I try to submit any new pages on submit all I get is a white page  with the cms admin header and the cms admin menu

Does any one have any ideas? All my modules are up to date.
TIA
About creating/delting/updating page issues - there is problem with database records. I find mistakes in it. When you add new page, then you can't view it in page list. You need log into PHP MyAdmin and manually edit page properties in cms_content table.
Maybe it will be solved in 1.9.1  ;)
wibby
Forum Members
Forum Members
Posts: 41
Joined: Tue Nov 20, 2007 11:17 am
Location: Liverpool, UK

Re: Installing or Upgrading to 1.9 - Problems and Solutions

Post by wibby »

About creating/delting/updating page issues - there is problem with database records. I find mistakes in it. When you add new page, then you can't view it in page list. You need log into PHP MyAdmin and manually edit page properties in cms_content table.
Maybe it will be solved in 1.9.1  
Ouch! I hope that comes out soon I have lots of work to do!!!!  :(
Last edited by wibby on Thu Nov 18, 2010 4:39 pm, edited 1 time in total.
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm
Location: Fernie British Columbia, Canada

Re: Installing or Upgrading to 1.9 - Problems and Solutions

Post by calguy1000 »

About creating/delting/updating page issues - there is problem with database records. I find mistakes in it. When you add new page, then you can't view it in page list. You need log into PHP MyAdmin and manually edit page properties in cms_content table.
Maybe it will be solved in 1.9.1 
Can you be more specific.  We haven't seen anything that required modifying the database.
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.
wibby
Forum Members
Forum Members
Posts: 41
Joined: Tue Nov 20, 2007 11:17 am
Location: Liverpool, UK

Re: Installing or Upgrading to 1.9 - Problems and Solutions

Post by wibby »

Here is some more information on my current instalation

I would really appreciate some advice as to why I cannot add any new content

Thanks

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

Cms Version: 1.9

Installed Modules:

CMSMailer: 2.0
SiteMapMadeSimple: 1.2.1
MenuManager: 1.7.2
ModuleManager: 1.4
nuSOAP: 1.0.2
Search: 1.6.6
ThemeManager: 1.1.2
Calendar: 0.7.5
FileManager: 1.0.3
CGExtensions: 1.21
TinyMCE: 2.8.0
Printing: 1.1.1
RSS2HTML: 1.2.4
JQueryTools: 1.0.10
News: 2.11
CGSimpleSmarty: 1.4.5
Play: 1.0.3
CGExtensions: 1.21
FLVPlayer: 1.0.3
FormBuilder: 0.6.2


Config Information:

php_memory_limit:
process_whole_template: true
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:
admin_encoding: utf-8
set_names: false


Php Information:

phpversion: 5.2.9
md5_function: On (True)
gd_version: 2
tempnam_function: On (True)
magic_quotes_runtime: Off (False)
E_STRICT: 0
memory_limit: 32M
max_execution_time: 60
output_buffering: 4096
safe_mode: Off (False)
file_uploads: On (True)
post_max_size: 8M
upload_max_filesize: 10M
session_save_path: No check because open basedir active
session_use_cookies: On (True)
xml_function: On (True)


Server Information:

Server Api: apache2handler
Server Db Type: MySQL (mysql)
Server Db Version: 5.0.45


----------------------------------------------
Last edited by wibby on Fri Nov 19, 2010 1:30 pm, edited 1 time in total.
osxfil
Forum Members
Forum Members
Posts: 186
Joined: Wed Apr 01, 2009 6:03 pm

Re: Installing or Upgrading to 1.9 - Problems and Solutions

Post by osxfil »

calguy1000 wrote:
About creating/delting/updating page issues - there is problem with database records. I find mistakes in it. When you add new page, then you can't view it in page list. You need log into PHP MyAdmin and manually edit page properties in cms_content table.
Maybe it will be solved in 1.9.1 
Can you be more specific.  We haven't seen anything that required modifying the database.
Ok, here is my procedure:
1. Add Page
- i want add new page, fill in all fields, which i want (name, menu text, alias, parrent page etc)
- after click to Submit i see only blank page
- when i refreshing page list, new page isn't in list

2. Solving problem
- log into PHP MyAdmin
- new page is stored in table cms_content, but some fields are blank:
  • hierarchy
  • id_hierarchy
  • hierarchy_path
  • prop_names
When all this field are complete, then is pge listed in age list and displayed in menu in frontend.

My system info:
----------------------------------------------

Cms Version: 1.9

Installed Modules:

CMSMailer: 2.0
FileManager: 1.0.3
MenuManager: 1.7.2
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
CGExtensions: 1.21
CGSimpleSmarty: 1.4.5
Captcha: 0.4.3
CGFeedMaker: 1.0.11
JQueryTools: 1.0.10
FormBuilder: 0.6.1
FrontEndUsers: 1.12.5
CustomContent: 1.7.3
MovedPages: 0.3
Questions: 1.0.3
SiteMapMadeSimple: 1.2.1
CGContentUtils: 1.0.3
DLM: 0.7.7
CGBlog: 1.6.3
NMS: 2.3.2
Gallery: 1.4.1
HostedVideoAlbums: 2.0.1
Products: 2.8.7
AjaxMadeSimple: 0.3.1
Polls: 0.3.2
CGFeedback: 1.2.1

Config Information:

php_memory_limit:
process_whole_template: false
output_compression: false
max_upload_size: 20000000
default_upload_permission: 664
url_rewriting: mod_rewrite
page_extension: .html
query_var: page
image_manipulation_prog: GD
auto_alias_content: true
locale: cs_CZ
default_encoding: utf-8
admin_encoding: utf-8
set_names: true

Php Information:

phpversion: 5.3.3
md5_function: Zap (ANO)
gd_version: 2
tempnam_function: Zap (ANO)
magic_quotes_runtime: Vyp (NE)
E_STRICT: 0
E_DEPRECATED: 0
memory_limit: 64M
max_execution_time: 30
output_buffering: Zap
safe_mode: Vyp (NE)
file_uploads: Zap (ANO)
post_max_size: 20M
upload_max_filesize: 20M
session_save_path: Nekontrolováno, protože je aktivní open_basedir
session_use_cookies: Zap (ANO)
xml_function: Zap (ANO)

Server Information:

Server Api: cgi-fcgi
Server Db Type: MySQL (mysql)
Server Db Version: 5.0.84

----------------------------------------------
NaN

Re: Installing or Upgrading to 1.9 - Problems and Solutions

Post by NaN »

Does this also happen if you set all additional modules to be inactive?
Is there any error message if debug is set to true (config.php: $config['debug'] = true; ) ?
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm
Location: Fernie British Columbia, Canada

Re: Installing or Upgrading to 1.9 - Problems and Solutions

Post by calguy1000 »

It's a core issue, but only in a function used by SiteMapMadeSimple.
Disable SiteMapMadeSimple and the problem should be solved.

Fixed in SVN. Will be in 1.9.1
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.
wibby
Forum Members
Forum Members
Posts: 41
Joined: Tue Nov 20, 2007 11:17 am
Location: Liverpool, UK

Re: Installing or Upgrading to 1.9 - Problems and Solutions

Post by wibby »

SiteMapMadeSimple: 1.2.1

Disabled it and everythig works fine!
;D ;D ;D ;D
User avatar
dc2
Forum Members
Forum Members
Posts: 116
Joined: Tue Jun 02, 2009 8:21 pm

Re: Installing or Upgrading to 1.9 - Problems and Solutions

Post by dc2 »

calguy1000 wrote: It's a core issue, but only in a function used by SiteMapMadeSimple.
Disable SiteMapMadeSimple and the problem should be solved.

Fixed in SVN. Will be in 1.9.1
Which file concerns this specifically? (Want to fix it with the files from SVN).
osxfil
Forum Members
Forum Members
Posts: 186
Joined: Wed Apr 01, 2009 6:03 pm

Re: Installing or Upgrading to 1.9 - Problems and Solutions

Post by osxfil »

ok, SiteMapMadeSimple disabled for now, i'll waiting for 1.9.1
point4design
Forum Members
Forum Members
Posts: 68
Joined: Wed Aug 15, 2007 8:11 pm

Re: Installing or Upgrading to 1.9 - Problems and Solutions

Post by point4design »

I found a couple bugs in tinymce insert image popup. I didn't see these reported so I apologize if this has been covered. On 'Appearance' tab there is no 'class' dropdown to choose a class for the image. And nothing I enter on the 'Advanced' tab will save. Maybe it has something to do with that NaN showing in the Horizontal space box? Any ideas?
Attachments
cmsms-image-bug.png
User avatar
Rolf
Power Poster
Power Poster
Posts: 7825
Joined: Wed Apr 23, 2008 7:53 am
Location: The Netherlands
Contact:

Re: Installing or Upgrading to 1.9 - Problems and Solutions

Post by Rolf »

point4design wrote: On 'Appearance' tab there is no 'class' dropdown to choose a class for the image.
Works for me in SVN 1.9.1
point4design wrote: And nothing I enter on the 'Advanced' tab will save. Maybe it has something to do with that NaN showing in the Horizontal space box? Any ideas?
Humm yeah, I have also a website with NaN in that box. Don't know how he came there ;)
Did you ever used NaN's Advanced Content at this site perhaps :-\

But this also works in latest SVN

Thanks, Rolf  :)
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Image
janvl
Power Poster
Power Poster
Posts: 972
Joined: Wed Aug 13, 2008 10:57 am

Re: Installing or Upgrading to 1.9 - Problems and Solutions

Post by janvl »

Hi,

just did a clean install with

CMSMS 1.9
CGExtensions 1.21.2
CGSimpleSmarty 1.4.5
CGGoogleMaps 1.5.6

And the following Notice appears when using CGGooglemaps.

Notice: Modification of internal data is deprecated: CGGoogleMapsmap_count in /is/htdocs/wp1090520_UOYN90HLH3/www/cms/lib/classes/class.cms_variables.php on line 46

Notice: Retrival of unauthorized internal variables is deprecated: CGGoogleMapsmap_count in /is/htdocs/wp1090520_UOYN90HLH3/www/cms/lib/classes/class.cms_variables.php on line 32

Is there a work around?

Kind regards,
Jan
Locked

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