Wrox Programmer Forums
Go Back   Wrox Programmer Forums > PHP/MySQL > Pro PHP
|
Pro PHP Advanced PHP coding discussions. Beginning-level questions will be redirected to the Beginning PHP forum.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Pro PHP section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old February 24th, 2004, 06:27 AM
Registered User
 
Join Date: Feb 2004
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default Non-english characters gives error

Hi,
I send a variable like file.php?var=value and if the value contains non-english characters like ä,ç,ü,... apache gives Internal Server Error. Apache log files says

Tue Feb 24 11:11:10 2004] [error] [client 127.0.0.1] (22)Invalid argument: couldn't create child process: 22: php.exe
[Tue Feb 24 11:11:10 2004] [error] [client 127.0.0.1] (22)Invalid argument: couldn't spawn child process: C:/php/php.exe

Can you tell me how should i configure apache or php

Tnaks

 
Old February 24th, 2004, 08:57 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 836
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I don't have that problem. I'm using:

  Apache 1.3.29
  PHP 4.3.4 (Apache module)
  Windows 2000

What's your setup?


Take care,

Nik
http://www.bigaction.org/
 
Old February 24th, 2004, 09:00 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 836
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Actaully, given your error messages, I think I can guess this much:

You're using Apache 1.4.xx on a Windows machine with PHP installed as a CGI. Try running PHP as an Apache module instead and see if that clears things up. Instructions for configuring PHP as an Apache module on Windows is in the PHP documentation.

  http://www.php.net/install.apache#in...apache.windows


Take care,

Nik
http://www.bigaction.org/





Similar Threads
Thread Thread Starter Forum Replies Last Post
ERROR: Illegal characters in path owen_xgy .NET Framework 2.0 8 April 2nd, 2008 10:21 AM
English calender in japanese OS watashi C# 2005 0 August 8th, 2007 10:45 AM
English to French prabhakaran SQL Server 2000 3 December 5th, 2006 03:49 PM
English to Arabic Text conversion zee_ahmed2002 Pro VB 6 0 July 19th, 2004 04:30 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.