steveste
Forum Replies Created
-
Forum: Plugins
In reply to: “Save changes” will not save in Sociable plugin.See if you have the following form code…
<form method=”post” action=”<?php echo $_SERVER[‘REQUEST_URI’]; ?>”>
and change it to something like this (use PHP_SELF) – this is from the Lester Chan line of plug ins. This was postede there and I tested it out (on an IIS box that didn’t like REQUEST_URI).
<form method=”post” action=”<?php echo $_SERVER[‘PHP_SELF’]; ?>?page=<?php echo plugin_basename(__FILE__); ?>&updated=true”>
Forum: Fixing WordPress
In reply to: Undefined offset: 1 in theme.phpI’m getting this error as well (I just transferred a site from hosted to local). I can’t figure out what’s wrong. Anyone know?
Forum: Installing WordPress
In reply to: Local installation of WP 2.7 with EasyPHP not workingdjpushplay,
Nice work – I’ll confirm that this solved the problem – I experienced the exact same thing (on Vista 32bit SP1).
I can now long into Admin.
The problem I am still encountering is that I get a blank page when trying to open index.php from the root directory. The debug output is below. Anyone have any ideas? I can’t seem to remove them from within the Admin console. I did copy the database from a host site to a local system so perhaps the database got screwed up? Anyone know what settings one should copy when backing up a database?
Notice: Undefined index: rate in \plugins\wp-postratings\wp-postratings.php on line 559
Notice: Undefined index: pid in \plugins\wp-postratings\wp-postratings.php on line 560
Notice: Undefined index: postviews_id in \plugins\wp-postviews\wp-postviews.php on line 536