cant upload image on drupal 7

hello,
i am using drupal to built my new website http://helpzor.com but while uploading an image i receive the following error message

* Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to access public://field/image /construction.jpg in file_save_upload() (line 1528 of /home/"my name"/public_html/includes/file.inc).
* File upload error. Could not move uploaded file.

need help :S

THANKS ALOT!!!
Raghav

Rendering of BLOCKS question

Just read in Earl and Lynette Miles book, "Drupal's Building Blocks," that Drupal first builds blocks, then looks for which blocks are used--at least in Drupal 6.

Does Drupal 7 still follow the same logic or does it now look at what blocks are needed, then builds them (like Panels does)?

Custom Regions causing errors

I just fired up D7 on Thursday, and I absolutely love it.
After playing around for a while, I decided to define my own custom regions in the .info file, but it doesn't seem like Drupal can recognize them in the page.tpl.php. They show on the blocks page, and I can assign content to them, but once I'm on the site, I get the errors

Notice: Undefined index: home_top in include() on line ### (path to custom page.tlp.php)
Notice: Undefined index: sidebar_first in include() on line ### (path to custom page.tlp.php)

In the info file, the regions are defined like this:

regions['header'] = Header
regions['home_top'] = Home Top
regions['sidebar_first'] = Sidebar First
regions['help'] = Help
regions['content'] = Content
regions['footer'] = Footer

...and in the page.tpl.php, the rendering in the regions is defined like this:

<?php if ($page['home_top']): ?>
    <div id="home-top"><div class="section">
        <?php print render($page['home_top']); ?>
    </div></div> <!-- /.section, /#home-top -->
<?php endif; ?>

<?php if ($page['sidebar_first']): ?>
    <div id="sidebar-first" class="column sidebar"><div class="section">
        <?php print render($page['sidebar_first']); ?>
    </div></div> <!-- /.section, /#sidebar-first -->
<?php endif; ?>

Is anyone able to see what I'm doing wrong?

sorting by criteria

Hi,
first of all, sorry for my bad english.

I wanna create a website which allows users to have access to all my products in only one clic and also allow them to sort them with predefined criteria. My first idea was to put tags on each blog entry but the users can't make a search with 2 tags and i want my website to be able to sort products with 2 or more criteria at the same time.

Drupal 7 alpha 6 to Drupal 7 GA

Hi,

I have taken the task to upgrade D7alpha6 live site (dont ask how it ended up like this) to Drupal 7 GA. Basically I see only one way forward - to reinstall completely, and this is how I intend to do it:

Combine a node add form and a view in one page

I am looking for some way to combine a view and a node add form in one page, in drupal 7.

Idea is that the user sees a list of existing items of a particular content types. And also be able to add new content on the same page. I know there is a module for that in drupal 6. But it's not available in drupal 7 (yet). I don't know which route to take.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x