Chrome Bug with Locations Proximity Search

I seem to have found a BUG with the Chrome Web Browser and the Locations Proximity Search.

When I setup a block with a locations View that is configured for a distance/proximity Search, Chrome Fails.

Basically the proximity search block works just fine in Firefox and IE.

If I try the proximity search in Chrome, from say the Homepage, Everything works fine.

But when I try to do the proximity search on the same view page as say a "List" of locations...

System redirect getting changed in custom theme

Hi,

I am seeing a abnormal behavior in my custom theme, after loggin-in or after registration, the system is redirecting to user/ user-id page and it doesn't lod, and i am geeting a redirect error, where as in default themes like garland the systsm redirects to /node page after login/registration.

What can be the issue, please suggest!

Thanks,
kul.

New installation has WSOD on admin->configuration and admin->reports->status screens

Hi - I'm completely new to drupal. I installed Drupal7 onto a windows 7 machine already set up as a web server and it semmed to go without any problems other than having to enable GD. However, when I go to either admin->configuration or admin->reports->status, eventually the screen goes to WSOD. I have not added content or done anything with drupal yet, other than install it.
I'm running PHP 5.2.17 MySQL 5.5 and Apache 2.2.19 and the setup runs my own PHP database driven websites ok.
The PHP memory limit is 128M, so that shouldn't be the problem.
After I found the problem I found 2 pieces of advice about displaying php errors so added the following snippets of code, first to settings.php then to index.php after the first one displayed nothing:
To settings.php I added

error_reporting(-1);
$conf['error_level']=2;
ini_set('display_errors',TRUE);
ini_set('display_startup_errors',TRUE);

and to index.php I added

error_reporting(E_ALL);
ini_set('display_errors', TRUE);
ini_set('display_startup_errors', TRUE);

So, I still get the WSOD with no php errors displayed.
Administration->Reports->Recent log messages is not showing any problems.
The Apache error log is not showing any problems either.

Add taxonomy image upon adding content

im trying to make a gallery using taxonomy and views, ive created a view which will display Albums(taxonomy terms) then upon clicking, it will display the associated photos with that taxonomy, up to that point i've got it running smoothly, my problem is that i want to customize the taxonomy image upon adding a content, for example i want to add a photo, i will tag the image to a certain vocabulary then after that i want to add the taxonomy image for that vocabulary also, is it possible to do that?

out put a list using blocks/views in a custom front page

As the title says, I have a list of job posting on my site and wish to display the title of each job posting. I have defined a new region. Trouble Im having is how to out put them in this new region. Further to that Im using a custom front page, which is where I want to display this list.

Any thoughts would be greatly appreciated.

Solr server error in drupal 7

Hi,
I displayed search content in table formate and facets block. I used search API, Entity API, solr search using solr server. Im using drupal 7. There while indexing the data

" couldn't be indexed. Check the logs for details."

This error is displaying. I dont know how to clear this error.

any idea? how to index all items using solr server?

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x