Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I copied my drupal 6 site to another location, upgraded it to 7, and just moved it back to the original location. The theme is now not working, just a white page with the links going down the left side. Also when I go to submit anything that has a form and a button I get a server not found error. Not a page not found but an error like the browser cannot even see the domain. I've run cron and flushed the cache but to no avail. Doing those 2 things will also cause a server not found error. Any ideas? Thanks!
I was trying to enact a work around yesterday and I ran into a problem while creating a subtheme on my site. The site has been using Garland, but when I created a subtheme in sites/mysite.com.site/themes/mysubtheme, it recognized the theme, but it did not successfully inherit the location of the .css files or images from Garland. Perhaps that is how it is supposed to work, but it runs counter to the documentation I read on subthemes. I suspect this is some sort of installation/configuration error on my part, but I have no idea what might be wrong.
I'd like to display on the same page a view and linked content so that when I click on one of the view item it zooms its content on the side.
I found some modules to do this but content is always displayed on a popup.
What I want is :
left side : the view.
right side : the view selected content.
I had a look a pages and panels but I cant figure out how to do this.
I've built a custom search module that prints results to the page using the AJAX built in to the form API and ajax_command_replace(). The only problem is that when more than 1 page of results are returned, the pager query extension doesn't work. Rather than loading the next set of results, it tries to go to http://www.mysite.com/system/ajax?page=1 and that page WSOD's with the error "Notice: Undefined index: form_build_id in ajax_get_form() (line 311 of /htdocs/mysite/includes/ajax.inc)."
I've create a custom content type "Product" and added an image field. I have the image upload working but I want to be able to upload the hi-res jpeg image only and then have access to a thumbnail,medium, large, and original sizes for the front end (node--product.tpl.php file). Ive play around with the newly built in image styles without much luck. Any suggestions appreciated, thanks!
drupal host with hostgator would display correctly with the following code:
include ("http://www.box.com/shared/ggpfoa7zeibdc2g46o5s");
On the other hand, drupal host on a local machine doesn't work that way. I have Ubuntu 10.04 install drupal 7.x locally and when I include the above code this is the error I see: