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 have tried to find a module that would let me create and maintain a links page for my website. There don't seem to be any, has anyone else done this? If so how?
After I changed another server instead to use sendmail, I still can not registe new user.
After I clicked the button with my name and mail (root@magicloud.magiclouds.org) writen down, I got "The page can not display" from IE. And as I check httpd-error.log, I got:
Fatal error 'Unable to read from thread kernel pipe' at line 1100 in file /usr/src/lib/libc_r/uthread/uthread_kern.c (errno =
0)
[Mon Jun 28 09:53:15 2004] [notice] child pid 36135 exit signal Abort trap (6)
When I push on my web XML button for rss syndication of my contents and try to go to //index.php?q=node/feed I get a "Error 500". ¿Any idea in what is this and how can I solve this issue? Thanks in advance.
The help displays that contained blocks of code fragments in a box caused the node to be wider than the screen. This meant you hade to use the horizontal scroll bar to see any blocks on the right when viewing a help display.
(ignore the . infront of the <, I put those there so they would not be acted upon. Don't search for the period (.) )
Here is how to fix that. Using a text editor search one by one through all modules for the tag .
and insert the tag . immediately AFTER it, if the .<code> tag is not already there. Then search a second time, in the same file, for the tag .</pre> and insert the tag . immediately BEFORE it, if the . tag is not already there.
For the nit pickers among us.... ;-)
When I try installing a few of the themes found under the project part of drupal.org I found that they didn't work. they gave this error message: Fatal error: Class theme_smooth_blue: Cannot inherit from undefined class basetheme in C:\mike\themes\smooth_blue\smooth_blue.theme on line 14
When I create the first account, drupal asks me for my e-mail address, and says that the password will send to my e-mail.
But I can not find where to config the smtp server or other things after I installed it.
And if I do not want to be so, and just want users to write down their passwords, how to do?