PHP 5.1.6 with Report and ZIP extension

View: New views
6 Messages — Rating Filter:   Alert me  

PHP 5.1.6 with Report and ZIP extension

by Stéphane Gauvin :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

How can I use your ZIP extension like pERP need for reports if I have PHP 5.1.6 ?

Because ZZIP extension work only with PHP 5.2.X I think ???

Thanks
Stéphane Gauvin
Service Informatique SG
sgauvin@serviceinfosg.com

Re: PHP 5.1.6 with Report and ZIP extension

by Nathan Gray :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


On 6-Dec-07, at 6:01 PM, Stéphane Gauvin wrote:

>
> How can I use your ZIP extension like pERP need for reports if I  
> have PHP
> 5.1.6 ?
>
> Because ZZIP extension work only with PHP 5.2.X I think ???


http://www.php.net/manual/en/ref.zip.php
Most distros now have zip compiled in.

Nathan Gray
nathan at goarctic dot com

-----------------------------------
Extra punctuation??? Ug!!!!!!!!!
Just say no!  Punctuation marks do not gain significance if you  
increase their number, they make you look silly.  One is sufficient.




-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Perp-developers mailing list
Perp-developers@...
https://lists.sourceforge.net/lists/listinfo/perp-developers

Re: PHP 5.1.6 with Report and ZIP extension

by Stéphane Gauvin :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello Nathan,

You talk about OpenOffice need to be installed in the server...
But my server have no X windows !!! Works  only in text mode (terminal mode) for performance reason
So It's a CentOS 4.5 SME Server 7.2... So we cannot instalkl OpenOffice on it !!!

Now what can I do to be able to create reports ?

Second... Your web short cut for the zip integration work seem to work only with PHP 4.x or PHP 5.2.X NOT 5.1.X !!!

Any Idea ?

Thanks,


Nathan Gray wrote:
On 6-Dec-07, at 6:01 PM, Stéphane Gauvin wrote:

>
> How can I use your ZIP extension like pERP need for reports if I  
> have PHP
> 5.1.6 ?
>
> Because ZZIP extension work only with PHP 5.2.X I think ???


http://www.php.net/manual/en/ref.zip.php
Most distros now have zip compiled in.

Nathan Gray
nathan at goarctic dot com

-----------------------------------
Extra punctuation??? Ug!!!!!!!!!
Just say no!  Punctuation marks do not gain significance if you  
increase their number, they make you look silly.  One is sufficient.




-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Perp-developers mailing list
Perp-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/perp-developers
Stéphane Gauvin
Service Informatique SG
sgauvin@serviceinfosg.com

Re: PHP 5.1.6 with Report and ZIP extension

by Nathan Gray :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


On 9-Dec-07, at 7:13 AM, Stéphane Gauvin wrote:

>
> Hello Nathan,
>
> You talk about OpenOffice need to be installed in the server...
> But my server have no X windows !!! Works  only in text mode  
> (terminal mode)
> for performance reason

I wouldn't have it any other way.  We run ours this way (aka  
headless) too.

> So It's a CentOS 4.5 SME Server 7.2... So we cannot instalkl  
> OpenOffice on it !!!

OO.o is only required if you want reports in PDF or DOC format.  If  
you can't install it on your server for some reason, you are limited  
to open document formats.

> Second... Your web short cut for the zip integration work seem to  
> work only
> with PHP 4.x or PHP 5.2.X NOT 5.1.X !!!
>
> Any Idea ?

http://www.projecterp.org/mediawiki/index.php/Installation

Please note that PHP v5.2 (+bcmath-extension, +zip-extension) is  
required for pERP, I'm pretty sure for this reason.


Nathan Gray
nathan at goarctic dot com

-----------------------------------
Extra punctuation??? Ug!!!!!!!!!
Just say no!  Punctuation marks do not gain significance if you  
increase their number, they make you look silly.  One is sufficient.




-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Perp-developers mailing list
Perp-developers@...
https://lists.sourceforge.net/lists/listinfo/perp-developers

Re: PHP 5.1.6 with Report and ZIP extension

by Dan Jankowski :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Nathan Gray wrote:
http://www.projecterp.org/mediawiki/index.php/Installation

Please note that PHP v5.2 (+bcmath-extension, +zip-extension) is  
required for pERP, I'm pretty sure for this reason.
I have SME 7.3 runnning.  to get reports working...
yum install --enablerepo=centosplus php-bcmath php-pecl-zip

NOTE: I am using a php5/mysql5 install on the box and not the cgi install of php5

Also...I was able to get PDF/Word reporting functioning as well...(and by functioning i mean they showed up in the reports type dropdown in perp preferences)
1. download the tarball from openoffice.org
2. decrompress
3. go to the RPMS dir and delete the two rpms that have to do with gnome and kde integration
4. yum localinstall *.rpm in that dir
5. go make a sandwich
6. come back and run this
      /opt/openoffice.org2.4/program/soffice "-accept=socket,host=localhost,port=8100;urp;StarOffice.ServiceManager" -nologo -nofirststartwizard -headless
7. that was all i did...took me hours to find the info, but that was it.  if you scour the web for this info you will end up getting references to Xvfb.  With the newer versions of OO you don't need to install it. FYI

Hope that helps!

Dan Jankowski

Re: PHP 5.1.6 with Report and ZIP extension

by Nathan Gray :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


On 13-May-08, at 4:28 PM, Dan Jankowski wrote:

>
>
>
> Nathan Gray wrote:
>>
>> http://www.projecterp.org/mediawiki/index.php/Installation
>>
>> Please note that PHP v5.2 (+bcmath-extension, +zip-extension) is
>> required for pERP, I'm pretty sure for this reason.
>>
>
> I have SME 7.3 runnning.  to get reports working...
> yum install --enablerepo=centosplus php-bcmath php-pecl-zip
>
> NOTE: I am using a php5/mysql5 install on the box and not the cgi  
> install of
> php5
>
> Also...I was able to get PDF/Word reporting functioning as well...

Thanks for sending that, I added your steps to the Installation  
section of the wiki at http://www.projecterp.org/mediawiki/index.php/Installation#Report_Formats

Nathan Gray
nathan at goarctic dot com


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Perp-developers mailing list
Perp-developers@...
https://lists.sourceforge.net/lists/listinfo/perp-developers
LightInTheBox - Buy quality products at wholesale price