info | 18 Jun 17:45

Out of Office Notice - Abwesenheitsnotiz

Thank you for your message. I will be out of the office till June 22nd 2009. I will respond to your email as soon
as possible on my return. 

Thank you for your understanding.

Best regards,
Stefan Schmalhaus

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

Vielen Dank für Ihre Nachricht. Ich bin bis zum 22. Juni 2009 nicht erreichbar. Ich werde auf Ihre E-Mail so
schnell wie möglich nach meiner Rückkehr antworten.

Vielen Dank für Ihr Verständnis.

Mit freundlichen Grüßen
Stefan Schmalhaus

--
Dr. Stefan Schmalhaus
LOG2E - Web Design & Rich Internet Applications
Neuer Weg 89
D-47803 Krefeld

Email: info@...
Phone: +49 2151 761521
Fax: +49 2151 761524

info | 18 Jun 12:25

Out of Office Notice - Abwesenheitsnotiz

Thank you for your message. I will be out of the office till June 22nd 2009. I will respond to your email as soon
as possible on my return. 

Thank you for your understanding.

Best regards,
Stefan Schmalhaus

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

Vielen Dank für Ihre Nachricht. Ich bin bis zum 22. Juni 2009 nicht erreichbar. Ich werde auf Ihre E-Mail so
schnell wie möglich nach meiner Rückkehr antworten.

Vielen Dank für Ihr Verständnis.

Mit freundlichen Grüßen
Stefan Schmalhaus

--
Dr. Stefan Schmalhaus
LOG2E - Web Design & Rich Internet Applications
Neuer Weg 89
D-47803 Krefeld

Email: info@...
Phone: +49 2151 761521
Fax: +49 2151 761524

Apaella_ | 3 Mar 11:57
Gravatar

[ERROR] Failed to access Web server: Not Found


Hi *,
   have you advices about the message in subject?

The server is working fine, lighthttpd as well but the GUI is unable to
connect to the server and all pages.

Thanks
--

-- 
View this message in context: http://www.nabble.com/-ERROR--Failed-to-access-Web-server%3A-Not-Found-tp22306393p22306393.html
Sent from the Zend Server mailing list archive at Nabble.com.

skunkrecords | 31 Aug 06:07

Soap help... Please!

Soap has just been killing me! Here's the wsdl that i'm trying to respond to:
<s:element name="DeleteCustomerProfile">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="merchantAuthentication" type="tns:MerchantAuthenticationType"/>
<s:element minOccurs="1" maxOccurs="1" name="customerProfileId" type="s:long"/>
</s:sequence>
</s:complexType>
</s:element>

So I did:
$soapclient->DeleteCustomerProfile($methant_authentication, $customerProfile);

Anyone see what I did wrong? Or do I need to provide more info

Thanks in advance
Joshua Beall | 30 Aug 20:57

Zend_Rest_Server issues and returning arrays


Hi All,

Currently, when you return a numeric array, Zend_Rest_Server will turn
something like this:

$result = array('A','Bit','Of','Data');

Into something like this:

<key_0>A</key_0>
<key_1>Bit</key_1>
<key_2>Of</key_2>
<key_3>Data</key_3>

This works, but can be cumbersome.  What would be nicer is something like
this:

<data index="0">A</data>
<data index="1">Bit</data>
<data index="2">Of</data>
<data index="3">Data</data>

The former is easier to iterate over using ActionScript's ObjectProxy and
E4X syntax's.  You could just do something like this:

result.data[0]// accesses "A"
result.data[1] // accesses "Bit"

And so forth.  This is easier to iterate over than:

result.key_1 // accesses "A"
result.key_2 // accesses "Bit"

This is because you have iterate from n=0 to n={upperLimit}, and then look
in result.data[n], but it's a bit trickier to inspect result.key_{n}.

Anyway, I was wondering there were any plans to add a new, optional behavior
to Zend_Rest_Server so it would be like I described above.  I've already
implemented this by changing a few lines in an class method that overrides
Zend_Rest_Server::_structValue.  See here:
http://www.zfforums.com/zend-framework-components-13/web-web-services-22/some-zend_rest_server-issues-i-m-having-42.html#post4527

  -Josh
--

-- 
View this message in context: http://www.nabble.com/Zend_Rest_Server-issues-and-returning-arrays-tp19236018p19236018.html
Sent from the Zend Server mailing list archive at Nabble.com.

Favicon

Trouble with Plesk

Hey Everyone,

I'm really getting confused here :)

I'm used to install my ZF apps on a CentOS cPanel server without any 
problems what so ever.
Now i've got a CentOS Plesk server and here the problems begin.

Here's my structure :

/var/www/vhosts/domain.com/application
/var/www/vhosts/domain.com/library
/var/www/vhosts/domain.com/httpdocs

The first problem seemed to be an open_base_dir restriction which after 
some googlin' i soon found out that you could use a custom configfile. 
Here's mine ;

<Directory /var/www/vhosts/dytechsolutions.nl/httpdocs>
 php_admin_value open_basedir none
</Directory>
Options +FollowSymLinks

Then i run the command : /usr/local/psa/admin/bin/websrvmng -a to 
re-initialize the plesk server.

I try to run my app and it works!

BUT!

After each request i have to run /usr/local/psa/admin/bin/websrvmng -a 
again and again to make it work.

What could cause this? And how do i solve this?

Thanks!

Gr.

Martin

ros | 14 Mar 22:02

Error: Unable to create selectable TCP socket


Hi! I have a simple PHP script:

$mbox = imap_open ("{localhost:993/imap/ssl}INBOX", "test@...",
"123");
if(!$mbox) {
        echo 'Error: '.imap_last_error().'<br/>';
}

Script works fine from local PC, but results to error when executed at web
hoster site.
The error is: "Error: Unable to create selectable TCP socket (2090 >= 1024)"

What could cause this error?

Thanks!
--

-- 
View this message in context: http://www.nabble.com/Error%3A-Unable-to-create-selectable-TCP-socket-tp16055600s16154p16055600.html
Sent from the Zend Server mailing list archive at Nabble.com.

Thomas Weidner | 26 Jun 00:14
Gravatar

Re: Fw: Re: Sandbox

SUPER...

IT Works (after long long time).

The phpunit2 directory is the old one... it is installed from phpunit itself 
to have both, the new version3 and the old version 2.
I have the same structure on Wxxxxxx

Normally the access paths should be edited by the installation of phpunit 
itself. Seems that the installation was broken.

Muchas Gracias Muchacho.
Now I can fix some *nix issues ;-)

Greetings
Thomas
I18N Team Leader

----- Original Message ----- 
From: "Richard Thomas" <lists@...>
To: "Thomas Weidner" <thomas.weidner@...>; <fw-server@...>
Sent: Monday, June 25, 2007 11:56 PM
Subject: Re: Fw: [fw-server] Re: Sandbox

> PHPUnit is found, but PHPUnit is not able for some reason to figure
> out what directory you are in to find your file.
>
> phpunit itself isn't detecting the proper path, I had to manually add
> the path to the tests into the php.ini /home/weidner/Zend/tests to get
> it to work
>
> I would assume having to edit the php.ini is not normal just to use
> phpunit? but then I don't know phpunit very well.
>
> One thing I did notice you have both phpunit and phpunit2, I think
> zend requires 2? Maybe they are stepping/breaking each other?
>
> On 6/25/07, Thomas Weidner <thomas.weidner@...> wrote:
>> Hy richard,
>>
>> seems that the problem is within the php installation.
>> But I am not very conform with linux.
>>
>> I dont know where php is installed nor where phpunit resists.
>> It would be a great thing if you could try the paths out as described 
>> within
>> the post.
>>
>> Am I the only one who tries to test with the sandbox ???
>>
>> Greetings
>> Thomas
>>
>> ----- Original Message -----
>> From: "Konstantin Shemyak" <konstantin@...>
>> To: <fw-server@...>
>> Sent: Monday, June 25, 2007 3:05 PM
>> Subject: [fw-server] Re: Sandbox
>>
>>
>> > Thomas Weidner <thomas.weidner@...> writes:
>> >
>> > [skip]
>> >> .-bash-3.00$ phpunit AllTests
>> >> X-Powered-By: PHP/5.2.0
>> >> Content-type: text/html
>> >>
>> >> PHPUnit 3.0.6 by Sebastian Bergmann.
>> >>
>> >> File "AllTests.php" could not be found or is not readable.
>> >
>> > This is probably a PHP installation problem. PHPUnit does not find your
>> > file,
>> > but it is 'require'-d, so the place(s) where this file is searched for 
>> > are
>> > controlled by PHP.
>> >
>> > I had the same issue, see
>> > http://www.konstantin.shemyak.com/blog/2007/06/21/phpunit-stumps/.
>>
>> 

Thomas Weidner | 18 Jun 22:50
Gravatar

Sandbox

It would be nice if someone can help me getting the sandbox running...
I am having the phpunit problem since 12 weeks and I can not get phpunit 
running on the sandbox server.

All I get is:
*****************
.-bash-3.00$ phpunit AllTests
X-Powered-By: PHP/5.2.0
Content-type: text/html

PHPUnit 3.0.6 by Sebastian Bergmann.

File "AllTests.php" could not be found or is not readable.
*****************

PLEASE HELP !
Or have I to wait another 12 weeks ?

Greetings
a frustrated Thomas 

Richard Thomas | 22 May 14:07
Favicon

Server help

Having an issue I know I have seen before but can't place it..

http://sandbox.zend.com/~admin1/new.php

The page dies/never finishes, I have tried disabling all modules
thinking a module was causing the problem but its not.

Any brilliant ideas out there?

Thomas Weidner | 16 May 13:38
Gravatar

Re: Another problems

That would be great if you have some time for this problem at saturday.

The problem with the execution of phpunit is my one and only problem.
I have 4 opened issues for linux and I was not able to verify this until now 
on the community server.

Your help would be great.

PS: forget the phpinfo problem... I just thought that its depending on the 
same problem and would help you in your search.

Greetings
Thomas

----- Original Message ----- 
From: "Richard Thomas" <lists@...>
To: "Thomas Weidner" <thomas.weidner@...>
Cc: <fw-server@...>
Sent: Wednesday, May 16, 2007 1:32 AM
Subject: Re: [fw-server] Another problems

> The phpinfo freezes at pretty much the same spot on each example, its
> not "truncated" but instead still processing something, It is possible
> one of the install modules might be causing problems and its that
> module thats causing phpinfo to freeze as it trys to get the info for
> the module, maybe try disabling each one.
>
> The phpunit bit I am not sure of, I am not that familiar with php unit 
> myself
>
>
> I am currrently on vacation, soon as I get back saturday I will see If
> I can look into this further.
>
> On 5/12/07, Thomas Weidner <thomas.weidner@...> wrote:
>> Hy server team,
>>
>> I still have two big problems with the community server and need help.
>>
>> *) phpinfo does not return all informations...
>> I ran http://sandbox.zend.com/~admin1/new.php as described within the 
>> wiki.
>> But I only got the first chapter (PHP internals... by "configuration -> 
>> PHP
>> core" the output is truncated... there is no more information about the
>> installed modules, the configuration and so on...)
>>
>> I made a own file within var/www/html/test.php which only outputs the
>> phpinfo()... but this also failed... must be a permission problem for my
>> account as before...
>>
>> just try this
>> http://weidner.zfdev.com/info.php
>>
>> another file I created
>> http://weidner.zfdev.com/test.php
>> can be executed correct... (some date testing).
>> So php itself works but only partitial ???
>>
>> *) But the more problematic thing is that I am unable to run any phpunit
>> tests...
>> I am connected with SSH then I change the active directory to
>> "/home/weidner/Zend/tests"
>>
>> When calling
>> "phpunit --verbose /home/weidner/Zend/tests/AllTests.php"
>> I get returned
>> "Class /home/weidner/Zend/tests/AllTests could not be found in
>> /home/weidner/Zend/tests/AllTests.php"
>>
>> When calling
>> "phpunit AllTests.php"
>> I get returned
>> "File "AllTests.php" could not be found or is not readable"... when
>> executing "dir" the file is listed in the actual directory
>>
>> When calling
>> "phpunit Zend_Date"
>>  for example I get returned
>> "Warning....  No tests found in class "Zend_Date"
>>
>> I have tried multiple combinations and variants...
>> but I am not able to do any unit tests...
>>
>> The framework itself works properly as can be seen with the test.php file
>> mentioned above where I call
>> "require_once 'Zend/Date.php'" and its executed correct.
>>
>> Anyone who can help me to get this thing working after 6 weeks ???
>>
>> Greetings
>> Thomas
>>
>> 


Gmane