Close

Profile: joster

Avatar

User posts

10 years ago

Boyko wrote:
Hi, I was wondering, when can we expect the 3.0 version of the fashion theme?

Hi thesteef,

We are working on the upgrade and we hope to have it released at some point on Wednesday as we need to update the demo store and the Theme Roller as well.

Thanks


Hi guys-

Thanks for making the updates to the CSS to include styling for the forums!

I am now trying to find any documentation on how to activate and use the theme roller, but not having any luck. Can you point me in the right direction please?

Thanks!

10 years ago

IvanStoyanov wrote:

Hello again-

I had some trouble getting the theme installed or I'd have been quicker to report that the Forum still has no styling with the version 3.0 Fashion theme...

Hi joster,

We are sorry for your inconvenience. At the moment our front end developers are working on the styling of the forum. It will be ready on Monday.

Best regards,

Ivan Stoyanov


No problem...can you tell me if only the CSS file will be edited, or will I also need to replace the forum views once you have it completed?

Steve

10 years ago

Boyko wrote:
Hi joster,

You are right. The forum in the Fashion theme has never been styled. We are now working on upgrading all our themes for nopCommerce 3.0 and we are styling the Forum for the Fashion theme in it. If you have plans to upgrade to nopCommerce 3.0 (it is expected to be released very soon) then you will get the Forum with the upgrade. I hope this will work for you. If not then we will style the Forum for nopCommerce 2.8 in the Fashion theme but it will take some time as there are quite a lot of improvements in the Html markup for nopCommerce 3.0 and we will basically need to restyle the whole Forum in 2.8 from scratch. Please let me know your thoughts on this.

Thanks


Hello again-

I had some trouble getting the theme installed or I'd have been quicker to report that the Forum still has no styling with the version 3.0 Fashion theme...

10 years ago

It is hard for me to believe that what you described as a remedy will work, as it employs pretty much the same procedure I've followed thus far. This is what I did:

I had a version 2.80 database, which I upgraded to 3.0. (their database upgrade script also initially had errors with SQL Azure like yours)..I worked with them and they provided a new database upgrade script, compatible with SQL Azure, which I then executed without issue.)
I installed a fresh copy of the 3.0 nopcommerce website onto my server, and the 3.0 site was functioning perfectly.
After a couple of days, you guys released the 3.0 theme files and I copied in all the 3.0 fashion theme files to my running 3.0 site.
I ran the 7spikes upgrade script over my database.

Then, when the upgrade script errors occurred, I restored a backup of my database and ran the modified-for-SQL-Azure 7spikes upgrade script again, which is all I have done til now.

Steve

10 years ago

Thanks very much for the quick response!
I backed up my database and ran the newly updated script over it, and had no errors at all.

However....

I now get this error when trying to load the site in a browser:
------------------------------------------------------------------------------------------------------
\Server Error in '/' Application.

Invalid object name 'dbo.Store'.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Data.SqlClient.SqlException: Invalid object name 'dbo.Store'.

Source Error:

The source code that generated this unhandled exception can only be shown when compiled in debug mode. To enable this, please follow one of the below steps, then request the URL:

1. Add a "Debug=true" directive at the top of the file that generated the error. Example:

  <%@ Page Language="C#" Debug="true" %>

or:

2) Add the following section to the configuration file of your application:

<configuration>
   <system.web>
       <compilation debug="true"/>
   </system.web>
</configuration>

Note that this second technique will cause all files within a given application to be compiled in debug mode. The first technique will cause only that particular file to be compiled in debug mode.

Important: Running applications in debug mode does incur a memory/performance overhead. You should make sure that an application has debugging disabled before deploying into production scenario.

Stack Trace:


[SqlException (0x80131904): Invalid object name 'dbo.Store'.]

------------------------------------------------------------------------------------------------------

Did we miss something?

Steve

10 years ago

IvanStoyanov wrote:


Thanks!

Hi joster,

No you do not need to run the upgrade script when you do a clean install. Please add some spaces at the end of the Global.asax file to restart the application. This is a well known issue in nopCommerce.

Best regards,

Ivan Stoyanov

Hello-

I tried that just now and this is the new error I get:
-----------------------------------------------------------------------------------------
Server Error in '/' Application.

Invalid column name 'NumberOfVisibleItems'.
Invalid column name 'LimitedToStores'.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Data.SqlClient.SqlException: Invalid column name 'NumberOfVisibleItems'.
Invalid column name 'LimitedToStores'.

Source Error:


Line 3:  @foreach (var widget in Model)
Line 4:  {
Line 5:      @Html.Action(widget.ActionName, widget.ControllerName, widget.RouteValues)
Line 6:  }

Source File: c:\inetpub\wwwroot\3point0\Views\Widget\WidgetsByZone.cshtml    Line: 5
------------------------------------------------------------------------------------------------------------

Hi joster,

You need to run the upgrade script, that we have included in the 3.0 package of the Fashion theme. Please follow the steps in the documentation: http://www.nop-templates.com/Help/NopFashionTheme/Version_3_0/lessons/Theme_Upgrade_from_2_80_to_3_00.html

Ivan Stoyanov

OK-
I backed up my database and ran the upgrade script over my 3.0 nopcommerce sql database as suggested, and below is a screen capture of the errors returned:
SEE HERE

I know from previous issues with nopcommerce script upgrades that there are certain Transact-SQL statements/functions that are not supported in SQL Azure.
See below post:
https://www.nopcommerce.com/boards/t/22211/unsupported-t-sql-statements-in-270-upgrade-script-sql-azuresee-last-post.aspx

Please update your script to also support SQL Azure versions of the nopcommerce database.
Thanks!

10 years ago

IvanStoyanov wrote:


Thanks!

Hi joster,

No you do not need to run the upgrade script when you do a clean install. Please add some spaces at the end of the Global.asax file to restart the application. This is a well known issue in nopCommerce.

Best regards,

Ivan Stoyanov


Hello-

I tried that just now and this is the new error I get:
-----------------------------------------------------------------------------------------
Server Error in '/' Application.

Invalid column name 'NumberOfVisibleItems'.
Invalid column name 'LimitedToStores'.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Data.SqlClient.SqlException: Invalid column name 'NumberOfVisibleItems'.
Invalid column name 'LimitedToStores'.

Source Error:


Line 3:  @foreach (var widget in Model)
Line 4:  {
Line 5:      @Html.Action(widget.ActionName, widget.ControllerName, widget.RouteValues)
Line 6:  }

Source File: c:\inetpub\wwwroot\3point0\Views\Widget\WidgetsByZone.cshtml    Line: 5
------------------------------------------------------------------------------------------------------------

11 years ago

I did see that there was an upgrade sql script for the Fashion theme, but rather than try to upgrade my 2.80 nopcommerce with version 2.80 Fashion theme to the 3.0 version of each, I decided to just do a fresh install of each.

The new nopcommerce 3.0 site installed fine, When I copied in the freshly downloaded version 3.0 Fashion theme (plugins and theme) to the new site, I already had the Admin Plugins page open. I then clicked the "Reload list of plugins" and saw all the 7Spikes stuff was now in the list.

I did not go to general settings to enable the new theme, but instead clicked on "Public Store" to make sure all was well.

It was not OK(see error pasted below)....and now I cannot even get back into the Admin area.
----------------------------------------------------------------------------------------------------
Server Error in '/' Application.

The controller for path '/' was not found or does not implement IController.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Web.HttpException: The controller for path '/' was not found or does not implement IController.

Source Error:


Line 3:  @foreach (var widget in Model)
Line 4:  {
Line 5:      @Html.Action(widget.ActionName, widget.ControllerName, widget.RouteValues)
Line 6:  }

Source File: c:\inetpub\wwwroot\3point0\Views\Widget\WidgetsByZone.cshtml    Line: 5

-------------------------------------------------------------------------------------------------------------
What could be the problem? Did I still need to run the upgrade sql script for the Fashion theme?

Thanks!

11 years ago

Boyko wrote:
We've just installed the Fashion theme on our new version 2.8 nopcommerce site, and the quicktabs won't work. I've un-installed and re-installed them and enabled/un-enabled/re-enabled them several times.

Any ideas?

Thanks!

Hi joster,

Probably you haven't integrated them from the Plugins -> Nop Fashion Theme -> Settings. JUst make sure the Integrate Tabs option is checked.

Thanks


Wow...it worked today...but I did try that the other day as well, with no success...maybe a cache issue??

Thanks!

11 years ago

We've just installed the Fashion theme on our new version 2.8 nopcommerce site, and the quicktabs won't work. I've un-installed and re-installed them and enabled/un-enabled/re-enabled them several times.

Any ideas?

Thanks!