phild11
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Server moveI have now managed to get into the admin and everything that should be there is there so the database is working and connecting. However, it’s still just a blank page on the home page.
Forum: Installing WordPress
In reply to: Server moveHi,
no it’s not in the same account. It’s a different server all together.
If I do most of the above I still just get a blank home page and cannot log into admin.
Thanks anyway though.Forum: Fixing WordPress
In reply to: Site hanging after a server move.The site has a shop. It’s run by zen cart. I deleted the database annd then went to smaarthorses.co.uk/shop and got a zen cart error message re the missing db. So i created the database using the username and password etc in the config file. I then went to phpmyadmin and imported the saved shop db into the new db.
Straight away smaarthorses.co.uk/shop now hangs just like the main url So it has to be somethign to do with the database contents?Forum: Fixing WordPress
In reply to: Site hanging after a server move.Many thanks. I will take a look at that.
cheers.Forum: Fixing WordPress
In reply to: Site hanging after a server move.</VirtualHost>
<VirtualHost 37.122.210.206:80>
ServerName smaarthorses.co.uk
ServerAlias http://www.smaarthorses.co.uk
DocumentRoot /home/smaartho/public_html
ServerAdmin webmaster@smaarthorses.co.uk
UseCanonicalName Off
CustomLog /usr/local/apache/domlogs/smaarthorses.co.uk combined
CustomLog /usr/local/apache/domlogs/smaarthorses.co.uk-bytes_log “%{%s}t %I .\n%{%s}t %O .”
## User smaartho # Needed for Cpanel::ApacheConf
UserDir disabled
UserDir enabled smaartho
<IfModule mod_suphp.c>
suPHP_UserGroup smaartho smaartho
</IfModule>
<IfModule concurrent_php.c>
php4_admin_value open_basedir “/home/smaartho:/usr/lib/php:/usr/php4/lib/php:/usr/local/lib/php:/usr/local/php4/lib/php:/tmp”
php5_admin_value open_basedir “/home/smaartho:/usr/lib/php:/usr/local/lib/php:/tmp”
</IfModule>
<IfModule !concurrent_php.c>
<IfModule mod_php4.c>
php_admin_value open_basedir “/home/smaartho:/usr/lib/php:/usr/php4/lib/php:/usr/local/lib/php:/usr/local/php4/lib/php:/tmp”
</IfModule>
<IfModule mod_php5.c>
php_admin_value open_basedir “/home/smaartho:/usr/lib/php:/usr/local/lib/php:/tmp”
</IfModule>
<IfModule sapi_apache2.c>
php_admin_value open_basedir “/home/smaartho:/usr/lib/php:/usr/php4/lib/php:/usr/local/lib/php:/usr/local/php4/lib/php:/tmp”
</IfModule>
</IfModule>
<IfModule !mod_disable_suexec.c>
<IfModule !mod_ruid2.c>
SuexecUserGroup smaartho smaartho
</IfModule>
</IfModule>
<IfModule mod_ruid2.c>
RMode config
RUidGid smaartho smaartho
</IfModule>
<IfModule itk.c>
# For more information on MPM ITK, please read:
# http://mpm-itk.sesse.net/
AssignUserID smaartho smaartho
</IfModule>
ScriptAlias /cgi-bin/ /home/smaartho/public_html/cgi-bin/# To customize this VirtualHost use an include file at the following location
# Include “/usr/local/apache/conf/userdata/std/2_2/smaartho/smaarthorses.co.uk/*.conf”</VirtualHost>
Forum: Fixing WordPress
In reply to: Site hanging after a server move.I’ve renamed index.php index.bak default.php and uploaded a plain index.html and it’s still redirecting!
Forum: Fixing WordPress
In reply to: Site hanging after a server move.I renamed .htaccess and index.php – uploaded index.htm and suill get
The requested URL /index/ was not found on this server.Very strange – it’s like there is a redirect somewhere which I thought was in .htaccess but plainly is not.
Forum: Fixing WordPress
In reply to: Site hanging after a server move.I renamed index.php and added index.htm – now you get “The requested URL /index.php was not found on this server.”
This, i think is down to the .htaccess file which seems to redirect to index.phpThe .htaccess file is thus:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
Forum: Fixing WordPress
In reply to: Site hanging after a server move.The test page wasn’t there after a new upload. Try now please as I have just uploaded it again.
Thanks.Forum: Fixing WordPress
In reply to: Site hanging after a server move.I just tried to back the site up again and it has done so successfully but with the same result. However, when I check the back up log their is one error warning which is very long – I will paste a snippet below. I don’t know if this is the problem?
FileProtect
Doing fileprotect conversion
[2014-07-31 16:13:21 +0100] warn [Internal Warning while parsing [stdin] 29657] Can’t opendir(/home/smaartho/public_html/wp-content/themes/red-evo-aphelion/log): Permission denied
Cpanel::Carp::__ANON__(__CPANEL_HIDDEN__) called at /usr/local/cpanel/perl/File/Find.pm line 480
File::Find::_find_dir(‘HASH(0x5f0d320)’, ‘/home/smaartho/public_html’, 14) called at /usr/local/cpanel/perl/File/Find.pm line 360
File::Find::_find_opt(‘HASH(0x5f0d320)’, ‘/home/smaartho/public_html’) called at /usr/local/cpanel/perl/File/Find.pm line 743
File::Find::find(‘HASH(0x5f0d320)’, ‘/home/smaartho/public_html’) called at /usr/local/cpanel/Whostmgr/Transfers/Systems/FileProtect.pm line 160
Whostmgr::Transfers::Systems::FileProtect::__ANON__() called at /usr/local/cpanel/Cpanel/AccessIds/ReducedPrivileges.pm line 99
eval {…} called at /usr/local/cpanel/Cpanel/AccessIds/ReducedPrivileges.pm line 99
Cpanel::AccessIds::ReducedPrivileges::call_as_user(856, 99, ‘CODE(0x5ab7e30)’) called at /usr/local/cpanel/Whostmgr/Transfers/Systems/FileProtect.pm line 167
Whostmgr::Transfers::Systems::FileProtect::unrestricted_restore(‘Whostmgr::Transfers::Systems::FileProtect=HASH(0x5f2ea30)’) called at /usr/local/cpanel/Whostmgr/Transfers/Systems.pm line 93
Whostmgr::Transfers::Systems::restore(‘Whostmgr::Transfers::Systems::FileProtect=HASH(0x5f2ea30)’) called at /usr/local/cpanel/Whostmgr/Transfers/AccountRestoration.pm line 152
Whostmgr::Transfers::AccountRestoration::__ANON__() called at /usr/local/cpanel/Cpanel/CPAN/Try/Tiny.pm line 119
eval {…} called at /usr/local/cpanel/Cpanel/CPAN/Try/Tiny.pm line 108
Cpanel::CPAN::Try::Tiny::try(‘CODE(0x56fa370)’, ‘Try::Tiny::Catch=SCALAR(0x55de650)’) called at /usr/local/cpanel/Whostmgr/Transfers/AccountRestoration.pm line 156Forum: Fixing WordPress
In reply to: Site hanging after a server move.Yes others are fine – there must be some difference between this server and the last that isn’t allowing the backing up to succeed.
Thanks for your help. I am trying this and that and if I get anywhere, I will post how it was done.
Cheers again.Forum: Fixing WordPress
In reply to: Site hanging after a server move.I can login in via SSH but I don’t really know that many command lines.
The client has just told me this happened the last time she moved hosts!Forum: Fixing WordPress
In reply to: Site hanging after a server move.Thanks for that but just the same happens – it just hangs and hangs!
Forum: Fixing WordPress
In reply to: Site hanging after a server move.Nothing of help in the logs I’m afraid.
Forum: Fixing WordPress
In reply to: Site hanging after a server move.Hi,
thanks but it is’nt that. I am the hosting provider and the server is up and running. Also, http://smaarthorses.co.uk/test.htm comes up fine – it is just the wordpress driven content that doesnt show.