Product not show after remove “size chart”extension - magento-1.9

i having problem. please help!
I recently installed "size chart" extension and removed, and after that,
in my all product not show in pages and not able to add new product in admin panel. But all website to work fine.

Related

How to change UI display / change code from home assistant

How to change UI display / change code from home assistant ? maybe someone has used it?
can it be installed vs code in the home assistant?
If you want to install vs code in home assistant, go to settings -> addon-> addon store. search for vs code.
if it isn't there, click the three dots and add
https://github.com/hassio-addons/repository
to the repository list.
go back and search for vs code and install it. enable show in sidebar.
I hope this solves your problem

Woocommerce Setting missing "Pages" Tab

It seems that the pages tab in my woocommerce settings is missing. While I can see videos online has this tab.
Version shown online
Here is the version I have. I know the versions may differ but I don't think the newest one does not have the "pages" tab in setting.
my version of Woocommerce
Is there anything I can do to make the "pages" tab appear in the settings of Woocommerce?

Upgraded Magento from 1.9.3.4 to 1.9.3.6

I upgraded Magento from 1.9.3.4 to 1.9.3.6 and now store is working well but products showing only in categories but not on the home page in "new/featured" sections.
Also when I'm trying to add new product and trying to upload image progress bar going to 100% and gives message "Image was not uploaded"...
Everything worked fine on 1.9.3.4.
I found solution for one problem.
Featured and new products was not showing at homepage.
I just add static blocks names used on my homepage for featured and new products in to Permissions->Blocks and allowed them.
But product image uploading still not working :(
After press browse and pick picture, pressing upload - progress bar goes to 100% and returns error message "file was not uploaded"
We had the same issue on one of our stores. For us it was the .htaccess file in the media folder. Please check your server logs for any errors in the htaccess.
For us the following settings were blocked on server level:
Options All -Indexes
Options -ExecCGI

DokuWiki clicking on link displays FORBIDDEN page

I have searched the Forums and elsewhere for an answer... I'll keep researching but hoping that someone has run into this before...
I am using the latest download version of the “Closed” DokuWiki. I am building a Knowledgebase of forms and processes. I created a Start page and Menu page for all users to view, anything beyond that requires a login.
As admin, I can see all images and have access to all links. Click the link, the forms displays perfectly. (So no issue with capital letters or spaces).
However, when I login as a User, I can access all of the pages and see all of the text, but when I click on a link, the same Form as admin, instead of the form displaying in a new page, a new page is displayed with the word “Forbidden”.
So, I'm fairly sure it's an ACL issue. For example, I have the page “Office Administration” available to all Users. Do I need to somehow create a namespace or new page for all of the links, then give permission again? I was hoping that by making the page accessible to all users, this would also allow them the click on all of the links on that page as well??
How do I make the links accessible to all users? Image links are displayed to admin only. Not even registered users can view the images... text is fine... images show as broken links.
Appreciate any help you can offer! I have only been using DokuWiki for a couple of weeks but I am very happy with the results for far!
It was definitely an ACL (Access Control List) issue... so many settings...
I changed the Root* access to Upload and set the Start and Menu pages to Read only. From here on out it's setting permissions per user. whoo-hoo!

Suspect wordpress is not setting cookies

I'm trying to make a simple login form.
The wordpress function
is_user_logged_in() always returns false.
I don't want to use any pre-existing themes for wordpress, and I want to simply add wordpress functionality to an existing page.
I checked the cookies on my page with the form, and none are being set.
The wordpress install is located at:
http://localhost/newgameplus/wordpress/
The testings script is located at:
http://localhost/newgameplus/TEST/scripts/php/testWP.php
EDIT:
Solved this issue by going to wp admin panel, and changing the options.
Settings>General Settings
Adjusted site Address to reflect the actual website location.
Your script is running in a different web space to the WordPress install. To access the Wordpress functionality you'll need to be working on the site within the wordpress web space - ie the
http://localhost/newgameplus/wordpress/
directory