Page 1 of 1

[fixed] Initial Feedback

Posted: Thu Mar 09, 2017 9:23 pm
by milehigh
Upgrade from a 2.1.6 stuck at step 7 with both the Phar installer and the expanded installer.

Was able to do a clean install in a subdirectory with no issues noted during installation.

File Manager:
Fatal error: Call to undefined function mb_split() in /home/nmnet/public_html/beta/lib/smarty/plugins/shared.mb_str_replace.php on line 48

Importing a theme still produces:
<link href="__URL,,cbac7c390dfbc2d9c3553d38010e4f38__" rel="stylesheet">

In Admin Log:
CmsJobManager Received 500 response when trying to trigger async processing

That's all I have for now...will report back after I get a chance to mess around a bit more.

Code: Select all

----------------------------------------------
Cms Version: 2.1.6
Installed Modules:
AdminSearch: 1.0.2
CMSContentManager: 1.1.4
CMSMailer: 6.2.14
DesignManager: 1.1.1
FileManager: 1.5.2
FormBuilder: 0.8.1.4
Gallery: 2.2
MicroTiny: 2.0.3
ModuleManager: 2.0.5
Navigator: 1.0.3
News: 2.50.6
Search: 1.50.2
m6Contact: 1.0

Config Information:
php_memory_limit:
max_upload_size: 25000000
url_rewriting: none
page_extension:
query_var: page
auto_alias_content: true
locale:
set_names: true
timezone: America/Chicago
permissive_smarty: false

Php Information:
phpversion: 5.6.28
md5_function: On (True)
json_function: On (True)
gd_version: 2
tempnam_function: On (True)
magic_quotes_runtime: Off (False)
E_ALL: 24567
E_STRICT: 2048
E_DEPRECATED: 0
test_file_timedifference: No time difference found
test_db_timedifference: No time difference found
create_dir_and_file: 1
memory_limit: 512M
max_execution_time: 90
register_globals: Off (False)
output_buffering: On
disable_functions:
open_basedir:
test_remote_url: Success
file_uploads: On (True)
post_max_size: 25M
upload_max_filesize: 25M
session_save_path: /tmp (1777)
session_use_cookies: On (True)
xml_function: On (True)
xmlreader_class: On (True)
check_ini_set: On (True)
curl: On

Performance Information:
allow_browser_cache: Off (False)
browser_cache_expiry: 60
php_opcache: On (True)
smarty_cache: Off (False)
smarty_compilecheck: Off (False)
smarty_cache_udt: Off (False)
auto_clear_cache_age: On (True)
Server Information:
Server Software: Apache
Server Api: cgi-fcgi
Server Os: Linux 3.10.0-327.28.2.el7.x86_64 On x86_64
Server Db Type: MySQL (mysqli)
Server Db Version: 5.6.35
Server Db Grants: Found a "GRANT ALL" statement that appears to be suitable

Permission Information:
tmp: /home/nmnet/public_html/tmp (0755)
tmp_cache: /home/nmnet/public_html/tmp/cache (0755)
templates_c: /home/nmnet/public_html/tmp/templates_c (0755)
modules: /home/nmnet/public_html/modules (0755)
uploads: /home/nmnet/public_html/uploads (0755)
File Creation Mask (umask): /home/nmnet/public_html/tmp/cache (0755)
config_file: 0777
----------------------------------------------

Re: Initial Feedback

Posted: Thu Mar 09, 2017 10:56 pm
by calguy1000
the mb_split issue is weird.

We are testing to ensure that the 'mbstrings' extensions are loaded. and apparently that passed for you. 'mb_split' is a part of the 'mb_strings' package.

WRT the design import. I will look into it once I get a good test environment for that setup.

Re: Initial Feedback

Posted: Fri Mar 10, 2017 11:59 am
by milehigh
calguy1000 wrote:the mb_split issue is weird.

We are testing to ensure that the 'mbstrings' extensions are loaded. and apparently that passed for you. 'mb_split' is a part of the 'mb_strings' package.

WRT the design import. I will look into it once I get a good test environment for that setup.
Excerpt from my phpinfo below..I do have that extension enabled.

A note about the theme import...it was a theme exported from a previous 2.1. version. I'll try the current version and report back.

Code: Select all

mbstring

Multibyte Support	enabled
Multibyte string engine	libmbfl
HTTP input encoding translation	disabled
libmbfl version	1.3.2
mbstring extension makes use of "streamable kanji code filter and converter", which is distributed under the GNU Lesser General Public License version 2.1.
Directive	Local Value	Master Value
mbstring.detect_order	no value	no value
mbstring.encoding_translation	Off	Off
mbstring.func_overload	0	0
mbstring.http_input	no value	no value
mbstring.http_output	no value	no value
mbstring.http_output_conv_mimetypes	^(text/|application/xhtml\+xml)	^(text/|application/xhtml\+xml)
mbstring.internal_encoding	no value	no value
mbstring.language	neutral	neutral
mbstring.strict_detection	Off	Off
mbstring.substitute_character	no value	no value



Re: Initial Feedback

Posted: Fri Mar 10, 2017 4:57 pm
by calguy1000
I have 'enhanced' the check for the mbstring addons (I guess just checking for the module isn't enough)...

and I have solved the 500 error issue. (Malformed header). Thanks to velden who graciously arranged for me to have ssh access to an install that the reproduced the issue.

Now gotta get a good environment to test the design manager thing.

WRT Stalling on page 7 of the installer (where we work with files) You said it worked fine during an install, but hung during an upgrade. The difference between an install and an upgrade is we process the manifest file to delete files that are no longer relevant to the installation. I checked the code and I can't see anything that would cause the issue... so I will have to find a working environment with ssh access so that I can test it.

Re: Initial Feedback

Posted: Fri Mar 10, 2017 5:59 pm
by Rolf
I exported a design from a 2.1.6 website and imported it on 2.2beta1 on PHP 7.1.2 and it works like expected.

Re: Initial Feedback

Posted: Fri Mar 10, 2017 6:16 pm
by mugenx5
Hi
i tried an upgrade from a new 2.1.6 Installation and stuck at Step 7.

Re: Initial Feedback

Posted: Fri Mar 10, 2017 7:38 pm
by Rinker
Same here Rolf.

Also on PHP7.1.2 works like a charm, lots of templates and multiple stylesheets.

What I don't like is that it create a design-name dir in uploads under Designs.
I like to see it just create the design-name dir in uploads, other standard designs (simplex) are also just there, or just move everything to a design directory.

Re: Initial Feedback

Posted: Tue Mar 14, 2017 12:46 pm
by Rolf
Rolf wrote:I exported a design from a 2.1.6 website and imported it on 2.2beta1 on PHP 7.1.2 and it works like expected.
Ohw, my bad...
It didn't work afterall... In a stylesheet:

Code: Select all

body {
	background: #fff url(__URL,,a3de007b7c94267de5b3b1b6b2767134__);
So issue is confirmed!

Re: [confirmed] Initial Feedback

Posted: Thu Mar 16, 2017 2:58 am
by Rolf
URL issue is fixed in SVN too!