zimmer-media Posted July 14, 2017 Posted July 14, 2017 Hello community. After I migrated another shop from PS to TB, there is a 404 error on the start page. This shop is set with 4 languages. When I leaf through the categories and products, I have no problems. Only when I then click on the logo to get to the start page I get this 404 Error. Can someone help me. Many Thanks shop: https://ladydee-yarn.com/
lesley Posted July 14, 2017 Posted July 14, 2017 Can you try going to the SEO and urls page and then pressing the save button on the page.
zimmer-media Posted July 14, 2017 Author Posted July 14, 2017 Yes, sorry I have not written with it - I have already tried to solve the problem by recreating the htaccess. Did not help.
zimmer-media Posted July 14, 2017 Author Posted July 14, 2017 and problems with duplicate urls tab and custom tab dont show in preferences - with ps 1.6.1.1 modul "faktiva clean urls" :( ccc is now off
roband7 Posted July 14, 2017 Posted July 14, 2017 With clean URLs builtin to thirty bees it´s probably best not to use addons doing the same thing. I´m no saying for sure that´s what causes your problem, but it might be.
lesley Posted July 14, 2017 Posted July 14, 2017 Oh, exactly. Uninstall the module and delete it. Clean url module and Page caching modules do not work with thirty bees since they are both already in the core.
zimmer-media Posted July 14, 2017 Author Posted July 14, 2017 Best thanks - you can not see the forest in front of loud trees The home page works, no 404 Error anymore - the module was only deactivated not uninstalled. :( :( :( But the tabs "duplicate urls" and "customize" (header-css-etc) are not displayed in the BO under preferences.
roband7 Posted July 14, 2017 Posted July 14, 2017 This was covered here: https://forum.thirtybees.com/topic/302/duplicate-friendly-sub-category-urls-from-within-different-categories Looks like there might be small bug in the PS migration, that it forgets to setup the admintab for this.
lesley Posted July 14, 2017 Posted July 14, 2017 Our migrator does not add them automatically. Its a bug in our migrator. What you will have to do is go to Administration -> Menus and add them manually. For the duplicate urls add what is in the image below. http://storage9.static.itmages.com/i/17/0714/h15000439488281976_ddfa38dca4.png For the css page add what is in this image. http://storage4.static.itmages.com/i/17/0714/h15000440297213616_9e78921359.png
roband7 Posted July 14, 2017 Posted July 14, 2017 LOL @lesley 2nd time here we give the same answer within seconds :)
zimmer-media Posted July 14, 2017 Author Posted July 14, 2017 The custom code is not saved. For duplicate urls -> 500 error How can i send a picture here?
roband7 Posted July 14, 2017 Posted July 14, 2017 That´s exactly the same problem as in the forum link I posted a couple of minutes ago, have a look at it.
zimmer-media Posted July 14, 2017 Author Posted July 14, 2017 @roband7 great best thanks duplicate urls works - how it works for the custom code tab, doesnt save my data missing table in database or another tpl?
zimmer-media Posted July 14, 2017 Author Posted July 14, 2017 I have one more question. I run 2 more shops (PS 1.6.1.x). There I sell goods I get from a Dopshipping offerer. For this I have then a php page in the PS forum found to update the article quantities by CSV. Will this be possible with TB or are there other / new options? https://www.prestashop.com/forums/topic/476997-solved-automatic-stock-update-csv-solution/?p=2190192
zimmer-media Posted July 14, 2017 Author Posted July 14, 2017 @mdekker thanks, that will bee helpful for my other ps-stores and my clients ps-stores but custom code tab, doesnt save my data
roband7 Posted July 14, 2017 Posted July 14, 2017 @zimmer-media said in index 404 error after ps 1.6.1.1 migration: I have one more question. I run 2 more shops (PS 1.6.1.x). There I sell goods I get from a Dopshipping offerer. For this I have then a php page in the PS forum found to update the article quantities by CSV. Will this be possible with TB or are there other / new options? https://www.prestashop.com/forums/topic/476997-solved-automatic-stock-update-csv-solution/?p=2190192 There's a CSV import in TB that should handle this fine, unless there's something fancy going on here I fail to see. Your PHP code should also work fine, the database layout hasn't changed in this area.
roband7 Posted July 14, 2017 Posted July 14, 2017 @zimmer-media said in index 404 error after ps 1.6.1.1 migration: @roband7 great best thanks duplicate urls works - how it works for the custom code tab, doesnt save my data missing table in database or another tpl? I'm not sure why your custom code isn't saved. They should simply be inserted/updated into the tbconfiguration table, with the name column set to one of: TBCUSTOMCODEMETAS TBCUSTOMCODECSS TBCUSTOMCODEJS TBCUSTOMCODEORDERCONFJS Nothing is inserted into the table for you?
zimmer-media Posted July 14, 2017 Author Posted July 14, 2017 @mdekker @roband7 value = NULL i test it now with a new tb-installation and nothing data not saved :(
roband7 Posted July 14, 2017 Posted July 14, 2017 @mdekker said in index 404 error after ps 1.6.1.1 migration: PS_CUSTOMCODE_METAS PS_CUSTOMCODE_CSS PS_CUSTOMCODE_JS inserted but TB_CUSTOMCODE_METAS TB_CUSTOMCODE_CSS TB_CUSTOMCODE_JS is being read. I see that is has been fixed in 1.0.2, so apparently someone was already aware of it. If you can wait a couple days, it'll be working with 1.0.2 I checked, and it's still not fixed in 1.0.2. See classes/controller/FrontController.php, the function initContent() still uses the wrong names.
zimmer-media Posted July 14, 2017 Author Posted July 14, 2017 @roband7 said in index 404 error after ps 1.6.1.1 migration: CUSTOMCODE very nice, but how must be save for example - my english ist not the best to read at the forum, the documentation etc :( ``` {if $pagename=='product'} {else} {/if} {if $pagename == "product"} {else} {/if} ``` after saving :( the tb-team make a great job, thats very excelent ;) :D modul productscategory i have a suggestion: in example i think isnt seo-like i mean that its better or? example modul productscategory -> productscategory -> truncate over 18 <h5 itemprop="name" class="product-name"> <a href="{$link->getProductLink($categoryProduct.id_product, $categoryProduct.link_rewrite, $categoryProduct.category, $categoryProduct.ean13)|escape:'html':'UTF-8'}" title="{$categoryProduct.name|htmlspecialchars}">{$categoryProduct.name|truncate:30:'...'|escape:'html':'UTF-8'}</a> </h5>
zimmer-media Posted July 14, 2017 Author Posted July 14, 2017 supplement I almost always use 2 pages for the SEO check http://seorch.de/ and https://www.seobility.net/de/seocheck/
lesley Posted July 14, 2017 Posted July 14, 2017 There are a lot of changes coming in the theme in the next version. I used seorch to help with it. I have converted the whole theme to a semantic true html5. If you download the community theme from our repo and upload it over your community theme.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now