recent answers

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/

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

Thumb_up
Thumb_down

0%
0%
You are trying to include a directory. This can not work. Look in line 126 of your file /home/a9394051/public_html/admin/includes/application_top.php.

Their must be something like:
include('includes/languages/english/');

Change it to:
include('includes/languages/english/file.example');

Include function must point to an file/url, not a directory!
answered by Not Registered on 26 May 2008 8:51

How to display php page

Thumb_up
Thumb_down

0%
0%
This means your webserver (i.e. apache) is not configured to handle php files correctly.
answered by Not Registered on 26 May 2008 8:49

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

Thumb_up
Thumb_down

0%
0%
Could you please post your code? I can only guess you tried something like:

$obj = new Foo();

if (1 == $obj->bar()) continue

Am I right?
answered by Not Registered on 31 March 2008 15:13
source: http://www.php.net

Warning: fopen: failed to open stream: Permission denied

Thumb_up
Thumb_down

0%
0%
Simple but insecure:

chmod 0777 filename
answered by Not Registered on 21 March 2008 20:47

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