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.
Not sure if this is posted in the right section, so apologies if it should have been put somewhere else. I'm still learning my way around this website.
I am using Drupal 4.7 and the SpreadFireFox (SFX) theme. I am creating tables within the second column (main content area) with fixed widths. In Internet Explorer, the tables are displayed with the proper fixed widths. However, in FireFox, the tables are stretched to the full width of the second column. An example can be found here:
I am getting this error:
--
Can't open file: 'accesslog.MYI' (errno: 145) query: INSERT INTO accesslog (title, path, url, hostname, uid, timestamp) values('Content', 'node/feed', '', '159.50.13.119', 1, 1163100847)
--
Can someone help me fix the file? Suggesting 'repair tables' will be foreign to me, as I only manage the content. The person who set up the backend is no longer around. If I could be guided as to where to go and what to do, I can probably play around enough to learn more details on my own.
I have a node type (flexinode) which have a field set to be the teaser of the node.
This field contains just a thumbnail image and a very short description of the node. As the thumbnail is the main visual element, I'd like to link it to the full node, just the same link that appears in the title and in the 'read more' when teaser is displayed.
Tried several suggestions from this post (among others), without success.
I was trying to create a new custom node ie stickies under the new content type in drupal 5.0 beta 1 and every thing went fine. What I then wanted to do was write some php to grab the last stickies that was created and display it back using the following code