Drupal Anonymous Cookie conflicting with webmail server cookie

Drupal 7 is up and running with 3 individual domains running on it. The issue we are having is that the anonymous cookie from Drupal creates a conflict with our web mail appliance. for example abc.com is our drupal website. mail.abc.com is our webmail portal server. If I type abc.com into a browser a cookie is created. If I then attempt to log into web mail at mail.abc.com it does not login. If I manually delete the cookie from abc.com I can then log in to mail.abc.com. this happens in every browser but opera which works great no matter what.

error localhost connection

Hi,

When I try to install a module in Drupal 7 it times out. There is a problem with the localhost connection. It cannot connect to the database I think. I'm using port 8080, and I have already edited the setting.php code but no luck. :(

Any ideas or input will be highly appreciated.

Neil.

PHP block with db_fetch_object() does not work

I've made a small php snippet in a block to try if I could get some data out of the database. Why isn't this working?

Fatal Error Help_Exceeded Memory

I keep getting the same exceeded memory error when I try to compile my program. I dont see how i could be over, i think there's a memory leak somewhere. I tried turning the memory limit up and that didnt seem to work, dont know what im missing.

This is the Call Stack that comes with the error:

#-time-memory-function-location
1-0.0007-368640-{main}()-..\index.php:0
2-0.0085-912336-drupal_bootstrap()-..\index.php:21
3-0.0866-4412920-_drupal_bootstrap_full()-..\bootstrap.inc:2056
4-0.3989-20146272-drupal_theme_initialize()-..\common.inc:4936

im using WAMP server 2.1
phpmyadmin 5.3.5
nice menus and marinelli theme
I have changed to "memory_limit = 128M" in my php.ini but get the same error. Should I be changing it somewhere else??
The code from the file theme.inc listed in the Call Stack is shown below.

I also accidentally turned on css3 right before this error started. If this is the problem is there a way to disable it manually without getting back into the drupal interface??

Any help would be greatly appreciated. Thanks!

Theme.inc
><><><><><><><><><><><><>
<?php // $Id$

/**
* Overrides of theme implementations
*/
function marinelli_theme() {
return array(
'custom_links' => array( // function that renders classic primary menu with

'variables' => array('links' => NULL, 'attributes' => NULL, 'heading' => NULL),
),

Help required !!!!!!!!!

Hey people please help me out as I have keen interest in Drupal! Basically ,All that I need to do ,is to implement my filter processing on the input image that the user feeds and the desired output image shall be displayed choosing the desired filter as per the user .How am I to link all of these especially the coding part needs to be integrated and compiled when the user clicks on the image and the output image should be displayed after the processing is done by the compiled code.Please let me know if this is feasible and if yes how? I need it as I wish to explore Drupal further.....

Frontend showing [img] tags instead of the image

I'm using Wysiwyg, TinyMCE and IMCE to edit posts and add images.

In the wysiwyg editor I can see the image. However my frontpage does not convert the tags (like [img]) to html.

I think the solution is very simeple, but somehow I'm unable to find the solution. How can I fix this?

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x