PDA

Zobacz pełną wersję : AkoComment problem



bartus2003
21-03-2007, 07:46
Witam tydzień temu przenosiłem serwis i myślałem że wszystko jest ok jednak chyba coś sie pochrzaniło z Komentarzami.
Gdy probuje się dodać komentarz do witryny wyświetla się taki komunikat.

Warning: main(../../globals.php) [function.main]: failed to open stream: No such file or directory in /home/bartus/public_html/mambots/content/jpcomment.php on line 14

Warning: main() [function.include]: Failed opening '../../globals.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/bartus/public_html/mambots/content/jpcomment.php on line 14

Warning: main(../../configuration.php) [function.main]: failed to open stream: No such file or directory in /home/bartus/public_html/mambots/content/jpcomment.php on line 15

Fatal error: main() [function.require]: Failed opening required '../../configuration.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/bartus/public_html/mambots/content/jpcomment.php on line 15

W czym problem??

stone
21-03-2007, 22:10
Edytuj plik jpcomment.php

include_once( '../../globals.php' );
require_once( '../../configuration.php' );
require_once( '../../includes/joomla.php' );


i zmien to na

include_once( '/home/bartus/public_html/globals.php' );
require_once( '/home/bartus/public_html/configuration.php' );
require_once( '/home/bartus/public_html/includes/joomla.php' );

i zobacz czy zadziała

bartus2003
21-03-2007, 23:12
Działa ;-)

wojtaski
23-03-2007, 15:31
Witam, mam inny problem. Zainstalowalem najnowsza wersje akocommet ale mam problem z botem..



Warning: botakocomment(/home/footbag-golf/ftp/administrator/components/com_securityimages/client.php) [function.botakocomment]: failed to open stream: No such file or directory in /home/footbag-golf/ftp/mambots/content/akocommentbot.php on line 62

Warning: botakocomment() [function.include]: Failed opening '/home/footbag-golf/ftp/administrator/components/com_securityimages/client.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/footbag-golf/ftp/mambots/content/akocommentbot.php on line 62

Warning: commentfooter(/home/footbag-golf/ftp/administrator/components/com_securityimages/config.securityimages.php) [function.commentfooter]: failed to open stream: No such file or directory in /home/footbag-golf/ftp/mambots/content/akocommentbot.php on line 34

Fatal error: commentfooter() [function.require]: Failed opening required '/home/footbag-golf/ftp/administrator/components/com_securityimages/config.securityimages.php' (include_path='.:/usr/local/lib/php') in /home/footbag-golf/ftp/mambots/content/akocommentbot.php on line 34

bartus2003
23-03-2007, 15:42
a bot zainstalowany i opublikowany???
Zainstaluj też security images. Albo w ustawieniach akocomment wyłącz integracje z security images

wojtaski
23-03-2007, 15:57
bot zainstalowalem i opublikowalem.

przed chwila wylaczylem security images i w szystko dziala.. nie prawie.. kiedy chce dodac komentarz pokazuje sie napis "Komentarze sa chronione przed spamem", ale intergracje Hashcash mam wylaczona :(

preart
26-03-2007, 16:42
Witam.
Mam ten sam problem.
A po ponownej instalacji (com_akocomment_2.0.1_plus-pl, bot_akocommentbot_2.0_PL, com_securityimages4[1].1.2) po kliknięciu wyślij na pasku widzę komunikat "Błąd na stronie" 'document.akocommentform.security_try.value' jest pusty lub nie jest obiektem.
Ma ktoś może pomysł co z tym zrobić?