recent answers

Undefined index: language in

Thumb_up
Thumb_down

0%
0%
It is a notice and not an error.

For me it looks like you have an array and try to access a key, which does not exist (yet)

Here is an example:
<?php
$try = array();
echo $try["no_key_here"];
?>

So, your key "language" is not set/has no data.
answered by Not Registered on 20 October 2008 15:01

Cannot modify header information - headers already sent by

Thumb_up
Thumb_down

0%
0%
Your script has output before it can change the HTTP header data.

In most cases, you just have a blank before your opening <?php tag

Or you do a "echo" before session_start()?

If my hints don´t help, please post some more code...
answered by Not Registered on 20 October 2008 14:57

PHP Fatal error: Can't use method return value in write context in

Thumb_up
Thumb_down

0%
0%
Please see
http://www.bala-krishna.com/php-fatal-error-fix-cant-use-method-return-value-in-write-context
answered by Not Registered on 9 October 2008 2:21
source: http://www.unicycle.co.nz

fopen errors

Thumb_up
Thumb_down

0%
0%
Could you please post your error message?
Perhaps you are not allowed to open the file, or you have a typo in the file path, or safe_mode is in effect, or you try to open a url and your server settings do not allow it, it could have plenty of reasons.

So please give us some code...
answered by Not Registered on 1 October 2008 11:26

PHP Fatal error: Can't use method return value in write context in

Thumb_up
Thumb_down

0%
0%
this error appear in this case, for example:

<?php

$object = new Object();

if( isset($object->getParam()) ){
die('ok');
}

?>
answered by Broderix Bro on 29 September 2008 14:55

what does phpBB : CRITICAL ERROR MEAN

Thumb_up
Thumb_down

0%
0%
"What is phpBB?

Since its creation in 2000, phpBB™ has become the most widely used Open Source forum solution."

This error means, that admin/webmaster of a website made a mistake in their forum software. This should be noticed an repaired soon, so just try again later.

answered by Not Registered on 4 August 2008 10:15
source: http://www.phpbb.com/

Warning: Missing Argument and other stuff

Thumb_up
Thumb_down

0%
0%
Could you please paste the exact error message? Otherwise i can´t help you.

Do you have:
<form enctype='multipart/form-data' ... >

for uploading files?
answered by Not Registered on 18 July 2008 13:07

PHP Fatal erro

Thumb_up
Thumb_down

0%
0%
You have a time limit for script execution. Your script exceeded this time limit.

You can try to set an own time limit using the function:
set_time_limit() e.g.:
<?php
set_time_limit(30); //extend it to 30 seconds

In most cases this won´t work because it is forbidden by your webserver-configuration to override the setting.

Ask your provider to kindy raise the max_execution_time directive in php.ini

HTH, Max

php make install fails

Thumb_up
Thumb_down

0%
0%
Try adding the following line to your httpd.conf:

LoadModule suexec_module /usr/lib/apache2/modules/mod_suexec.so

It does not matter, which module you load here. PHP needs to find a "LoadModule" string and I believe your httpd.conf was simply empty

HTH
answered by Not Registered on 29 May 2008 10:03

What is: Failed opening 'includes/languages/english/' for inclusion

Thumb_up
Thumb_down

0%
0%
Have a look at http://php.net/include/
answered by Not Registered on 26 May 2008 13:36
source: http://php.net/include/

FirstPrevious 1  2  3  4 NextLast
recent answers

Search
   
Bookmark this page Wong Linkarena Webnews Delicious Technorati Furl Yahoo_myweb Google_bmarks Blinklist Magnolia Windows_live Digg Netscape Stumbleupon Newsvine Reddit Tailrank Spurl Yigg