Prestashop Adyen module - prestashop

I 'm trying to install the Adyen module, I got the module in this github: https://github.com/PrestaShop/adyen
And I uploaded into my FTP, but when I see on my PrestaShop panel this module does not show there.
How can I solve this problem?

I could be wrong on guessing the exact problem without looking at the back office of your site myself. But can go to
Backoffice->Modules->modules
I hope this is the case and it helps

Related

Error 500 when a try access to Backoffice

I come here with a problem that I can not solve.
I have a prestashop in version 1.7 that I have moved to another server, it is worth mentioning that in the old server the prestashop is working well.
When I have migrated the prestashop to the new server, everything works well except when I want to enter the Backoffice, when I want to enter the Backoffice, simply leaves the page blank.
I have activated the debug mode, but it doesn't give me any error related to Backoffice, the interesting thing is that when the debug mode is activated, I can enter the Backoffice without problem.
The only thing I can see is that it gives me an error 500 but it doesn't tell me anything else.
I don't know if anyone can give me any idea of what might be happening in this case, thank you.
When you have this kind of problem, the best solution is to remove the cache:
On Prestashop 1.6: delete the contents of the cache / smarty / cache and cache / smarty / compile folders
On Prestashop 1.7: delete the var / cache folder
Regards,
Remove all cache. Delete files in /app/cache
I think can not be solved by deleting cache you should debug it further.
Most probably the error could be due to php version change.
follow this steps:
Check php version of old hosting
apply php version of old hosting to new one

Module Selection tab is missing in Prestashop 1.7.4

I've just installed two instances of Prestashop on my local server from the same downloaded zip. However on one install, the module "selection" tab is missing, preventing me from installing modules placed into the module folder.
I've tried clearing the cache folder to no avail.
Would appreciate any insight into the matter.
Kind Regards
Musaffar
That's a bug!
Waiting for the team to fix it.
But here is a work around:
Access the installed modules tab.
Above in the url, change manage with catalog as follow:
And finally, if you want to search a module you are building, or any other module, directly search it using the search bar (the category menu, can suffer problems, it doesn't show well, you can use the developer inspector, and change the css (set the z-index to a big number, something like 5000)), so it can be shown if you want! but it's faster to directly search for what you want.
And here you can see your module, you are building. If that's what you're searching, you can install it too.

where can i find openerp_report_designer plugin?

I found a plugin folder inside base_report_designer but when I added that to apache open office it doesn't show any signs of working. Please can anyone guide me on this I also tried looking at resources or steps mentioned on over various websites but I failed to do so.
Just You can download the base_report_designer module from the this link
Click To Download
You should add that module in your OpenERP 7.0 addons directory and install in your system.this module is working fine from my side.
Reference link for installation Guideline :
YouTube :
https://www.youtube.com/watch?v=WOk6spaWzMg
Other Web References :
http://www.serpentcs.com/wp-content/uploads/2014/08/OpenERP-Report-Designer.pdf
I hope my answer may helpful for you :)

Installing dotnetnuke module install fails with 404

Im doing some dev work on a dnn module. I was able to build and install a package on my installation of DNN once. I made some changes and wanted to uninstall and reinstall it. Uninstalling went fine. Installing the module again failed by throwing a 404 on the install popup window as soon as i upload the new module zip. I dont see anything logged in the event viewer. Anyone know what can cause this?
Im running DNN 6.2.4
UPDATE: adding more info
the url its 404ing on is: "/Host/Extensions/tabid/36/ctl/Install/rtab/36/portalid/0/Default.aspx?popUp=true"
Im sure this is something unique to my module. I tried installing other modules and they worked fine.
Try hitting F12 in your browser to load the Developer console and see if you can find what the URL is that is 404'ng, that'll make tracking down the issue easier.
Update: Since it appears to be the old "max upload size" issue check out this video for how to fix that part
http://www.dotnetnuke.com/Resources/Video-Library/Viewer/Video/383/View/Details/How-to-increase-the-maximum-file-upload-size-in-DotNetNuke-6.aspx

DotNetNuke Module does not show on page, steps to trouble shoot?

I have a DotNetNuke Module created in DNN 4.9.2. It runs fine on my dev machine but when I post it to the live server, I just get a blank screen, well my skin with no content.
I have installed and then uninstalled, then reinstalled the module, same issue.
I must be overlooking something. Can anyone outline some ideas on how to trouble shoot this issue. I have done the following:
Check code - exact match
Check DNN Event Log - clean
Look for errors - none
Restart Site - same issue
Check Windows Logs - clean
Bang Head against desk - same issue, although now I have a headache
Any other ideas would be great
Make sure that the "Mode" selection at the top of the control panel isn't on Layout.
Are you running as an administrator? Otherwise, do you know that the user has rights to see the module?
The answer was a bug in my code. The reason I didn't see an error was because that an xslt file path was wrong and it didn't kick in my try catch. I corrected the path and violĂ .