Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I'm working with a multi-linguage Drupal site (currently English and Spanish) and I'd like to be able to run the two different versions through different themes. Is there a way to do that? I did several searches and found others who'd asked the question, but no one who seemed to have been answered.
I am trying to install Google Custom Search engines on my site and host the results on another page on my site as well. The search engines are on page 1 but when I hit "search" it says "Page not found" on page 2 where the results are suppose to appear.
Does anyone know the solution to this problem? Thank you for your time and help, it is greatly appreciated.
I tried to change my theme to a custom theme (well, not really customized, but a duplicate of chameleon)...I thought I changed it site wide...anyway, the site has the previous theme running...the admin page runs under the previous theme...but when I go to the specific theme admin page (http://example.com/admin/build/themes)...it is blank...What's going on?
Yesterday I moved my site roadrulesrevenge.com from freehostia to 1&1. Everything went fine except for some difficulty in the DB move (had to upload 10 uncompressed tables at a time and downgrade from mysql 4.1 to 4.0) and I had to make a .htaccess changee to get clean URLS to work.
Everything except the SMTP module.
When I try to send a test email using the exact same settings I had previously I get the following message:
fsockopen() [function.fsockopen]: SSL operation failed with code 1. OpenSSL Error messages: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol in /homepages/38/d195209979/htdocs/roadrulesrevenge/modules/smtp/smtp.module on line 1895.
When I change to gmail in an attempt to send using that smtp server I get:
fsockopen() [function.fsockopen]: unable to connect to smtp.gmail.com:465 in /homepages/38/d195209979/htdocs/roadrulesrevenge/modules/smtp/smtp.module on line 1895.
Last night I aggressively searched the forums and google and found a variety of fsockopen errors but nothing that I am yet to find is 100% the same and all the fixes I have tried are yet to work.
I even tried to forgo smtp.module and use phpmailer. I have even more to debug there.
I have tried to paste some iframe code into my HTML view but Drupal seems to filter it away after I click Update. I have tried with Filtered HTML, PHP code, and Full HTML selected.
I even tried to follow the advice elsewhere on this forum:
Go to settings > tinymce > cleanup and output > verify html mark to false.
But in Drupal 5.0 (or maybe in the newer version of TinyMCE?) there is no "cleanup and output" section.