Unable to load class payum in Laravel 4 - payum

I have installed payum for laravel 4 but it don't get registred in my app
In my controller
$storage = $this->getPayum()->getStorage('Payum\Core\Model\ArrayObject');
I get the error
ReflectionException: Class payum does not exist
I have gone through the directions at http://payum.org/doc/0.9/PayumLaravelPackage/get-it-started.
My composer.json:
"payum/payex": "*#stable",
"payum/payum-laravel-package": "*#stable",
"payum/paypal-express-checkout-nvp": "*#stable"
My questions is:
Is there any known issues for payum in laravel 4?
Is there any workaround?
Thanks in advance :)

I had the same problem. I solved it add 'Payum\LaravelPackage\PayumServiceProvider' to app/config/app.php file.
'providers' => array(
...
//All yours providers
'Payum\LaravelPackage\PayumServiceProvider',
),
I hope it help you.

Related

Error while retrieving the application from ABAP repository

I am trying to create an Adaptation Project for SAP Fiori elements. But when I am trying to get the project from System it is showing me an error. shown in screenshot.
I am following Tutorial mentioned in link Adaptaion Project by Jessica Merz
I am not sure why is this coming. I tried searching many blogs without any luck,
is it issue of some Authorization or missing some profile ?
kindly let me know if someone faced same issue as me.
Yes, your users is missing required authorization objects.
S_DEVELOP
S_ICF_ADM
S_TCODE
S_TRANSPRT
S_CTS_ADMI
S_CTS_SADM

Class 'Device' does not exist or has syntax error

can anyone helping me?
im stuck
You need to add full namesapce of Device class:
backend\models\Device

Laravel 4.2 Class 'Form' not found

I have looked and looked and looked and can find no solutions to this problem. There are solutions for Laravel 5 but I don't think they apply to Laravel 4. Anyone know of the easiest way to get rid of this?
This is the code that causes the problem:
{{Form::open}}
You need to include illuminate/html in composer.json
also remember to register the
service provider : Illuminate\Html\HtmlServiceProvider
and to add the aliases : 'HTML' => 'Illuminate\Html\HtmlFacade'
'Form' => 'Illuminate\Html\FormFacade'
for more information Click here

Installing the JIRA Mobile Connect SDK on iOS

I have download the Whole code from JIRA Mobile connect's home site but
I have facing this issue while install the JIRA Mobile connect,All the things is perfect but in My project i have one JMCViewController.xib and it contain one scrollview and the class assign to that scrollview is JMCScrollViewContainer and that is missing so How to find that class, I have tried all the things but not get success so can any one solve this problem? Please help
Thanx in Advance for any Help Any Suggestion,
These classes were added recently so you will need to manually add them.
You can get them from here https://bitbucket.org/atlassian/jiraconnect-ios/src/0f2c90244acd/JIRAConnect/JMCClasses/Core/views

Symfony - sfGuardPlugin - Registration

I'm new in Symfony community so sorry if I'm asking about the topic which was already discussed.
I'm trying to use sfGuardPlugin in my project. Everything seems to be ok. The problem is that I don't really know how to easy implement registration engine. Does anybody know how to do it fast and easy ?
Is there is any plugin similar to sfGuardPlugin which is easy to use and has this method implemented ?
Please help.
Krzycho.
sfDoctrineApplyPlugin or sfForkedDoctrineApplyPlugin