Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter erumHannan

    (@erumhannan)

    i have also tried with php version 5.4.27 but still my admin panep ie wp-admin tabs are not working i am able to clicked on it and its url changes but still nothing is being dislayed here with wp-version $wp_version = ‘3.3.2’;

    wp-admin side tabs are failed to work in php5.4 when i was using php5.3 with wordpress $wp_version = ‘3.3.2’; it was working fine while right now trying to use php5.4 with same wp version now my admin-panel links are not working

    my htaccess file is : # BEGIN WordPress

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /AlFerdous/admin/
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /AlFerdous/admin/index.php [L]
    
    </IfModule>
    
    # END WordPress

    when i changed it to:

    # BEGIN WordPress
    
    AddHandler application/x-httpd-php54.php
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /AlFerdous/admin/
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /AlFerdous/admin/index.php [L]
    
    </IfModule>
    
    # END WordPress

    now its giving me error:

    Internal Server Error

    The server encountered an internal error or misconfiguration and was unable to complete your request.

    Please contact the server administrator at [email protected] to inform them of the time this error occurred, and the actions you performed just before this error.

    More information about this error may be available in the server error log.
    Apache/2.4.9 (Win64) PHP/5.5.12 Server at localhost Port 80

    hy my site with php5.3 was working fine in localhost and in server as well but when i upgrade my wamp with php5.5.12 now my site is not working in localhost even i am just able to login in admin panel ie wp-admin and no tabs of admin panel is working they are just clickable and nothing displayed there i have also followed same sugeestions prvided by other here but still no luck can someone please help me

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