Clyde,
Thanks for the help. That did the trick!
Clyde,
Thanks for the help. That did the trick!
I have installed - all is fine except when I changed the root url (as notes below) nothing works
Step2)Setting of WordPress
[WordPress admin URL] › Options › General
[Blog address (URL)] change to [Zen-Cart URL].
[WordPress admin URL] › Presentation › Themes
Select WordPress Default 1.6(Default setting)*1
before the root was (fake domain used)
http://www.123nothingzzz.co.uk/store...e/wp-login.php
the zen cart root is
http://www.123nothingzzz.co.uk/store
so now when I go to login I get
http://www.123nothingzzz.co.uk/store/wp-login.php and a 404 error
Also none of the style sheets work, or the links........
Can i manually edit a file via dreamweaver to correct and then what should I do?
The store root is http://www.123nothingzzz.co.uk/store/
WP is installed under this in the folder /Clean-Language/
Sorted it now - but thanks anyway.
I'm trying to use WordPress on ZenCart. Everything works fine until I change the wordpress-config.php file, then I start getting this error:
Fatal error: Call to a member function add_current_page() on a non-object in D:\Inetpub\indychristianclothing\ZenCart\includes\autoload_func.php on line 91
ZenCart 1.3.8a
WordPress: 2.6
Server: IIS (but I installed all of this on a Linux server last night and as soon as I changed to wordpress-config.php file it broke also)
Thanks,
Heather
In the WOZ install I want to be able to get the WP title and keyword datd to out put instead of the zens cart one.s on the pages that are WP.
In the header file I wanted to write an if/else statement but this doesnt deem to work.
I was going to do it the simple way and just have the wp_head loop first to get the titles and keywords out first where they exsist. So i have
<?php
/**
* Common Template
/**
* load the module for generating page meta-tags
*/
require(DIR_WS_MODULES . zen_get_module_directory('meta_tags.php'));
/**
* output main page HEAD tag and related headers/meta-tags, etc
*/
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" <?php echo HTML_PARAMS; ?>>
<head>
<?php wp_head(); ?>
<title><?php echo META_TAG_TITLE; ?></title>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo CHARSET; ?>" />
<meta name="keywords" content="<?php echo META_TAG_KEYWORDS; ?>" />
<meta name="description" content="<?php echo META_TAG_DESCRIPTION; ?>" />
is there another way of doing this?
can someone pls clarify what this means --
Change access permission of [Path of WordPress] to 777.
(taken from step 1 of hira's instructions -- lol. i'm stumped already!)![]()
Finally something I can answer!I think.
You need to change the permission within your web-host control panel or FTP client. If using the control panel method, log into your account and look for the file manager. You should see something similar to the attached screen shot. There is a column on the far right titled "perms" (permissions).
Check the box next to the file or folder you want to change the permissions to and then click the "change permissions" button and that's it.
ahhh.. no wonder! i was looking on core. LOL thanks!!!
btw: my host (gator host) already has word press for me to install. can i just do that? and then where should i continue (based on hira's directions) to customize my WP page to make it look like the rest of my ZC site?
Bookmarks