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.
How can I call a user's email address into a page? For example, suppose I wanted a page that just said "Your email address is xxx@xxx.xxx" (where the email address is the logged-in user's address?
I've done some searching, but haven't found an answer I understand. My PHP skills: small but not none.
I'm moving Drupal from one server to another. I made SQL dump and now import it on the other server.
During "mysql -u user base < drupalbasedrump.sql" I have error:
ERROR 1062 (23000) at line 1821: Duplicate entry 'Я?Я┌П╬' for key 1 (or)
ERROR 1062 (23000) at line 45100: Duplicate entry 'ц░бЇц░б╟ц▒Б┌╛ц░б╣ц░бЁц░б╦ц▒б│ц▒Б─ ц▒Б┌╛ц░б╦ц▒Б┌╛ц░' for key 1
My filestore2 works just fine in Firefox. I am able to upload PDF files that my users can download by clicking on the download link. But it doesn't work in IEXPLORE. When a user clicks on the download link he gets an error that the file is corrupt after waiting for some time. I have tried enabling then disabling cache support to no avail. I'm using Apache 2.0, PHP 5
In the .pdf "Configuration and Customization" at page 164 under the title "Category: structure and classify content" it's written that one can: administer general category options at administer >> settings >> category.
I have checked my menu settings and there's no category in it. I have tried this url: http://127.0.0.1/drupal/?q=admin/settings/category and I got to a page called "settings" with no options but two button "Save configuration" and "Reset to defaults".