Author |
Message |
|
Warning: open_basedir restriction in effect. File is in wrong directory in /-----/common.inc.php on line 47
Warning: Failed opening '../lang/english.php' for inclusion (include_path='.:/usr/share/pear') in /-------/common.inc.php on line 47
Warning: Cannot add header information - headers already sent by (output started at /--------/admin/common.inc.php:47) in /---------/admin/common.inc.php on line 16
Warning: Cannot add header information - headers already sent by (output started at /---------/admin/common.inc.php:47) in /-----/admin/common.inc.php on line 17
Warning: Cannot add header information - headers already sent by (output started at /--------/admin/common.inc.php:47) in /----------/admin/common.inc.php on line 18
Warning: Cannot add header information - headers already sent by (output started at /-------------/admin/common.inc.php:47) in /------------/admin/common.inc.php on line 19
|
|
|
Ok I downloaded it from this site, ran the install script everything goes just fine.
Then I go to my admin index.php, there it tells me config.inc.php is in the wrong dir, then I moved that file to admin, so that it can find it (there was a thread about it here) yet now it tells me headers already sent, and it can't open the english?php file either....
Help please
|
|
|
Where do I find this file for upgrading to the latest version??
|
|
|
I am with free too. Is it because of that or is there something else to do ?
Thanks.
|
|
|
You have to chmod the file to be writable
|
|
|
Eh, my mistake, nm guys
|
|
|
I set up the tables using install.php and it went on smoothly, then i goto the admin.php file and it states the following error:
Anyone know what happened?
Doesn't the script automaticly update the mysql.class.php script?
Thx for any reply!
Santiago
|
|
|
Hello
I have a error when i edit the template in the Guestbook.
When i presset the button "Submit Settings" the following hasppened:
Warning: fopen("./templates/header.php","w") - Permission denied in /is/htdocs/19043/www.spunkth.de/cotzraiz-de/book/lib/admin.class.php on line 193
Warning: Supplied argument is not a valid File-Handle resource in /is/htdocs/19043/www.spunkth.de/cotzraiz-de/book/lib/admin.class.php on line 194
Warning: Supplied argument is not a valid File-Handle resource in /is/htdocs/19043/www.spunkth.de/cotzraiz-de/book/lib/admin.class.php on line 200
And the template not saved.
Please help me
|
|
|
|
|
|
I just did it and it still has no effect on total visitors.
Here's the link http://www.raja-do-jaja.com/demo.php
Anything else I could look into?
Thanks.
Tony wrote:
Go to your Config.inc.php, then go to the "Textfile Settings" change the system path which is pointing to all the text files.
The path will be like this /home/username/dphpcounter/iptext.txt
Good luck
|
|
|
i am getting the following:
Fatal error: Failed opening required '//include/config.inc.php' (include_path='') in /booth.php on line 24
is there something i need to change within booth.php or the common.inc.php? everything else seems to work.
i am using textfile instead of db.
the booth.php follows:
<?php
$include_path = dirname(__FILE__);
if (!isset($PHP_SELF)) {
$PHP_SELF = $HTTP_SERVER_VARS["PHP_SELF"];
if (isset($HTTP_GET_VARS)) {
while (list($name, $value)=each($HTTP_GET_VARS)) {
$$name=$value;
}
}
if (isset($HTTP_POST_VARS)) {
while (list($name, $value)=each($HTTP_POST_VARS)) {
$$name=$value;
}
}
if(isset($HTTP_COOKIE_VARS)){
while (list($name, $value)=each($HTTP_COOKIE_VARS)){
$$name=$value;
}
}
}
require $include_path."/include/config.inc.php";
require $include_path."/include/class_poll.php";
$php_poll = new poll();
$php_poll->set_include_path($include_path);
?>
|
|
|
Hi,
ich möchte gerne den Poll aufrufen und zwar so:
<?php
readfile ("style.txt");
?>
style.txt:
<?php
include_once "/homepages/3/d25475601/htdocs/poll/booth.php";
echo $php_poll->poll_process(1);
?>
Mein Browser(Opera5 ,IE 5.5) schmeißt mir nur, das raus:
poll_process(1);?>
Was mache ich falsch?
|
|
|
Go to your Config.inc.php, then go to the "Textfile Settings" change the system path which is pointing to all the text files.
The path will be like this /home/username/dphpcounter/iptext.txt
Good luck
|
|
|
Hallo
Ich hab schon versucht alles in den templates zu ändern hat aber nie geklappt also frag ich mal hier wie ich die Hintergrundfarbe des polls transparent machen kann weil dahinter ein bild ist darf da keine farbe sein wär nett wenn mir jemand helfen könnte
Danke
|
|
|
chmod 666 config.inc.php
|
|
|