AM Slider extension magento - magento-1.9

i am using luxury magento theme, magento version is 1.9.0.1,all features are working fine only AM slider extension not working when i click manage slider tab it show empty page. kindly help.

After checking your logs it looks like you need PDO on your server.
extension=pdo.so extension=pdo_mysql.so
Ask hosting company or try to turn on this for your own.
Second thing that help is to apllay patches from Magento 1.9.2 directory that you have.
Its work I cheked !

Related

AEM- I"m trying creating page on AEM after going WKND Site > US > en,below interface is loading. what to do?

enter image description here
enter image description here
AEM- I"m trying creating page on AEM after going WKND Site > US > en,below interface is loading. what to do?
Your OTB clientlibs are not loading on your browser.
Are you running IE? If yes, switch to Chrome or Firefox. IE is dead.
Do you have your application installed or this is simply vanilla AEM instance? If this is vanilla AEM instance and NO custom application, its not worth to troubleshoot. Simply thrash the AEM server and recreate a new server. Meaning stop AEM instance, delete crx-quickstart folder and double click run the aem jar again.
Please add more context to your question. Add console errors you get and steps to replicate this issue. Also unusual server error log if any.

VS Code change link for marketplace

I have before worked with Python extensions and configured PIP to point to our artifactory in my company, now I would like to do the same with VS Code.
I would like to be able to change the path of where VS Code downloads its extensions, to our own artifactory.
We want to control what users have which extensions, and don't want them to be able to download freely.
Can anyone please help me to which file or configuration I can make to point it to another site?
This is not possible at the moment. There is already an issue concerning this feature https://github.com/Microsoft/vscode/issues/21839 .
You can however disable the Gallery as mentioned by Thally by removing the "extensionsGallery" part from VSCode\resources\app\product.json.
And offer the vsix you want your users to have via any differnt path for selfservice or even just preinstall them under %USERPROFILE%\.vscode\extensions.
VSIX can be downloaded from the store for offline use as Mentioned by t3chb0t in his answer to how-to-install-vscode-extensions-offline
If you are still running into this, an updated answer is to use https://github.com/LOLINTERNETZ/vscodeoffline
So far it has worked well for us in a completely offline environment. The only gotcha that we have run into is that some extensions attempt to reach out and download additional things from github or elsewhere when first run which does not work if you are offline like in my situation. However, if you are online and simply want to control which extensions are available, I think this project will do the trick for you.
Anyway, by adding a product.json file to their user directory or setting env vars, your coworkers will be able to change the marketplace again: https://github.com/VSCodium/vscodium/pull/674

Oracle ADF - Tomcat 6.x - MySql 5.5 - Navigation Is Not Happening

We developed a Oracle ADF web app using
jDeveloper 11.1.2.4
MySql 5.5
We successfully deployed our application onto Tomcat 6.x. But our problem is page navigation is not happening on tomcat server. We have first.jsf in that we have a button when ever I press this button I should get second.jsf, But am not getting. We checked our application on Integrated WLS it is working fine(Page Navigation is happening).
Please help us.
Thanks In Advance.
What's the URL that you are using to call the page?
It is has .jspx or .jsf at the end, try the same URL without that extension - so just http://...../first
A while ago I was experimenting something similar on Tomcat. To be honest, I can't point you the exact solution because I am not in front of the computer right now , but try to test navigation using fragments, not pages. Also, you may try navigation using facelets vs one using jsp. I remember one of these combinations was working.

Links not working on first click on oscommerce

There is an oscommerce site that I maintain now. There are some links on the homepage like below when one visits the site first time.
http://website.com/index.php?cPath=2?osCsid=80b28bcd9ad38e38e7ded7e200f87b30
This click leads to Not Found error:
The requested URL /the-carriers-c-2 was not found on this server.
But if I go back on homepage and click then this link works without any problem.
On 2nd visit the URLs change to : http://website.com/the-carriers-c-2.html
This seems to be a very peculiar problem, I am new to oscommerce so not sure what the reason is.
Any help would be great.
What version of oscommerce are you running.
earlier versions of oscommerce required third party mods for SEO URLs. I agree with random, that is a generated url by the system.
you should have an .htaccess file in your root, it may be renaned or missing, also you need to have MOD URL REWRITE running on your apache web server so apache knows to handle these kinds of urls properly.

Problem using Appmobi XDK!

plz anyone can tell me how to open our project at Appmobi XDK. i am facing a problem that i have install it but its not allow me to open projects. when i tried to open my project a message comes unable to open a project.
now i need your help guys.
Thanks
The very first thing you need to do is to go to xdk.appmobi.com (in google chrome) and download/install our xdk. (Need Java installed also)
During the install you will need to set a default appmobi directory. This is where your app files will be stored.
Create a new app from within the XDK. You can then click the edit the source code button in the tool bar to edit your code. Here you can update the file with your own code.
You can check out a video that explains the xdk at http://www.youtube.com/watch?v=MWV8kOJlGmc Some things might have changed visually with the current version of the XDK, but essentially its the same.
Some things have changed/moved around the screen since we made the video, but essentially its functionally the same.
Check it out as it will give you tips/how To's to using the XDK.
Also, posting in our forums (forums.appmobi.com) will get your questions answered sooner!