rwang0
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Did your 2.9 Upgrade Go Well? Can you upload images?i just reverted back to the old version. This is a big problem
Forum: Fixing WordPress
In reply to: Did your 2.9 Upgrade Go Well? Can you upload images?Just did the upgrade to wordpress 2.9. All my images are in the media library, but nothing is displaying. Anyone have a solution?
Hi.. final solution for those who want to know…
Gutted the previous environment. Removed unused widgets
Started from clean install.Now on WordPress 2.7 with Atahualpa 3.17.
Fresh install. No issues.Hi lpstenu
I downloaded 2.7. I deleted all files as suggested in the detailed upgrade steps and kept the config file. I then got the database test. Then I moved from there to add and activate each plug in and theme one by one.
R
Thanks. I will try that again and see what happens. I appreciate your response!
R
So here’s an interesting twist. If I add a post in the SQL Database, it shows up in the wordpress console. I apparently can not add a post from WordPress, but can work around it by creating SQL Row Inserts.
Any ideas?
R
Michael,
thanks again. all themes are located in wp-content/themes. I can use any theme that’s loaded. the display on the dashboard only displays the default theme regardless of what theme I select. However, I am able to use whatever theme i select as you can tell. It’s just not displaying on top as the “current theme” being used.
Would that have anything to do with access errors.
Interesting thing I noticed. I can create new links. Just can not create posts, comments, pages, or new users. May be there’s something in that statement that would trigger an idea on your end?
R
Michael,
Thanks. looking at my current c ode in my wp-config.php here it is with security info masked in ***
<?php
// ** MySQL settings ** //
define(‘DB_NAME’, ‘db******_wp’); // The name of the database
define(‘DB_USER’, ‘db******’); // Your MySQL username
define(‘DB_PASSWORD’, ‘********’); // …and password
define(‘DB_HOST’, $_ENV{DATABASE_SERVER}); // 99% chance you won’t need to change this value
define(‘DB_CHARSET’, ‘utf8’);
define(‘DB_COLLATE’, ”);
// Change each KEY to a different unique phrase. You won’t have to remember the phrases later,
// so make them long and complicated. You can visit http://api.wordpress.org/secret-key/1.1/
// to get keys generated for you, or just make something up. Each key should have a different phrase.
define(‘AUTH_KEY’, ‘******** ******** ******** ******** ********’); // Change this to a unique phrase.
define(‘SECURE_AUTH_KEY’, ‘******** ******** ******** ******** pgqha7cX’); // Change this to a unique phrase.
define(‘LOGGED_IN_KEY’, ‘******** ******** ******** ******** fNLuicT8’); // Change this to a unique phrase.
// You can have multiple installations in one database if you give each a unique prefix
$table_prefix = ‘wp_’; // Only numbers, letters, and underscores please!
// Change this to localize WordPress. A corresponding MO file for the
// chosen language must be installed to wp-content/languages.
// For example, install de.mo to wp-content/languages and set WPLANG to ‘de’
// to enable German language support.
define (‘WPLANG’, ”);
/* That’s all, stop editing! Happy blogging. */
if ( !defined(‘ABSPATH’) )
define(‘ABSPATH’, dirname(__FILE__) . ‘/’);
require_once(ABSPATH . ‘wp-settings.php’);
?>
Hope this helps.
R
Hi Michael,
Thanks for yoru response. I can load the default theme. I have, the only issue is that when i look at the theme select options, it always states I’m running the default, regardless of what the actual theme is. Will that impact what happen?
lpstenu,
Yes. I have followed his advice. The only thing I couldn’t do was deactivate my theme to the default. any suggestions there to deactivate my theme. very appreciative as you guys are the gurus.
thanks for the other perspective on other posts.
my workaround that i’m testing right now is probably to go create a new blogger account. set up a whole bunch of draft posts and suck it in. Then i’ll just edit them till i fix the issue. ugh.. what a workaround.
R
lpstensu,
thanks. i appreciate your comment and understand your perspective. from my end, the intent was not to spam but hopefully find a resolution to a common problem and hopefully centralize that response so someone else wouldn’t have to go through the 55+ posts I have gotten to that don’t seem to show a resolution. I figured if someone like me was looking for a link to the solution, it’d be nice to find the right post.
i think the issue is not related to the theme anymore but more related to interface between post.php and post-new.php from wordpress to the database. Taking any suggestions. It seems to be a common issue and I’m not sure if it’s been resolved to date. If you have seen anything, much appreciated if you would let me know.
Thanks again for your response. Once again, apologize in advance if you think this is spam. It’s not. I’m just trying to make it easier for other ppl should I find a resolution.
R
Previous issues were done prior to adding any plug ins.
I’m now going to add plug ins one by one and change the themeR
Hi Michael,
I’ve gone through the steps and am experiencing the same issues.
I’ve validated with the hosting provider that the database is fine as I can perform all CRUD functions directly in mySQL
I can not interface any create functions from wordpress.
I am going to change themes to see if this makes a difference.R
Hi Michael,
I can not set to the default theme. In fact, the current theme is listed as default whether or not i’m on kubrick or not. anyways, in the process fo clearing this out.
R
Michael, thanks. Let’s give it a shot!
R