Hello Jan,
I´ve just installed the phoca guestbook and I have the problem that there is a 404 error after clicking the submit button. It seems that it doesn´t check the captcha because it doesn´t shows a error if I don´t fill it out.
The URL to my guestbook is
http://wp1090004.wp126.webpack.hosteuro ... option=com_ phocaguestbook&view=phocaguestbook&id=1&Itemid=58
best regards,
Carsten
Joomla 1.5 and 404 Error
- Jan
- Phoca Hero
- Posts: 48403
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Hi, your form action
Hi, your form action (which is used by clicking submit button) was wrong created:
<form action="/hellfire-online.de/hellfire-online.de/index.php?option=com_phocag
uestbook&view=phocaguestbook&id=1&Itemid=58" method="post" name="saveForm
" id="saveForm" onsubmit="return submitbutton();">
There is a problem with URL creating. Try to update to 1.2.3 version...
https://www.phoca.cz/phocaguestbook/inde ... e=download
There is other method to create a form link
Jan
<form action="/hellfire-online.de/hellfire-online.de/index.php?option=com_phocag
uestbook&view=phocaguestbook&id=1&Itemid=58" method="post" name="saveForm
" id="saveForm" onsubmit="return submitbutton();">
There is a problem with URL creating. Try to update to 1.2.3 version...
https://www.phoca.cz/phocaguestbook/inde ... e=download
There is other method to create a form link
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 8
- Joined: 11 Mar 2008, 15:28
Hi Jan,t
Hi Jan,
thanks for your help. After updating to version 1.2.3 I get the following error by clicking submit:
Warning: JLoader::include(/is/htdocs/wp1090004_Y4L94L1BOY/www/hellfire-online.de/libraries/joo mla/mail/helper.php) [function.JLoader-include]: failed to open stream: No such file or directory in /is/htdocs/wp1090004_Y4L94L1BOY/www/hellfire-online.de/libraries/loader.php on line 83
Warning: JLoader::include() [function.include]: Failed opening '/is/htdocs/wp1090004_Y4L94L1BOY/www/hellfire-online.de/libraries/joomla/mail/helper. php' for inclusion (include_path='.:/usr/share/pear/php5') in /is/htdocs/wp1090004_Y4L94L1BOY/www/hellfire-online.de/libraries/loader.php on line 83
Fatal error: Class 'JMailHelper' not found in /is/htdocs/wp1090004_Y4L94L1BOY/www/hellfire-online.de/components/com_phocaguestbook/ controllers/phocaguestbook.php on line 243
What could that be?
best regards,
Carsten
thanks for your help. After updating to version 1.2.3 I get the following error by clicking submit:
Warning: JLoader::include(/is/htdocs/wp1090004_Y4L94L1BOY/www/hellfire-online.de/libraries/joo mla/mail/helper.php) [function.JLoader-include]: failed to open stream: No such file or directory in /is/htdocs/wp1090004_Y4L94L1BOY/www/hellfire-online.de/libraries/loader.php on line 83
Warning: JLoader::include() [function.include]: Failed opening '/is/htdocs/wp1090004_Y4L94L1BOY/www/hellfire-online.de/libraries/joomla/mail/helper. php' for inclusion (include_path='.:/usr/share/pear/php5') in /is/htdocs/wp1090004_Y4L94L1BOY/www/hellfire-online.de/libraries/loader.php on line 83
Fatal error: Class 'JMailHelper' not found in /is/htdocs/wp1090004_Y4L94L1BOY/www/hellfire-online.de/components/com_phocaguestbook/ controllers/phocaguestbook.php on line 243
What could that be?
best regards,
Carsten
- Jan
- Phoca Hero
- Posts: 48403
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Maybe you miss this
Maybe you miss this class:
JMailHelper but it is not a class of Phoca Guestbook, it is a Jooma! class and there were no changes between 1.2.2 and 1.2.3 in case of this class
Jan
JMailHelper but it is not a class of Phoca Guestbook, it is a Jooma! class and there were no changes between 1.2.2 and 1.2.3 in case of this class
Jan
If you find Phoca extensions useful, please support the project