I installed Drupal CVS on a dev box to prepare for all the eventual upgrade changes. I have it mostly up and running but in place of my static front page, I get "Page not found". I'm using the default front page configuration to get the content from a module.
I keep going through the same checklist trying to figure out what I've screwed up:
I recently installed and configured image.module. After installation, I viewed the image module administration page. It indicated the module was configureed correctly. However, I was unable to create a thumbnail image. As per suggestions in this forum for troubleshooting the image module, I attempted and was able to create a image thumbnail by executing convert.exe from the command line.
After much forum reading, web surfing, breakpointing code, and hair-pulling, I found that the path to imagemagick convert was not **really** correct on the image module configuration page.
Whenever i try and add terms to taxonomy under specific catagory, i get
user error: Access denied for user: 'drupal@localhost' to database 'drupal'
query: LOCK TABLES sequences WRITE in /usr/share/drupal/includes/database.mysql.inc on line 69.
It adds the term, but I'm not sure why i keep getting this message. Any help will be apprectiated.
I'm running a drupal 4.3.2 installation for a class this semester. When anyone logs in, we get a message:
-- warning: Cannot modify header information - headers already sent by (output started at /home/cyborgso/public_html/history/modules/page.module:153) in /home/cyborgso/public_html/history/includes/common.inc on line 481. --
I want to have page on my site with a list of lectures. each list item should be a link to the specific lecture. When a story in that category is added, the list should be update too.
for example:
Category: lectures
items:
- Su 10-12-2003 morning
- Su 10-12-2003 afternoon
- Su 17-12-2003 morning
- Su 17-12-2003 afternoon
And the lecture should be at: mysite/lectures/10-12-2003mo
Is it possible that there is somebody (who writes the lecture) adds a lecture and that the list get updated to? And how do i make such a list?
well i finally got drupal running how i want it too (openhalo.net but there isnt anything on it right now and i need to get a logo) only im having one last problem with the filestore.module
when i attempt to upload a file thats 1MB i get this error:
user error: Got a packet bigger than 'max_allowed_packet'
im assuming this is mysql setup on the providers box? and is there anyway around this?