I tried to install PHPmailer from drupal.org/project/phpmailer, i wonder the correct location of libraries API, should it be placed in site/all? you know, if there is no libraries in site/all/module, phpmailer can't be installed successfully, at the same time, it asked user to upload libraries to site/all. I use Drupal 7.x-3.x-dev to power my personal site, your response is highly appreciated, Thanks very much!
In Drupal7 phpmailer is already there inside the smtp module.
Related
I'm currently trying to get along with the Alfresco development environment but after installing properly Alfresco ECM, I'm stuck after having generated the demo app with yeoman.
I can't find the password despite that I've always put admin/admin in anything I've installed.
Alfresco ADF login page
Moreover when I generate an app from the github repository demos like the datatable for instance,
Files from the ng2-component datatable demo
It doesn't give me anything when I start it just a blank page at localhost:63621
I sincerely hope that anyone can help to resolve those issues which I believe may be linked.
P.S : besides that, everything works properly, the Share webapp works perfectly(I can log in with the users I created in it), even BPM (Activiti) that i wanted to try.
There are a couple of things that you can check:
If you are executing the FE and BE from different domains try to follow this guide:
https://community.alfresco.com/external-link.jspa?url=https%3A%2F%2Fgithub.com%2FAlfresco%2Falfresco-ng2-components%2Fblob%2Fmaster%2FALFRESCOCORS.md
check the url it the settings for the Content service and Prcess service are correct.
I have a problem with yahoo web hosting. I can't upload .htaccess files. So, my cakephp site is not working there.
how can correct this issue please help.
Can't upload .htaccess files?
Get a new hosting company.
You can also use cakephp without htaccess. See: http://book.cakephp.org/2.0/en/installation/url-rewriting.html#i-don-t-can-t-use-url-rewriting
Ask your hosting provider to fix the issue Or else watch out for different web hosting provider who can provide best customer support for all technical issues.
if you are not been able to upload .htaccess files through file sharing, try to upload with FTP. And still if not working, change web-host provider.
Or, else you can ask for same issue with your host provider.
Just simply contact them, but I do agree that there are more advanced hostings that you can choose for the best price. Whenever I face any problem with my hosting provider and they do not have answer for that this is a red flag.
This is my first time with google apis and I am having trouble implementing the email settings api in eclipse .Please tell me exactly which jar files are to be included and how ? I am getting GmailSettingsService class not found error.Please Help
Thank you
From here:
Didn't you ever want some kind of tool to create new Google Data projects in seconds? Google Data Java Client Eclipse
Plug-in is now available for use.
Using this plug-in you can create a new Java project to interact with
any Google Data API of your choice. Now, you don't need to worry about
setting up the dependencies for your Google Data project. This plug-in
handles all the dependencies and also provides you with an option to
download the external dependencies. It also creates a boiler plate
code to interact with the API that you are interested in. This will
give a quick start to all the newbies.
I need guidance on how to host a cakephp app on cpanel. Apparently when I put my app on a shared server I get an error missing controller and yet all was well when running the app on localhost. please help
cPanel is just a control panel for your box and makes to change set to Apache or light speed that you couldn't do without it. That being said, the only things I would check first would be to check your database connection, makes sure your server has mod_rewrite enabled and that you're using a compatible version of php for cakephp AND your plugins.
I am trying to make my Drupal 7 site an OAuth provider. I have found the Drupal modules for OAuth 1, yet I am having trouble with finding OAuth 2.0 provider modules.
I found this project at Drupalcode: http://drupalcode.org/project/oauth2.git it supports OAuth 2.0 for Drupal 6. While browsing to the repository, I saw the tags: "7.x-1.x-dev" and "7.x-1.x-Rj" (don't know what this Rj stands for..) which made me very happy. So I checked out the code and put that, together with the latest http://code.google.com/p/oauth2-php/ in my Drupal installation. However, when I wanted to enable the module in Drupal 7, it says: "This version is not compatible with Drupal 7.x and should be replaced."
Has anyone got any idea whether this module will work in Drupal 7? (the tags confuse me) If not, is there another module for OAuth 2.0 for Drupal?
Thank you in advance
This problem may be because the .info file don't have the version specified but has no harm using the module.
I think you should also try http://drupal.org/sandbox/sadashiv/1857254 for google_oauth2
Here is OAuth 2 server for Drupal 7 https://drupal.org/project/oauth2_server
spent some days for using Drupal7 as oauth2 provider and successfully implemented. I am sharing two github repositories
I answered here