I have uploaded an image to view in the teaser just a simple 600 x 100 px image. It seems to not show in the node when uploaded. On my offline site it works fine. But when uploaded to the server it givs me this.
Also how do you set the number of teasers you would like to display?
Cheers, Kevin
I've recently updated to the latest version of Drupal 6, and I'm having a terrible time with session info getting lost when switching to ssl for checkout. I have set $cookie_domain to .example.com and $base_url to http://www.example.com. when I go to checkout at http, I have a full cart. When I go to checkout at https, I have an empty cart. It just looks like the cookies looked for are different.
In both cases, the only difference in the url is 'http' and 'https', there's no domain change.
is there anything else I can check for?
thanks. -Don-
Don wrote:
I've recently updated to the latest version of Drupal 6, and I'm having a terrible time with session info getting lost when switching to ssl for checkout. I have set $cookie_domain to .example.com and $base_url to http://www.example.com. when I go to checkout at http, I have a full cart. When I go to checkout at https, I have an empty cart. It just looks like the cookies looked for are different.
In both cases, the only difference in the url is 'http' and 'https', there's no domain change.
is there anything else I can check for?
No, that is the difference. The two are treated differently. See http://drupal.org/https-information for help.
On 18 Jul 2011, at 10:21 PM, Kevin Anderson wrote:
I have uploaded an image to view in the teaser just a simple 600 x 100 px image. It seems to not show in the node when uploaded. On my offline site it works fine.
Check your image-toolkit settings.
Perhaps the php graphics extension isn't installed or enabled?
You need php5-gd or php5-imagick, or both.
To check your php configuration you can run:
phpinfo.php <?php phpinfo() ?>
Also how do you set the number of teasers you would like to display?
D6 or 7??
/admin/content/node-settings (posts per page) in Drupal 6.
Drupal 6, I have set my posts to "2" but it is still displaying 3. Is this because I have a custom content type and it is displaying in a custom "view"?
Hope to here back
Cheers, Kevin
On 18/07/11 11:16 PM, Jeff wrote:
On 18 Jul 2011, at 10:21 PM, Kevin Anderson wrote:
I have uploaded an image to view in the teaser just a simple 600 x 100 px image. It seems to not show in the node when uploaded. On my offline site it works fine.
Check your image-toolkit settings.
Perhaps the php graphics extension isn't installed or enabled?
You need php5-gd or php5-imagick, or both.
To check your php configuration you can run:
phpinfo.php
<?php phpinfo() ?>
Also how do you set the number of teasers you would like to display?
D6 or 7??
/admin/content/node-settings (posts per page) in Drupal 6.