cancel
Showing results for 
Search instead for 
Did you mean: 

i am unable to select categories in admin Page... when eva i try to select nothing gets seclected

i am unable to select categories in admin Page... when eva i try to select nothing gets seclected

i am unable to select categories in admin Page...  when eva i try to select nothing gets seclected

9 REPLIES 9

Re: i am unable to select categories in admin Page... when eva i try to select nothing gets seclect

Hi,

Can you provide a little more information?

 

Are you talking about Admin >Catalog > Manage Categories  or are you referring to Manage Products and adding a category to a product?

 

Perhaps with some screenshots so we can see the issue better?

Problem solved? Click Accept as Solution!
Magento Certified Developer Plus | www.iwebsolutions.co.uk | Magento Small Business Partner

Re: i am unable to select categories in admin Page... when eva i try to select nothing gets seclect

yes i m taking about Admin >Catalog > Manage Categories 

asyou can see i have seclected the catogories but still nothing is visible of the catogory

Re: i am unable to select categories in admin Page... when eva i try to select nothing gets seclect

Have you tried clicking it a second time? Sometimes if you click it and reload.. it reloads and looks like its clicked but isn't actually selected.

 

If that doesn't work - can you open up your browsers console and see if there are any JavaScript errors?

Problem solved? Click Accept as Solution!
Magento Certified Developer Plus | www.iwebsolutions.co.uk | Magento Small Business Partner

Re: i am unable to select categories in admin Page... when eva i try to select nothing gets seclect

your first suggestion is not working and i really dnt have any idea for your kind imformation i m running in nginx & ubuntu 14.04

i m fACING MORE PROBLEM LIKE position of logo is not fixed it came up in the middle and the page which i access the link of the page comes in search bar u can have a loook in this ip http://52.74.35.177/

 

Re: i am unable to select categories in admin Page... when eva i try to select nothing gets seclect

and magento.conf for nginx is 

 

server {
        listen 80 default_server;
        listen [::]:80 default_server ipv6only=on;

        root /var/www/html;
        index index.php index.html index.htm;

        server_name your_domain.com;

        location / {
                # try_files $uri $uri/ =404;
                try_files $uri $uri/ /index.php?q=$uri&$args;
        }

        error_page 404 /404.html;

        error_page 500 502 503 504 /50x.html;
        location = /50x.html {
                root /usr/share/nginx/html;
        }

        location ~ \.php$ {
                try_files $uri =404;
                fastcgi_split_path_info ^(.+\.php)(/.+)$;
                fastcgi_pass unix:/var/run/php5-fpm.sock;
                fastcgi_index index.php;
                include fastcgi_params;
        }
}

Re: i am unable to select categories in admin Page... when eva i try to select nothing gets seclect

Hi,

You should post another topic about your logo issue.

 

For the admin issue... you really need to see if there are javascript errors. F12 should normally get your Browsers Inspector up and you'll want to look into the 'console' tab to see if there is any errors output there.

Problem solved? Click Accept as Solution!
Magento Certified Developer Plus | www.iwebsolutions.co.uk | Magento Small Business Partner

Re: i am unable to select categories in admin Page... when eva i try to select nothing gets seclect

and htaccess 

 

if ($http_user_agent ~ "MJ12bot"){
set $rule_0 1$rule_0;
}
if ($rule_0 = "1"){
return 403;
break;
}
if ($http_user_agent ~* "80legs"){
set $rule_1 1$rule_1;
}
if ($rule_1 = "1"){
return 403;
break;
}
if ($http_host !~* "^www.yourdomain.com$"){
set $rule_2 1$rule_2;
}
if ($rule_2 = "1"){
rewrite ^/(.*)$ http://www.yourdomain.com/$1 permanent;

#ignored: condition 0
if ($rule_3 = "1"){
rewrite ^/(.*)index.php$ http://www.yourdomain.com/$1 permanent;
}
setenv HTTP_AUTHORIZATION:$http_authorization;
#ignored: "-" thing used or unknown variable in regex/rew
if ($uri !~ "^/(media|skin|js)/"){
set $rule_5 1$rule_5;
}
if (!-f $request_filename){
set $rule_5 2$rule_5;
}
if (!-d $request_filename){
set $rule_5 3$rule_5;
}
if ($request_filename !~ "-l"){
set $rule_5 4$rule_5;
}
if ($rule_5 = "4321"){

set $rule_5 3$rule_5;
}
if ($request_filename !~ "-l"){
set $rule_5 4$rule_5;
}
if ($rule_5 = "4321"){
rewrite /.* /index.php last;
}

 

 

Re: i am unable to select categories in admin Page... when eva i try to select nothing gets seclect

Hi @kobid

 

What @iweb_p3mbo is referring to is before you select the category you want to edit, right click on te page and "inspect element". This will bring up the console. Then click the category you want to edit and see if any errors occur. You would also be able to see what XHR requests are being made and the returned response.

 

 

Problem solved? Click Accept as Solution!
www.iwebsolutions.co.uk | Magento Small Business Partner

Re: i am unable to select categories in admin Page... when eva i try to select nothing gets seclect

sir i coundnot see any error after inspect element in js
if i share my username & password u can try