error 500 http on prestashop bankwire module - prestashop

I met some trouble while using prestashop. In fact I just set up my own shop and I met some trouble using the bankwire. when somebody do confirm its order, it turns into a error 500 instead of displaying the confirmation of the order.
I'm on php 5.3 here is the adress of the website. www.omega-nutrition.fr

you will probably need to provide more information. Check the server error logs and also make sure that your permissions are set at 755 (or 644). Make sure that you clear the cache and cookies if the permission needs to be changed.
Also, I think if you have the Collisimo module installed and do not need it, try to uninstall it and that might help as well.

Please check /logs/date_exception.log
If you have this error:
Can't load Order status at line 167 in file classes/PaymentModule.php
(prestashop 1.6)
You have to insert all default order status :
ps_order_state
ps_order_state_lang
dump theses original tables from fresh install and import into your database

Related

No MetadataProvider available - shibsp::ConfigurationException

I recently upgraded Shibboleth from versionShibboleth-sp-2.5.6.0-win64 to Shibboleth-sp-2.6.0.0-win64 and Apache web server from 2.4.16 to 2.4.23.
Post the upgrade, when I try to access my application I get the following error:
shibsp::ConfigurationException
The system encountered an error at Fri Oct 14 20:19:51 2016
To report this problem, please contact the site administrator at root#localhost.
Please include the following message in any email:
shibsp::ConfigurationException at (https://xxxxxx.xxxx/)
No MetadataProvider available.
When I access, https:/xxxxx.xxxxx/Shibboleth.sso/Metadata, the metadata file is downloaded and the details seems correct.
Does any one know why does this error occur and how can we solve it?
If it can be of help, I was writing this:
<MetadataProvider type="XML" validate="true" file="/etc/shibboleth/idp-metadata.xml" />
instead of this:
<MetadataProvider type="XML" validate="true" path="/etc/shibboleth/idp-metadata.xml" />
The XML attribute is path. I'm using Shibboleth SP version 3.
Ensure that you have a section in the default as well as an override if there exists. For me, even though there was a section properly created for the override, it needed one in the defaults
Just for the record. Most configuration of your SP takes place in shibboleth2.xml. Locate this file on your server and edit settings to your comfort.
For Linux installations:
Be sure not to edit this file from your installation path, but in your distribution path (i.e. /etc/shibboleth/shibboleth2.xml), otherwise your changes will not be visible ...
A restart of shibd (systemctl restart shibd) is mandatory after changing shibboleth2.xml.
Try the following steps:
1) Go to shar.log and check what is the entity ID returning from the IDP's assertion message.
2) Go to the corresponding IDP'S metadata in SP side, compare both entity ID's.
3) Sure there must be some mismatch between the files, so that's why SP is unable to find the IDP to which it is talking and not able to proceed further.
Finally, update the entity ID in the IDP's metadata and restart shibd. It should work.

Unable to add connector update from Mulesoft exchange

I am using AnypointStudio 3.7 and trying to install object-store plugin from exchange. but when I click on install button I got an error displaying the message
"There was a problem loading the update site located at
http://repository.mulesoft.org/connectors/releases/3.5.0"
The same error also occurs in order to install other plugins/connector like box from same repository.
I have tried to add the plugin from Help->Install New software window but there also getting the same error.
error getting here is :
"Unable to read repository at http://repository.mulesoft.org/connectors/releases/3.5.0/content.xml."
However I am able to install the updates from other sites like Anypoint update, DevKit etc but not able to install updates from connector update site.
Please anyone help me to find the reason why Anypoint is behaving like this:
FYI , I am using proxy setting in my machine. Could it be the cause of failure?
Thanks in advance !!
Instead of adding from exchange, you can also try an option to add new software from Help -> Install New Software -> work with "Anypoint connector update site" -> specify "objectstore" in search. Select the appropriate ve
#Md. Sadique Ansari ... Please check http://repository.mulesoft.org/connectors/releases/3.5.0/content.xml this url from your browser first because this error mostly due to network firewall setting.
Are you assessing this in your organization network ??
I spotted the message about this in the error logs...googling lead me here...
I noticed, in my attempts to manually test the urtl in a browser that some paths got flipped to HTTPS...so I changed the url in preferences to use HTTPS...and now no errors in the log!
(No updates either but...)

Iphone push notification in Joomla

I m Doing Iphone/Android push notification in joomla using Zend library it is working properly in Core php but it shows error in joomla when submitting a form LIKE :
**
An error has occurred while processing your request. You may not be
able to visit this page because of: an out-of-date bookmark/favourite
a mistyped address a search engine that has an out-of-date listing for
this site you have no access to this page Home Page If difficulties
persist, please contact the System Administrator of this site and
report the error below.
0 "Zend_Uri_Http" not found Powered by Joomla!®
**
If there is any way to resolve this error plz. let me khow the help will be appriciated...
Thanks in advance.
Amit Raval
NOT FOUND error occurs when your include file is not loaded. try to include ZEND LIBRARY FILE which loads "ZEND_URI_HTTP" file...
require_once 'Zend/Loader.php';
Zend_Loader::loadClass('Zend_Uri_Http');
You need to set path as per your current location of directory
suppose if you are in component/controllers direcotory
use like:
require_once JPATH_COMPONENT.'controllers/Zend/Loader.php';
Zend_Loader::loadClass('Zend_Uri_Http');
It must be done throughout all zend files to solve this issue.
Regards

Syntax error unexpected token error in Open cart 1.5.5.1

When I add items to an order in backend I got an error like this:
I have tried to upload the original files and that didn't help! I'm using one.com to host it and I have had several error before this one!
i am having the exact same error and cannot create any orders from admin. Not sure what to do.
I dont think this is related to any host. I had this in dreamhost and i moved to a VPS in a different hosting and have it again now.

Simplepie - A feed with an invalid mime type

I get this error on host with simplepie 1.3.1:
A feed could not be found at http://pop-music.ir/feed. A feed with an invalid mime type may fall victim to this error, or SimplePie was unable to auto-discover it.. Use force_feed() if you are certain this URL is a real feed.
but on localhost(xampp) I can view rss
UPDATED (2013/July/22 - 1:24 PM):
I've uploaded full simplepie files.download My source codes
on this file, in \simplepie\demo\1.php , I set this code:
<?php
include_once('../autoloader.php');
include_once('../idn/idna_convert.class.php');
$feed = new SimplePie();
$feed->set_feed_url('http://pop-music.ir/feed');
$feed->force_feed(true);
$feed->init();
$feed->handle_content_type();
echo $feed->get_title();
?>
But in the run-time error is not displayed and not RSS is checked!
When I check url rss like this http://pop-music.ir/feed on my script, I get error bu when check this url in demo simplepie (view demo this url) I can view rss!!!!
Help me :(
Ty using force_feed() as suggested and see if it works. http://simplepie.org/wiki/reference/simplepie/force_feed
If this works on your localhost and not your live server then it could be that you have a different configuration setup or modules loaded. I know for me I just didn't have the libphp-simplepie module installed.
If you have ssh access to your host you can install it manually.
Ubuntu
sudo apt-get install libphp-simplepie
You will have to confirm the download by typing 'Y'
Then you will need to restart apache for the changes to take effect
This was for an Ubuntu server if you have another server such as CentOS the process could be different. I just haven't tested it on another OS. This worked for me and maybe it will work for others.