Hi,
I'm the webmaster of youngbodymind.com. Sometimes, I or other users cannot login to the site, particularly firefox. When the login button is pushed, it does not create any actions. I'd appreciate it very much if someone can help.
Thanks,
Erick youngbodymind.com.
Hi, I'm the webmaster from youngbodymind.com. I encountered theme issues with various different themes. When I post a content (e.g., storylink), the right hand side column disappeared (squeezed down to the bottom), leaving the right hand side blank. I removed "div" tag. Sometimes it helped to recover. However, today it happened again. There were no div tags in the posts. Also, it looks great in firefox, but bad in internet explorer.
I have problem can install Drupal. The cpanel only creating database asc and not found option for change encondig.
The only solution that i found is to change encoding for phpPgAdmin
1. Create database and user can tool PostgreSQL Database Wizard in Cpanel
2. Upload drupal for server, but NOT install
3. Go phpPgAdmin, select database later SQL
4. Paste this command in text box:
SET CLIENT_ENCODING TO 'UNICODE';
5. Click button "Run"
6. Go your website and run install.php
I can reliably reproduce that the accesslog size (or maybe a corrupt entry?) causes CCK filefields to appear to upload a file, but on submit, the file is neither associated with the node nor uploaded to the file system. If it's over about 170,000 records, I'm seeing this. Clear the accesslog, solve the problem (and oh the time it took to figure that out :)
I don't know enough about the Apache/Mysql/PHP part of things to know why what seems unrelated to me would cause such behavior. No error messages are produced in drupal, Apache, or Mysql logs that I've been able to find.