Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter alulageo

    (@alulageo)

    I have downloaded the “twentyforteen” theme and renamed the “plugins” folder “/plugins.hold”

    and did the same for all others “themes/name.hold” except “/themes/twentyfourteen”.

    Unfortunately the admin page
    https://www.u-n-i-c.net/wp-admin/ remain a blank page.

    Does this can be related the content of .htaccess file?

    Below is the two version of .htaccess file i run and that gave the same result.

    —————- example of .htaccess file ————–

    Does the .htaccess file impact this behaviour?

    ———————————— working version —–

    # 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

    ——————————- october 29, 2014

    # BEGIN WordPress
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    
    # add a trailing slash to /wp-admin
    RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]
    
    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^ - [L]
    RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L]
    RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
    RewriteRule . index.php [L]
    # END WordPress

    Any additional direction will be highly appreciated since i am quite new on WordPress.

    Thanks.

    Thread Starter alulageo

    (@alulageo)

    Hello Huff (MacManX),

    Thank you for your advise.

    The website is now showing off following https://codex.www.ads-software.com/FAQ_Troubleshooting#How_to_deactivate_all_plugins_when_not_able_to_access_the_administrative_menus.3F

    I have Use phpMyAdmin to deactivate all plugins.

    In the table wp_options, under the option_name column (field) find the active_plugins row
    Change the option_value field to: a:0:{}

    Now the https://www.u-n-i-c.net/wp-admin/ is blank.

    I have renamed my actual “themes/name” to “themes/name.hold”

    but WP didn’t pick up the admin page.

    Any direction from there will help. Thank you so much for your assistance.

    Thread Starter alulageo

    (@alulageo)

    Hello Abletec,

    I tried the solution described here https://codex.www.ads-software.com/Multisite_Network_Administration#.htaccess_and_Mod_Rewrite

    It didn’t work. So I find out that my installation IS NOT MULTISITE

    Because I have two websites:

    (1) https://www.u-n-i-c.net installed with WordPress on the root “/” of the server
    (2) https://www.georgealula.com installed on directory “/gma” with also WordPress components

    Website (1) is blank – appear with admin option
    https://www.u-n-i-c.net/wp-admin/

    Website (2) working normally – on both user access mode and admin mode.

    on the same server.

    ——————————– begin ——–

    https://www.u-n-i-c.net [website 1 – blank, show off in admin mode “www.u-n-i-c.net/wp-admin/” ]
    installed on server root “/”

    /
    drwxr-xr-x 2 2052909 customer 4096 Jun 23 20:48 cgi-bin
    drwxr-xr-x 5 2052909 customer 4096 Jun 23 20:48 cgi-data
    drwxr-xr-x 5 2052909 customer 4096 Oct 25 18:43 gma *** [website2 – https://www.georgealula.com]
    drwxr-xr-x 2 2052909 customer 4096 Jun 23 20:48 pnehtml
    drwxr-xr-x 17 2052909 customer 12288 Oct 29 03:33 wp-admin
    drwxr-xr-x 7 2052909 customer 4096 Oct 17 07:23 wp-content
    drwxr-xr-x 12 2052909 customer 12288 Oct 17 08:15 wp-includes

    -rw-r–r– 1 2052909 customer 418 Oct 17 15:43 index.php
    -rw-r–r– 1 2052909 customer 19545 Oct 17 15:43 license.txt
    -rw-r–r– 1 2052909 customer 8616 Oct 17 15:43 readme.html
    -rw-r–r– 1 2052909 customer 4896 Oct 17 15:43 wp-activate.php
    -rw-r–r– 1 2052909 customer 271 Oct 17 15:43 wp-blog-header.php
    -rw-r–r– 1 2052909 customer 4818 Oct 17 15:43 wp-comments-post.php
    -rw-r–r– 1 2052909 customer 3814 Oct 17 15:43 wp-config-sample.php
    -rw-r–r– 1 2052909 customer 4196 Oct 17 19:01 wp-config.php
    -rw-r–r– 1 2052909 customer 2932 Oct 17 15:43 wp-cron.php
    -rw-r–r– 1 2052909 customer 2380 Oct 17 15:43 wp-links-opml.php
    -rw-r–r– 1 2052909 customer 2359 Oct 17 15:43 wp-load.php
    -rw-r–r– 1 2052909 customer 33407 Oct 17 15:43 wp-login.php
    -rw-r–r– 1 2052909 customer 8235 Oct 17 15:43 wp-mail.php
    -rw-r–r– 1 2052909 customer 11070 Oct 17 15:43 wp-settings.php
    -rw-r–r– 1 2052909 customer 25665 Oct 17 15:43 wp-signup.php
    -rw-r–r– 1 2052909 customer 4026 Oct 17 15:43 wp-trackback.php
    -rw-r–r– 1 2052909 customer 3032 Oct 17 15:43 xmlrpc.php

    *** 2nd website – installed with a 2nd WordPress [for https://www.georgealula.com => work fine]

    /gma/

    https://www.u-n-i-c.net&gt; cd gma
    https://www.u-n-i-c.net&gt; ls -l
    total 208
    drwxr-xr-x 9 2052909 customer 8192 Jun 28 12:16 wp-admin
    drwxr-xr-x 7 2052909 customer 4096 Oct 29 03:21 wp-content
    drwxr-xr-x 12 2052909 customer 12288 Oct 10 21:59 wp-includes
    -rw-r–r– 1 2052909 customer 418 Jun 28 12:15 index.php
    -rw-r–r– 1 2052909 customer 19930 Jul 1 17:47 license.txt
    -rw-r–r– 1 2052909 customer 8709 Oct 10 21:59 readme.html
    -rw-r–r– 1 2052909 customer 4951 Oct 10 21:59 wp-activate.php
    -rw-r–r– 1 2052909 customer 271 Jun 28 12:15 wp-blog-header.php
    -rw-r–r– 1 2052909 customer 4946 Oct 10 21:59 wp-comments-post.php
    -rw-r–r– 1 2052909 customer 3388 Oct 10 21:59 wp-config-sample.php
    -rw-rw-rw- 1 2052909 customer 4095 Jun 28 12:30 wp-config.php
    -rw-r–r– 1 2052909 customer 2956 Oct 10 21:59 wp-cron.php
    -rw-r–r– 1 2052909 customer 2380 Jun 28 12:15 wp-links-opml.php
    -rw-r–r– 1 2052909 customer 2714 Oct 10 21:59 wp-load.php
    -rw-r–r– 1 2052909 customer 33043 Oct 10 21:59 wp-login.php
    -rw-r–r– 1 2052909 customer 8252 Oct 10 21:59 wp-mail.php
    -rw-r–r– 1 2052909 customer 11115 Oct 10 21:59 wp-settings.php
    -rw-r–r– 1 2052909 customer 26256 Oct 10 21:59 wp-signup.php
    -rw-r–r– 1 2052909 customer 4026 Jun 28 12:15 wp-trackback.php
    -rw-r–r– 1 2052909 customer 3032 Jul 1 17:47 xmlrpc.php

    ——————— .htaccess ————–/ https://www.u-n-i-c.net {Blank – website 1}

    # BEGIN WordPress
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]

    # add a trailing slash to /wp-admin
    RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]

    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^ – [L]
    RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L]
    RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
    RewriteRule . index.php [L]
    # END WordPress

    ——————— .htaccess ————–/gma [for https://www.georgealula.com – website 2]

    # BEGIN WordPress
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]

    # uploaded files
    RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L]

    # add a trailing slash to /wp-admin
    RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]

    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^ – [L]
    RewriteRule ^[_0-9a-zA-Z-]+/(wp-(content|admin|includes).*) $1 [L]
    RewriteRule ^[_0-9a-zA-Z-]+/(.*\.php)$ $1 [L]
    RewriteRule . index.php [L]
    # END WordPress

    ———————————- end ————-
    How to fix this change that came after upgrading WordPress to V4.0
    and activating some plugins?

    Thank you for any prompt direction.

    Regards,

    Thanks James. I did it.
    Looking forward on your assistance.
    George

    Hello James Huff (MacManX)

    Website is blank and can’t log into wp-admin/edit

    My website https://www.u-n-i-c.net/ has suddenly gone blank, after Upgrade to WordPress 4.0 and updates of different plugins.

    ****************** Problem: ************

    When keying in the website adress
    https://www.u-n-i-c.net => Page is blank

    when entering the same with admin option
    https://www.u-n-i-c.net/wp-admin/ => the page appear but it doesn’t appear in administration mode

    I cannot access my wesbite as Administrator with WordPress.

    I have a multisite runing a second website
    https://www.georgealula.com that is working properly

    ************* Partial view of my wp-config.php file *****

    ———– MULTISITES AND MULTILANGUAGES (FR & EN) SITES ———
    /* WordPress Localized Language. */
    define( ‘WPLANG’, ‘fr_FR’ );

    /* Custom WordPress URL. */
    define( ‘WP_SITEURL’, ‘https://www.u-n-i-c.net/&#8217; );
    define( ‘WP_HOME’, ‘https://www.u-n-i-c.net/&#8217; );
    define( ‘WP_CONTENT_URL’, ‘https://www.u-n-i-c.net/wp-content/&#8217; );
    define( ‘UPLOADS’, ‘https://www.u-n-i-c.net/wp-content/uploads&#8217; );
    define( ‘WP_PLUGIN_URL’, ‘https://www.u-n-i-c.net/wp-content/plugins&#8217; );

    —————– .HTACCESS ——————

    # 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

    **************** Attemped solution **************
    renaming Plugins directory => Plugins.hold
    or
    renaming /themes/used => /Themes/used.hold

    I have recover the site from backup before the plugins Updates and the database also was recovered.

    ************ Results *****************
    Didn’t help show the page or access the Administration site

    *************** URGENT HELP NEEDED ***********
    Any body have an idea which direction to take.

Viewing 5 replies - 1 through 5 (of 5 total)