PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : internal plugin error -wordpress- #socket error 11001 ~ host not found



Marcoz
27.08.2018, 18:57
Hallo

ich habe eine problem :(

after redirecting my site from http to https , i got an error with Intelligen


internal plugin error -wordpress- #socket error 11001 ~ host not found



any suggestions ?

fluffyxz
27.08.2018, 19:13
Di you change inside IntelligeN,too?
If not, remove your site inside IntelligeN, then open the %yoursite%.xml file (best with Notepad++ or similar)
and change

<name>http://%yoursite.tld%/</name>
to

<name>https://%yoursite.tld%/</name>
save and then add your site again

Marcoz
27.08.2018, 19:26
thanks a lot fluffy for your reply

PS: i have resolved the issue, i forgot to force my wp-admin to SSL in the config file and avoid the loop redirection by the code



/** SSL */
define('FORCE_SSL_ADMIN', true);
// in some setups HTTP_X_FORWARDED_PROTO might contain
// a comma-separated list e.g. http,https
// so check for https existence
if (strpos($_SERVER['HTTP_X_FORWARDED_PROTO'], 'https') !== false)
$_SERVER['HTTPS']='on';

also, updating my .httaccess to avoid the 301 redirection Error

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

PS : do you know a working xrel.to plugin ? i have an old plugin from 2017 but crawling the NFO doesn't work since some months, looks like xrel has changed their algorithms