"No product catalog group supporting the url" error - umbraco-ucommerce

I'm upgrading an old Umbraco site (7.3.8) with uCommerce (Schema Version 148 - I'm unsure of the Version) to uCommerce 8.4.1.19353 (schema 203). And aside from a few hiccups, it's mostly gone okay. But I seem to have hit an error on the products.
Server Error in '/' Application.
No product catalog group supporting the url "http://localhost:80/umbraco/ucommerce/catalog/editproduct.aspx?id=203&parentcategoryId=114" found.
When I create a new product in the category, I do not get the error though.
Anybody have an idea?
Thanks in advance.

Unfortunately, I wasn't able to do this as I was getting the same error on the store level.
I have however solved it by doing this.
Comment out the lines 104 to 118 (the if(CanEditProduct()) block) in
\Umbraco\ucommerce\Catalog\ProductReviewsList.ascx
Going to the cms and set the correct domain on the store
Uncommenting the above block

Related

VS402375: Can't find the process associated with team project

I'm getting this error while trying to access Administration Page of my collection:
Administratio Page ERROR
I tried upload TFS.Configuration database, but no success so far.
This is the results of my sql selects:
SQL SELECT
According the error info VS402375: Can't find the process associated with team project 'xxx'. Contact support to resolve this error.
It looks like the process template (which you used for the project) is missing in the team project collection database.
A solution is restoring your back-up database, which may do the trick for this issue. Daniel is right, it's highly not recommend to modify TFS databases yourself.
Another solution is manually changing the templateID to match what your collection. More detail steps please take a look at bmonwai's answer in this similar question.
I know this is a really old post, but this also occurs if you have Extensions installed and then move from one database to another (backup/restore)
When you are attaching the collection, this would have given you a notification that is has dependant extensions. If you ignore this and continue, when you try to get to the admin page for that collection you can get this error as well.
I would recommend either installing the dependant extensions OR prior to detaching the collections at source, ensure you remove/uninstall the extensions.
Usually, installing the required extensions can solve this.

Joomla - parse error on site - how do i fix it?

I had someone create a joomla site for my business and they handled all coding of the site and I have no knowledge of how it was done. My site currently is showing this message -
Parse error: syntax error, unexpected T_IF, expecting T_FUNCTION in..
(additional code is show hereafter).
You can see the code on www.urbanlifeandstyle.com. I have access to the backend of the site and need instructions on how to fix this since my site needs to be active and I have no access to the person who created my site using joomla. Thank you for your help.
Line 35 should not have an if conditional in /components/com_content/helpers/route.php
This is how the file should look in newer versions of Joomla.
32 public static function getArticleRoute($id, $catid = 0, $language = 0)
33 {
34 $needles = array(
35 'article' => array((int) $id)
36 );
37
38 // Create the link
39 $link = 'index.php?option=com_content&view=article&id=' . $id;
40
I can't tell your Joomla version other than I think it's 3.1.x, from what i can tell from the copyrights and one other file.
If you don't have a backup, create one. If you do, try to restore from it but not until after making a backup.
From your Godaddy Hosting Manager you should be able to manage backups. You'll want to be sure to create a backup just in case. The hosting manager area should also list backups that have been made. It may be possible the developer never made backups. It happens sometimes and it's unfortunate.
Hopefully the developer created the site in the correct manner and didn't override any of the core files. If he didn't then you'll need to unzip the Joomla installation archive to place a clean copy of the files on the server, then remove the installation folder ~/html/installation. This should restore the original unmodified files. You'll need to use the same version of Joomla that's currently installed on the site. You can view the current version by logging into the website's administration area which is still operational.
If all else fails, I guess you could try to get the original developer Taylor Williams Design Group to fix it.
I can tell as it is that after you get it working, you'll want to upgrade Joomla to the newest version and I don't know if I would recommend the iCagenda event form like you are on the site which has uploads. SEO urls are not being used also.
Here's a link where you can view your site. If you go to your site, some links work and others don't. The ones that don't are using com_content, so that leads me to think that com_content is the module with the issue.
http://www.urbanlifeandstyle.com/index.php?option=com_contact&view=contact&id=2&Itemid=722
Hope you can get it sorted out.

Umbraco 7: Random 404

We have never experienced this issue in Umbraco 4, but we've got this twice in Umbraco 7.
The Problem
So we've got a page: www.mywebsite.com/sale
It has been working for a month, then suddenly it shows 404:
The (non-ideal) Solution
We could change the template of this document, eg. from SalePage to TextPage, then back to SalePage.
That will temporarily fix it.
But after IIS restart, or after republishing the page, it will show the 404 error again.
For a permanent fix, we have to change the page name, eg. from Sale to Sale1.
The Question
Sometimes changing the page name is not an ideal solution at all.
Has anyone experienced this? Or know where to look? May be the database has a corrupted entry somewhere..?
We found the problem! We have this structure under Content:
Home
HomeSlide1
HomeSlide2
Pages
Sale
About Us
etc
The problem started when someone created a "home slide" under Home called "sale".
So, both Home/sale and Pages/Sale has the same path: /sale/
Deleting/renaming Home/sale fixed the problem.
This sounds like a corrupt cache.
To find out what went wrong:
Investigate the xml config (/config/umbraco.config)? I suspect this file will still contain the correct information.
If the umbraco.config file doesn't contain wrong elements, check the examine indexes. When you do a "rebuild indexes" from the developer node in the umbraco backend the problem might go away also.
If you know what is going wrong, you can start finding a solution for fixing the issue. E.g. finding out which action went wrong.

Umbraco 7. Can't leave numeric field empty

I am correctly upgrading a version 6.0.5 umbraco instance to version 7. The install seems to have been successful and all database changes seem to have completed as planned. However when trying to save a content node which contains a not required numeric field with no content supplied in the field, it fails to save with a validation error stating "The value is not a valid integer".
Has anyone else found this issue and a way to fix it as it's stopping me proceeding with the upgrade?
Thank you in advance
Dave
This has been added as a confirmed issue after other people could replicate it.
See my Umbraco forum post here.
Umbraco issue details available here
Thank you for the help
Dave

magento front end is not working

the admin form is working well but problem with the front end
problem that
There has been an error processing your request
Exception printing is disabled by default for security reasons.
Error log record number: 847199895
please help
regards
Ankush
i think you are new to magento. But no worrys, you find the exact error.
Go to your magento installation folder. You will see a folder named "errors". In that folder rename the local.xml.sample file to local.xml.
Your frontend will display the errors instead of Error log record number: 847199895. Copy the error and let me know what it is. So that I can help you.

Resources