Using 2.0, moving drupal to WP and need to write a rule for my drupal links:
site.com/node/view/### to site.com/index.php?p=###
I’m not certain of the rule ([node/view/([0-9]{1,})/?$] => index.php?p=$1
maybe?) or where to put it.
I know .htaccess contains these rules, but I also know wp 2 handles rewrites differently.
]]>I’m just transitioning from blogger and having a heck of a time. My site is www.thingsyoushoulddo.com
I seem to have 2 admin files one – wp/wp-admin file extension that says I have 83 posts and a second – wp2/wp-admin file extension that says I have 331 posts
When I try and view my site, it seems to be only showing the 83 posts and no matter what I do I can’t seem to show my other posts or write something new.
Please help.
]]>I’ve played with and googled for 2 hours and want to hurt myself. For whatever reason, as soon as I use this basic directive, it chokes:
AuthType Basic
AuthName “Refuge Identity Restricted Area”
AuthUserFile /XXX/XXX
#Require valid-user
Ironically…once I uncomment the Require line it freaks out and redirects me to a “Page Not Found” in the WordPress site. Until then…I see all my files just fine. Obviously even though the other lines are uncommented, I’m not presented a login box or restricted access which I want.
Is there any easy fix to this or way to tell if this is a server config issue or just WP butting in?
In case my .htaccess in my root directory alongside index.php matters (permalinks work great)
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
Any suggestions for what I can do? And is there no plugin out there handling this kind of thing?
]]>I use WP2.0 to host a blogg on Gentoo. And i just made another blogg, on my same private server. Followed the installation. The blog works fine, but now i have installed the widgets plugin and activated it. When i now go and move a widget into my sidebar, and then hit the “edit” button, to enter text in a text widget(or any other widget). I get this error in the edit window that pops up:
Code:
Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, ” was given in /home/hula/public_html/wp-content/plugins/widgets/widgets.php on line 645
Dident get this on on my other blogg, so kinda confused now.
plugins/widgets/widgets.php
Code:
<div id=”controls”>
<?php foreach ( $registered_widget_controls as $name => $widget ) : ?>
<div class=”hidden” id=”<?php echo $widget[‘id’]; ?>control”>
<span class=”controlhandle”><?php echo $name; ?></span>
<span id=”<?php echo $widget[‘id’]; ?>closer” class=”co$
<div class=”controlform”>
<?php call_user_func_array($control[‘callback’], $control[‘params’]); ?>
</div>
</div>
<?php endforeach; ?>
</div>
the “php foreach” is line 645
]]>————–
Background: I keep backups of my database but have never reinstalled it. I have worked with WordPress for 1 year and know my way around the files in the FTP, but I am novice at the theme and MySQL.
My site only uses a modified Kubrick theme (should be simple right, it’s the default – but I have read about errors), with about 15 plugins, and I’m afraid it will break in the upgrade and how will I pinpoint what’s to blame? Yes, I can check the list for compatible plugins, and can delete any plugins that won’t work in the upgrade. But what about the theme? Should I expect to start-over on my theme?
Also, I am satisfied with WP 1.5.x, except that I want to use Gallery 2.1.x and WP-G2, and they recommend strongly WP 2.x. Is it worth upgrading for this situation?
]]>I (finally) upgraded from WP 1.5 to 2.0 a few days ago, and everything worked like magic – accept one thing. My htaccess-file is ignored. See, i had htaccess redirecting all the feed requests from when i was using movable type. After the usual WordPress-lines, i had:
<IfModule mod_rewrite.c>
RewriteRule ^index.rdf$ /index.php?feed=rdf [QSA,L]
RewriteRule ^atom.xml$ /index.php?feed=atom [QSA,L]
RewriteRule ^index.xml$ /index.php?feed=rss2 [QSA,L]
</IfModule>
…and it worked like a charm. But now – it’s all broken and the frontpage is being displayed when i try to request index.rdf, atom.xml and index.xml.
My addition is still in the htaccess – but it seems to be ignored.
Is there a fix? A plugin, perhaps? I’m getting desperate!
/ Jonathan
]]>I am trying to use the plugin Customizable Post Listing plugin with the latest WP. However, nothing is coming up.
Does anyone know another way, for WP2.x, to pull up the last X posts in a specific category? Trying to do this for a sidebar.
Thanks
]]>Now, the first button is strikeout, and not having these buttons will render WP2 unusable for my various content editors (all zero knowledge of HTML), thus render the entire blog unusable.
I have done a new, clean install of WP but to no avail, have no plugins installed in this new clean install, and I’m working straight from the standard theme.
I would greatly appreciate any advice, help or suggestions..!!!
Thanx!
I have unzipped the files onto my hard drive and then moved the files via FTP to my host under the Themes directory. When I go into the Admin module, all but one of the 9 themes I’ve tried to install are listed as ‘broken’ with the same error – stylesheet missing. But it’s there!
Themes I’ve tried installing are the following: ambiru, branches-theme, connections-reloaded, emire, jentri, lonelyroad, WP-DarkNight, and WP-DarkNight20. I’ve even tried adding themes from my 1.5 installation that I know work, but with the same problem. Help?!
]]>