
08-06-2008, 11:02 AM
|
 |
PHP GURU
|
|
Join Date: May 2005
Posts: 281
|
|
This error:
PHP Code:
Warning: strpos() [function.strpos]: Empty delimiter. in /usr/home/***/public_html/add_page.php on line 166
Is most likely due to "Reciprocal Validation Code" being blank
To correct, login to your SSL admin panel, go to settings, find "Reciprocal Validation Code" and add something like
PHP Code:
href="http://www.yourdomain.com"
replacing yourdomain.com with your actual domain.
Save the settings and retry submitting the link.
IF THAT DOES NOT CORRECT THE PROBLEM, the likely cause is that there is a problem fetching the reciprocal webpage. This may be becuase the url of the reciprocal webpage is not correct, or there is a problem with the fopen function. If the webpage is correct, the problem is likely due to fopen in which case you should contact your webhost and inform them of the problem of fopen not working correctly.
|