Importing large .sql files with phpmyadmin
Got this error message when I was trying to import a large (Drupal) SQL-file with PhpMyAdmin: You probably tried to upload too large file. Please refer to documentation for ways …
Because my memory only stores important facts
Got this error message when I was trying to import a large (Drupal) SQL-file with PhpMyAdmin: You probably tried to upload too large file. Please refer to documentation for ways …
When you’re using a background image in a drupal based website, CKEditor will use the same background image: To override this default setting go to admin/settings/ckeditor/edit/Advanced, and choose ‘CKEditor Default’. …
After moving to another server, or in my case to my localhost (for testing purposes), the Drupal style sheet doesn’t get applied correctly: I always change the $base_url and …
You want to enable Clean URLs in Drupal 6, but the Enable bullet is grayed-out? Just enable Apache rewrite module, and you can enable this feature. Windows hosting (WampServer) I’m …
Turn off the update module. This can be done in the db with phpmyadmin. Read full article.
Change post_max_size and upload_max_filesize in php.ini to a higher value: post_max_size = 75M upload_max_filesize = 75M WAMP trayicon -> Restart All Services. Needed for Drupal autopath: Enable Apache rewrite_module (R …
After migrating to another host, you get “access denied” at logon to Drupal. Solution: Change the $cookie_domain variable in file \sites\default\settings.php from your old to your new domain. $cookie_domain = …