Problema "Could not open socket"

Folosiţi acest forum pentru a discuta problemele apărute în timpul folosirii forumului phpBB 3.0.x.
Reguli forum
Aveti o problema si vreti sa primiti ajutor? Click aici ! Nu uitati si de regulamentul forumului !
Închis
Avatar utilizator
MrSphirit
Utilizator înregistrat
Mesaje: 15
Membru din: 07-Sep-2009, 09:53:39
Versiune: 3.0.5
Ext: Nu
Server: UNIX/Linux
Nivel phpBB: Experimentat
Contact:

Problema "Could not open socket"

Mesaj de MrSphirit »

Buna ziua , astazi am intampinat problema la forumul meu si m-am gandit ca www.phpbb.ro e solutia .
Problema mea este atunci cand un vizitator vrea sa se Inregistreze , complteaza saptile si cand da Trimite ii apare : Could not open socket
Poza :
Imagine
Sper ca ma puteti ajuta , multumesc .
Avatar utilizator
dorin
Fost coleg
Mesaje: 4620
Membru din: 24-Iun-2003, 23:23:29
Versiune: 3.1.10
Ext: Da
Server: UNIX/Linux
Nivel phpBB: Mediu
Nivel php: Puţin experimentat
Contact:

Re: Problema "Could not open socket"

Mesaj de dorin »

Creaza un fisier php nou si denumeste-l function-check.php cu urmatorul continut:

Cod: Selectaţi tot

<?php

// Check if we have fsockopen
if(function_exists('fsockopen'))
{
        echo 'fsockopen is available.<br />';
}

else
{
      echo 'fsockopen is NOT available.<br />';
}

// Check if we have file_get_contents
if(function_exists('file_get_contents'))
{
     echo 'file_get_contents is available.<br />';
}

else
{
    echo 'file_get_contents is NOT available.<br />';
}

echo 'PHP Version: ' . PHP_VERSION . '<br />';
Urca acest fisier pe server si acceseaza-l in browser.
Revino cu rezultatul afisat !
Avatar utilizator
bogdan
AdministratorAdministrator
Mesaje: 10888
Membru din: 18-Oct-2002, 13:14:27
Versiune: 3.0.11
Ext: Da
Server: UNIX/Linux
Nivel phpBB: Experimentat
Nivel php: Mediu
Localitate: Bucuresti
Contact:

Re: Problema "Could not open socket"

Mesaj de bogdan »

Link catre forum?

Ai facut modificari la forum?

Ce modul capcha folosesti?
marse_csm
Nou venit
Mesaje: 2
Membru din: 28-Mai-2010, 21:43:18
Versiune: 3.0.7
Ext: Da
Server: UNIX/Linux
Nivel phpBB: Mediu

Re: Problema "Could not open socket"

Mesaj de marse_csm »

Creaza un fisier php nou si denumeste-l function-check.php cu urmatorul continut:

COD: SELECTAŢI TOT
<?php

// Check if we have fsockopen
if(function_exists('fsockopen'))
{
echo 'fsockopen is available.<br />';
}

else
{
echo 'fsockopen is NOT available.<br />';
}

// Check if we have file_get_contents
if(function_exists('file_get_contents'))
{
echo 'file_get_contents is available.<br />';
}

else
{
echo 'file_get_contents is NOT available.<br />';
}

echo 'PHP Version: ' . PHP_VERSION . '<br />';


Urca acest fisier pe server si acceseaza-l in browser.
Revino cu rezultatul afisat !
rezultat:
fsockopen is available.
file_get_contents is available.
PHP Version: 5.2.13
Link catre forum?

Ai facut modificari la forum?
Ce modul capcha folosesti?
Link http://hellcs.ro/forum
modul capcha : recapcha

Am observat ca numai pot accesa capcha module setting din control panel....
Avatar utilizator
bogdan
AdministratorAdministrator
Mesaje: 10888
Membru din: 18-Oct-2002, 13:14:27
Versiune: 3.0.11
Ext: Da
Server: UNIX/Linux
Nivel phpBB: Experimentat
Nivel php: Mediu
Localitate: Bucuresti
Contact:

Re: Problema "Could not open socket"

Mesaj de bogdan »

@marse_csm: Faci echipa cu MrSphirit ?

Nu mai poti accesa modulul? Primesti eroare sau nu-l mai vezi?

Mai poti modifica (folosind phpMyAdmin) tipul de captcha modificand variabila captcha_plugin din tabela phpbb_config:

Cod: Selectaţi tot

UPDATE phpbb_config SET config_value = 'phpbb_captcha_gd' WHERE config_name = 'captcha_plugin';
Apoi trebuie sa cureti cache-ul
marse_csm
Nou venit
Mesaje: 2
Membru din: 28-Mai-2010, 21:43:18
Versiune: 3.0.7
Ext: Da
Server: UNIX/Linux
Nivel phpBB: Mediu

Re: Problema "Could not open socket"

Mesaj de marse_csm »

da! fac echipa cu sphirit..
Modulul al pot accesa dar nu al vad
Imagine

Uploaded with ImageShack.us
Avatar utilizator
bogdan
AdministratorAdministrator
Mesaje: 10888
Membru din: 18-Oct-2002, 13:14:27
Versiune: 3.0.11
Ext: Da
Server: UNIX/Linux
Nivel phpBB: Experimentat
Nivel php: Mediu
Localitate: Bucuresti
Contact:

Re: Problema "Could not open socket"

Mesaj de bogdan »

Ciudat.

Ai incercat cu alt browser? Ai verificat cu cei de la hosting daca nu au blocat cumva recapcha.net? Ar fi util sa te uiti prin log-urile serverului web.

Ai incercat sa schimbi tipul de captcha asa cum am explicat mai sus?
Avatar utilizator
dorin
Fost coleg
Mesaje: 4620
Membru din: 24-Iun-2003, 23:23:29
Versiune: 3.1.10
Ext: Da
Server: UNIX/Linux
Nivel phpBB: Mediu
Nivel php: Puţin experimentat
Contact:

Re: Problema "Could not open socket"

Mesaj de dorin »

Intreaba admin-ul hostului daca exista un firewall care blocheaza portul pentru reCaptcha (posibil 7105) si portul 80 pentru www.phpbb.com !
Închis

Înapoi la “3.0.x Funcţionare”

Cine este conectat

Utilizatori ce ce navighează pe acest forum: Niciun utilizator înregistrat și 1 vizitator