If you are not registered or logged in, you may still use these forums but with limited features. Show recent topics
  [Search] Search   [Hottest Topics] Hottest Topics   [Members]  Member Listing   [FAQ]  FAQ 
[Register] Register / 
[Login] Login 
Messages posted by: Anonymous
Forum Index » Profile for Anonymous » Messages posted by Anonymous
Author Message
Voll daneben.

../admin/panel_main.php

Ciao
PP
Hallo, ich habe das Advanced Poll bei meinem WEbserver installiert, doch da kommt folgende Fehlermeldung:

Fatal error: Failed opening required 'http://www.das-waren-noch-zeiten.de/menue/umfrage/include/config.inc.php' (include_path='.:/usr/lib/php') in /web/menue/umfrage/umfrage.php on line 17


Ich habe die Dateien auch im ASCII Mode hochgeladen, also daran kanns nicht liegen.

Würde mich freuen, wenn ihr mir helfen könnt.
Striker wrote:Hallo!
...

Ach ja nochwas, im Titelbereich steht dieser Begrüßungstext:
Willkomen in unserem Gästebuch. Hier können Sie einen Beitrag hinterlassen.
Wo findet man diesen, damit ich den umschreiben kann.
...


../lang/german

$LANG["BookMess6"] = "Willkomen in unserem Gästebuch. Hier ...

Ciao
PP
nur zur Info:
Wenn ich das Passwort des Admins ändern will, steht da
"Your Current Password"
und
"Confirm New Password"

gemeint ist bei ersterem aber eigentlich "New Password"
(denn wenn ich da das alte eintippe und drunter ein neues, kommt ein fehlerhinweis)

wäre eigentlich nett, wenn das alte passwort nochmal abgeprüft wird.

Q.
Well I finally got this working.
The error I originally had when calling the php page under mod_layout was something like this:
failed to open stream: Permission denied in Unknown on line 0


I had to place the php.ini file in the correct location so that it could be found by php.
I also upgraded to the latest stable php ver 4.3.2. I had 4.2.3.
Then stop and start Apache. Restart did not do it.

After this I still got the error.

I then changed the permissions to 777 for this page and it worked. I then changed the permissions back to 755, stopped and started Apache and it still works.

Well I’m happy now I can use polls of my site. YEAH!!!!!
Ok, vieleicht kann ja jemand beim nächsten problem helfen....

Kriege das Cript nicht richtig in meine Seite eingebaut;

http://www.alizee-galerie.de/index.php?template=gb

An den Daten für die DB kann es nicht liegen, da das Script hier zb. normal leuft;

http://www.alizee-galerie.de/gb.php

Wäre schon wen es hier Leute gibt die wissen was da falsch leuft...
i solved the problem,

in the table:

*_config

the last 3 entries have to be updatet with te size of the thumbnails...

regards

sandro
Thanks Jay
You have to be a registered member to see the downloads.

_________________
Jam'n


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

Only the man who's truly educated
understands that he knows very little...

------------------------------------------------
what are the steps to get data from one webhost to another with myphpadmin? Thank you
Hey @BjL, I did what you said to change the way GB displays the entry orders but the numbers next to the entrys are still not descending. Can I change this?
Thanks
Hrdchrgr
the problem with Guestbook 2 is that it doesn't really interpret header.php (and any other template php files) as php files; it simply copy the template files and paste them into main page.

The whole story is complicated so this is what I did. First I wrote the following function and put it in template.class.php gb_template class:

//**************************************************************
// Author: Chih Wang, 2003-2004 Auburn University ALD webmaster
//**************************************************************
function custom_get_template($tpl){
if (!isset($this->template[$tpl])) {
$filename = "$this->root_dir/templates/$tpl";
if (file_exists("$filename")) {
$fd = fopen ($filename, "r");
$this->template[$tpl] = fread ($fd, filesize ($filename));
fclose ($fd);
//$this->template[$tpl] = ereg_replace("\"", "\\\"", $this->template[$tpl]);
}
}
return $this->template[$tpl];
}

Second, I search all php files for the word header and replace this line:
eval("\$guestbook_html = \"".$this->template->get_template($this->db->GB_TPL['header'])."\";");

with this line:
eval($this->template->custom_get_template($this->db->GB_TPL['header']));

Last make sure your header.php is a valid PHP file, that means all " needs to be replaced by \", but it doesn't need <?php and ?>, and include your header file in the header.php.
go to www.mysql.com and download MySQL Control Center, which is a graphical MySQL client. Use MySQLCC, connect to your old MySQL server and right click on the table you want to save, then select Open Table -> Return All Rows. Once the table is open then you can click on the Save icon, then select save result, not save query. Now your table is saved, and you need to find a way to upload the data onto your new MySQL server. I think MySQL CC has the capability to do that, but I haven't tried.
the easy way is just modify the header.php in the Admin Panel -> Templates. The header.php needs write permission for everyone. This works if you don't have a separate header php file. If you have a separate php header file you would like to include, then it's a little harder.

My site uses a separate header php file. http://www.auburn.edu/ald
Wen ich im Admin CP des Gästebuchs änderungen vornehme, und anschliessend auf Submit Settings drücke, werden diese nicht gespeichert. Woran kann das liegen?

Sich ins GB eintragen, und andere Sachen funktionieren.

mfg, Core
 
Forum Index » Profile for Anonymous » Messages posted by Anonymous
Go to:   
Based on the open source JForum