| Problem | Reason | Solution |
| Error 404 "File not found", URL in the browser location bar is what you have entered | Your webserver could not find your page | Make sure you made no typing errors when entering the URL. Do the same checks you would do if a new html page won't show up on your site. |
| Message "Site 'example_com' not found in database" | The value you submit to Ipaya as your site name cannot be found in the Ipaya database | Make sure that you have a publishing account at Ipaya. Double check that the value you have entered as "technical name" at Ipaya is the same that you have entered as ipaya_site in basics.php. To see what you have entered, visit your Account at Ipaya. |
| Message "no '_done' URL argument received" | Variable _done is either empty or nonexistent | Check yourpage.php and see what you have entered as this_page. It might be empty (looking like: "") |
| Message "The requested URL needs an Ipaya subscription to be accessed." | You are not signed in, or have no existing subscription | If you're not signed in, a sign-in box is visible in the top right corner - use it to sign in. If you have no Ipaya subscription, sign up for one or ask somebody who already has a subscription to test your pages. |
| Message "Ipaya said: no site argument received" | During check_temp_user, you didn't send your technical name to Ipaya | Check yourpage.php and see what you have entered as ipaya_site. It might be empty (looking like: "") |
| Message "Ipaya said: no pass argument received" | During check_temp_user, you didn't send your password to Ipaya | Check yourpage.php and see what you have entered as ipaya_pass. It might be empty (looking like: "") |
| Message "Ipaya said: Invalid site or password argument" | During check_temp_user, you sent a incorrect technical name or password to Ipaya | Double check that your account password at Ipaya is the same value you have entered as ipaya_pass in basics.php |
| Error 404 "File not found", URL in the browser location bar contains "temp_anon_user" | The page Ipaya redirects users to after checking their subscription doesn't exist | Make sure that what you have entered as "URL of your 'Set-Cookie' script" at Ipaya in the page publishing settings is the real location of your setcooki.php script. To see what you have entered, visit your Account at Ipaya. |
| Error 404 "File not found", URL in the browser location bar contains "checkcookie" | The url for checking cookies that have just been set is incorrect | Make sure that what you have entered as "setcookie_url" in basics.php is the real location of your setcooki.php script. Make sure that it is the complete URL of setcooki.php, including "http://" and your domain name. |
| Message "Cookie was not set" | In the "set cookie" command, setcooki.php sent your browser an incorrect domain | Make sure that what you have entered as "set_cookie_domain" in basics.php is a real domain name and is the domain name of your setcooki.php script. The entry must not contain "http://". The entry must not contain any directories or any "/". If the top level domain of your server is one of ".com, .net, .org, .edu, .gov, .mil", the domain must consist of at least 2 elements (example: "domainname" and ".com"). If the top level domain of your server is something else, the domain must consist of at least 3 elements (example: "www", ".domainname", ".de". Another example: "domainname", ".co", ".uk") |
| Error 404 "File not found", URL in the browser location bar contains no "_done" argument | The value you entered as this_page in yourpage.php is incorrect | Check yourpage.php and see what you have entered as this_page. Make sure that it is the complete URL of yourpage.php, including "http://" and your domain name. |