I'm in a bit of a "panic" because I just found out that my Drupal site's login doesn't work correctly. I'm running Drupal 7.
I can log in using password recovery, but only for one time. After I log out and try to log in again it just does nothing and returns me to index page.
I've been searching all around for an answer for this with no luck. Anybody there who had this issue? None of my users can log in to the site atm without using the password recovery.
I can't seem to figure out how to download a file via FTP from a remote test server. I am able to make the connection, but keeping getting this error when I try to execute $obj->copyFile():
Cannot move @source(/photos/zoe.jpg) to @destination(/zoe.jpg)
For now I'm just trying to download the file to root so that I can worry about directory permissions after that. Here is the function that's executed via hook_cron_queue_info in my cron_test module:
I am a designer and intermediate Drupal developer that is looking for assistance with troubleshooting, custom development and taking ideas to the next level. I have more work than I can handle alone and with the right person could offer growing amount of work and hourly pay.
Current needs: assist with final structure/troubleshoot issues for new site already live: www.uccportland.org, assist with drupalcommerce build for a different 7.x Drupal site.
Thank you in advance for your time to review ~Kate
I want to use this variable as part of url to show different content. When variable is equal to pageX I can use that to jump to mysite.com/pageX/content or when variable is pageY I would go to mystic.com/pageY/content instead. Maybe use a Views jump table. I have the variable and can print it so I know my leetle code is working. TIA
Hello. How do I alter the structure of the html inside the form tags of the user login form block in Drupal 7? I already got block--user--login.tpl.php to work which outputs the whole login form with "print $content". How do I output each element so I can control/re-arrange it. Thanks.