Hi cozmicfool,
Can you provide more detail about the problem? For example, when I visit both http://petscontent.byethost2.com/wp-admin and http://petscontent.byethost2.com/wp-admin, I get the login screen? Does the problem only happen after you login?
I can login at http://petscontent.byethost2.com/
But not if you visit
petscontent.uk.tc and try to login it wont let me. 🙁
First off… The two domains appear to be pointing at two different sites. Pinging them returns two different IP addresses for me.
On the petscontent.uk.tc site, try turning debug mode on in your wp-config.php file. It looks like there’s an error being thrown on on admin login page, but with debug off you can’t see it.
Yeh they are?? the petscontent.uk.tc is a free domain name host
http://petscontent.byethost2.com/ is a free web host.
The domain points to the host thats why they are returning two seperate domain ips
Right switched on debug got the following:-
Warning: fopen() [function.fopen]: URL file-access is disabled in the server configuration in /htdocs/wp-includes/class-http.php on line 876
Warning: fopen(http://petscontent.byethost2.com/wp-cron.php?doing_wp_cron) [function.fopen]: failed to open stream: no suitable wrapper could be found in /htdocs/wp-includes/class-http.php on line 876
My site is ready to go I just have to figure this out does anyone have any suggestions??
Hi cozmicfool,
Looks like you may be trying to pull in a link into your WordPress site (possibly a plugin you are using)? You should be able to adjust settings in your php.ini file to allow URL file-access.