toontastic
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Admin goes to the wrong placeAll working now, I renamed the coppermine gallery folder and that seemd to fix it. No idea why or what the problem was but never mind it’s working now.
Forum: Installing WordPress
In reply to: User end works, admin is white screen?I seem to be having this same problem (along with a bit more) where are these error logs ?
Forum: Fixing WordPress
In reply to: Admin goes to the wrong placeOk I’ve discovered (ok the support team at coppermine discovered) that if I go to https://www.newcastle-online.com/wp-admin/admin I get the login screen rather than the coppermine error page. However if I log in I get a blank white screen, any ideas ?
Forum: Fixing WordPress
In reply to: Admin goes to the wrong placeThis is still a major problem, does anyone have any ideas ?
Forum: Fixing WordPress
In reply to: Admin goes to the wrong placeI’ve posted a similar post on coppermine incase it’s a problem with their software rather than this software. Any ideas are greatfully received though.
I’ve also ran a check and repair on the database tables, it didn’t seem to show any problems.
Forum: Fixing WordPress
In reply to: Admin goes to the wrong placeHowever saying that I have just looked at the .htaccess file and it looks very much like it points all over the gallery:
# BEGIN FGALLERY <IfModule mod_rewrite.c> RewriteEngine On RewriteRule ^gallery/?([^/]*)?/?([^/]*)?/?([^/]*)?/?([^/]*)?/?$ /wp-content/plugins/fgallery/fim_photos.php?$1=$2&$3=$4 [QSA,L] </IfModule> # END FGALLERY # BEGIN FGALLERY <IfModule mod_rewrite.c> RewriteEngine On RewriteRule ^https://www.newcastle-online.com/gallery//?([^/]*)?/?([^/]*)?/?([^/]*)?/?([^/]*)?/?$ /wp-content/plugins/fgallery/fim_photos.php?$1=$2&$3=$4 [QSA,L] </IfModule> # END FGALLERY # BEGIN FGALLERY <IfModule mod_rewrite.c> RewriteEngine On RewriteRule ^photos/?([^/]*)?/?([^/]*)?/?([^/]*)?/?([^/]*)?/?$ /wp-content/plugins/fgallery/fim_photos.php?$1=$2&$3=$4 [QSA,L] </IfModule> # END FGALLERY RewriteEngine On RewriteRule x.html y.html # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
I tried deleting the file but it still has the same problem. Any ideas ?
Forum: Fixing WordPress
In reply to: Admin goes to the wrong placeCoppermine is installed into the folder /gallery/ wordpress is just left at the root. I did try uploading the old .htaccess file to see if that worked but I get the same problem.
https://www.newcastle-online.com/wp-admin if you want to see the error.