Hello,

I have followed all of the installation instructions and even added render($page['content']['metatags']); to all of the page templates on a custom theme, but I am still unable to get this module to display the meta tags I am entering. I've even disabled other modules like Page Title which may be causing conflicts, refreshed my cache, even upgraded the module to beta7, but nothing seems to be able to get this module to display the meta tags.

Is there something else I am missing? I have not built this site, I am merely supporting it. The URL is http://ironfenceshop.com/

Any help is appreciated!

CommentFileSizeAuthor
#5 files.png5.22 KBpzula

Comments

damienmckenna’s picture

Status: Active » Postponed (maintainer needs more info)

Can you do me a favor? Check the site's index.php and see if there's any custom code in there. I took a quick look at the site and saw that the site's internal pages were all named ".php", which is a strange URL for a Drupal page - pages don't need a suffix; I'm concerned that someone basically hacked up the site via heavily customized copies of the index.php file.

pzula’s picture

Here are the contents of index.php

<?php

/**
 * @file
 * The PHP page that serves all page requests on a Drupal installation.
 *
 * The routines here dispatch control to the appropriate handler, which then
 * prints the appropriate page.
 *
 * All Drupal code is released under the GNU General Public License.
 * See COPYRIGHT.txt and LICENSE.txt.
 */

/**
 * Root directory of Drupal installation.
 */
define('DRUPAL_ROOT', getcwd());

require_once DRUPAL_ROOT . '/includes/bootstrap.inc';
drupal_bootstrap(DRUPAL_BOOTSTRAP_FULL);
menu_execute_active_handler();
damienmckenna’s picture

Ok, that's ok then.

Does the theme have lots of custom page--something.tpl.php files?

pzula’s picture

pzula’s picture

StatusFileSize
new5.22 KB

Eh, screenshots from elsewhere not allowed.

Attached is the file listing.

damienmckenna’s picture

Issue summary: View changes
Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)

Please update to the latest -dev version (or beta8, if it's out by then) and try again. If the problem persists feel free to reopen this issue.