[fixed] Problem finding NLS files in archive

Forum rules
Only administrators can post or move items here.
Post Reply
milehigh

[fixed] Problem finding NLS files in archive

Post 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
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm
Location: Fernie British Columbia, Canada

Re: Problem finding NLS files in archive

Post by calguy1000 »

system info?
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.
milehigh

Re: Problem finding NLS files in archive

Post 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'...
brutusmaximus
Forum Members
Forum Members
Posts: 23
Joined: Tue Apr 02, 2013 1:15 pm
Location: 's-Hertogenbosch

Re: Problem finding NLS files in archive

Post 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
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm
Location: Fernie British Columbia, Canada

Re: Problem finding NLS files in archive

Post by calguy1000 »

Hope to have ssh access to a server that reproduces this problem shortly. Should be able to figure it out then.
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.
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm
Location: Fernie British Columbia, Canada

Re: Problem finding NLS files in archive

Post by calguy1000 »

Back to the drawing board.... I have no access to an environment that reproduces this issue.
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.
milehigh

Re: Problem finding NLS files in archive

Post 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.
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm
Location: Fernie British Columbia, Canada

Re: Problem finding NLS files in archive

Post 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.
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.
jeff1980
Forum Members
Forum Members
Posts: 210
Joined: Mon Apr 30, 2007 1:46 pm

Re: Problem finding NLS files in archive

Post 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.
Simon66
Power Poster
Power Poster
Posts: 250
Joined: Wed Aug 29, 2007 4:36 am
Location: Sydney Australia

Re: Problem finding NLS files in archive

Post 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
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm
Location: Fernie British Columbia, Canada

Re: Problem finding NLS files in archive

Post 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.
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.
Post Reply

Return to “Closed Issues”