Stripe payment error opencart - opencart

we have installed stripe payment module in opencart its give error message on checkout page please check following error:-
"Notice: Error: Could not load model /home/imarkclients/public_html/prime/catalog/model/payment/stripe_payments.php!"
Please let us know how we can do it

This error is coming because /home/imarkclients/public_html/prime/catalog/model/payment/stripe_payments.php is not found. Make sure you have it at the right place.

"stripe_payments.php"
model file is missing on the path. Please check properly in your folder path.

Related

Sitecore > Default Storefront(pbCS) installation > Product detail page returns a Null Refference Exception

I was trying to install the default Storefront site(powered by Commerce Server). It looks good at the moment, I managed to rebuild all indexes and publish the content. However, I can't reach product detail page - I receive an exception.
Example here.
I had faced with the similar issue when I tried to click on any catalog category.
The log-file contains the same error message without any details. Could you please suggest something to fix this issue?
P.S. After the finishing the installation I didn't have any products on the site. I fixed that issue:
selected the default Adventure Works catalog in the Sitecore tree(using content manager).
Filled in field CategoryDatasource(with the path to categories)
I think it might cause the error which I described above.
Thank you in advance for the help.
You have to set the catalog for the site via a home node property.

Sitecore: InvalidOperationException: Post condition failed

I'm relatively new to Sitecore.
In my Pre-Prod server I'm getting below error whenever I click on Content Editor. Page Editor seems to work fine. Please help.
InvalidOperationException: Post condition failed
Log Details are below:
Exception: System.InvalidOperationException Message: Post condition
failed Source: Sitecore.Kernel at
Sitecore.Diagnostics.Assert.ResultNotNull[T](T result, String message)
at
Sitecore.Web.UI.HtmlControls.Data.DataViewFactory.GetDataViewByName(String
name) at
Sitecore.Web.UI.HtmlControls.Data.DataViewFactory.GetDataView(String
name, String parameters) at
Sitecore.Web.UI.HtmlControls.DataContext.GetItem(String id) at
Sitecore.Web.UI.HtmlControls.DataContext.GetState(Item& root, Item&
folder, Item[]& selected
This sounds like something is not right with the config files in the site.
It's very hard to tell exactly what is the issue with that error message. And finding the issue will more than likely be a process of elimination.
I would suggest the the best course of action is to compare the configuration of the site with a known working version or a basic Sitecore install with no customisations. You can use the ShowConfig tool in Sitecore to show you all the configuration settings after the includes (as the config does not just consist of Web.config). More info on this here: -https://sitecorejohn.wordpress.com/2010/03/11/tool-to-examine-sitecore-web-config-after-accounting-for-include-files/
It's worth checking the App_config/include directory in Sitecore to see if you have any modules in place (E.g. Sitecore.MediaFramework.config) that are not in place where your site is working. You can disable these config settings by renaming the file to be .example.
I know it is an old question but in case it helps someone.
Very likely you are trying to access Sitecore Content Editor from your CD node.
Access Sitecore from CM only.

Unable to edit/add user in Joomla 2.5.16 - error message is missing

I am unable to edit or add a user in Joomla 2.5.16 and Community Builder 1.9.1.
When I try to save a profile I receive a message : "Save failed with the following error:". But there is nothing after that message (no error message, no code). Of course the changes aren't saved.
In Joomla and Apache logs there is nothing too.
I encounter that problem in joomla's user management and in CB.
Do you have any idea on how to correct that problem or at least to find more information about what is broken ?
Thanks
You can debug registration process in function register() in file yoursite\components\com_users\models\registration.php for front end of your site.
Debug registration data of your site.
I solved that problem by upgrading to Joomla 2.5.18.

django user Authentication error?

i am new to django. i need to create a user log in system and i am following that tutorial user authentication
and i am getting a particular error
Error importing template source loader
django.template.loaders.filesystem.load_template_source: "'module'
object has no attribute 'load_template_source'"
i am failed to locate what went wrong.can anyone tell me in what conditions this kind of error occur?
It is problem with your Loader Template . Try this Link

Trackmine Error: Can't find Redmine IssueStatus: Accepted

This is driving me crazy. I've tried to install the trackmine plugin to integrate pivotal tracker and redmine, but I continually have problems with dependancies and setup errors.
Now I have almost got it working, but when I add a story in Pivotal and modify it I get an email with this error:
Got error from Trackmine:
Error while reading activity message from Pivotal Tracker: Can't find Redmine IssueStatus: 'Accepted'
Any idea how I would fix that?
The thing is that starting a story creates a Redmine issue with status "Accepted".
So you must have the status with that name otherwise you will get an error. You can add that status through administrator panel or manually from console. I use Trackmine everyday for more than year and it seems to work (Rails 2.3.5 + Redmine 1.0.4).
Anyway good luck with Backlogs.