Page 1 of 1
[fixed] Problem finding NLS files in archive
Posted: Mon May 19, 2014 5:07 pm
by milehigh
After Step 6 of the install I get "Problem finding NLS files in archive".
Grabbed file via command line wget and unzip. Went through first few steps with no indication of a problem.
I'll try different host/server combo and see what happens.
PHP v5.5.6
Re: Problem finding NLS files in archive
Posted: Mon May 19, 2014 5:09 pm
by calguy1000
system info?
Re: Problem finding NLS files in archive
Posted: Mon May 19, 2014 5:14 pm
by milehigh
http://netminus.com/phpinfo.php
This was a fresh install, not an upgrade attempt.
No problems on my local WAMP server install, everything worked perfect. I'll need to upgrade PHP on a couple other servers first to try further..they are still on 5.3.
Here is the fatal error it throws with some additional info as well
Fatal error: Uncaught exception 'PharException' with message 'phar "...cmsms-2.0-beta1-install.php" has a broken signature'...
Re: Problem finding NLS files in archive
Posted: Tue May 20, 2014 7:04 am
by brutusmaximus
milehigh wrote:
Fatal error: Uncaught exception 'PharException' with message 'phar "...cmsms-2.0-beta1-install.php" has a broken signature'...
This error is reported in the link below, there are two solutions described. Maybe it can help you.
http://forum.cmsmadesimple.org/viewtopi ... 4&start=15
Re: Problem finding NLS files in archive
Posted: Tue May 20, 2014 3:38 pm
by calguy1000
Hope to have ssh access to a server that reproduces this problem shortly. Should be able to figure it out then.
Re: Problem finding NLS files in archive
Posted: Wed May 21, 2014 4:58 pm
by calguy1000
Back to the drawing board.... I have no access to an environment that reproduces this issue.
Re: Problem finding NLS files in archive
Posted: Wed May 21, 2014 5:56 pm
by milehigh
calguy1000 wrote:Back to the drawing board.... I have no access to an environment that reproduces this issue.
I'm 0-2 so far with 2.0 trying to install as is.
The host referred to in this thread is on mediatemple grid.
Attempt 2 was on a wiredtree VPS.
Received php fatal error with uncaught exception: __HALT_COMPILER(); must be declared in a phar
This one I was able to track down to eaccelerator. I had to disable in php.ini and then install worked.
Re: Problem finding NLS files in archive
Posted: Wed May 21, 2014 6:19 pm
by calguy1000
Okay. did some research, and it looks like eAccelerator is stale (last commit was in August 2012) and doesn't handle some of the new features in PHP 5.4 etc. Or even some of the new features of php 5.3, like closures, or phar Files.
Take a look around here:
https://github.com/eaccelerator/eaccelerator/issues
So. I think we can safely say that we are not compatible with eAccelerator.
Re: Problem finding NLS files in archive
Posted: Wed May 21, 2014 8:10 pm
by jeff1980
I ran into the same issue "Problem finding NLS files in archive".
According to phpinfo eAccelerator isn't even installed on this server:
http://54155133.swh.strato-hosting.eu/cmsms_2/info.php
However I set a disabling flag in the php.ini without success.
Fresh install btw, no update.
Re: Problem finding NLS files in archive
Posted: Fri May 23, 2014 1:06 am
by Simon66
I'm getting the same problem. On a shared host running PHP Version 5.4.18-pl0-gentoo. I've linked the phpinfo if its useful.
http://www.peerassist.com.au/phpinfo.php
Re: Problem finding NLS files in archive
Posted: Sun Jun 01, 2014 2:38 am
by calguy1000
Many thanks to ajprog... after him sharing an ssh environment with me that reproduced the problem, I was able to solve it within an hour.
The problem was related to the phardata class's behavior in certain chrooted environments (which doesn't show up in phpinfo() output afaik).
So, soon after we test the latest phar snapshots on windoze again we can go to a beta2.