EricaS
Forum Replies Created
-
I will also confirm that bp_group_documents_functions.php version (1.7) works with WP 4.0 when you replace the version (1.8) file. This works for now, though probably not ideal.
Does this have anything to do with the last update? (Changelog: Fix Sort – “Order by” & Filter – “Category” which was not working with Pagination. Thanks to @wp4yd for reporting.)
I’ll add that I’m using a premium theme that I bought. So I don’t think it’s specific to one theme.
I get this same error when trying to view by category. I get another similar error from line 438 when trying to sort alphabetically or by most popular.
Forum: Installing WordPress
In reply to: Question on installing w/ subversionThanks for trying! I realized that what I was trying to do probably isn’t possible. I just went the svn:externals property route and installed into a sub-directory “wordpress”. This works just fine.
Forum: Installing WordPress
In reply to: Question on installing w/ subversionSorry about that, I run the command in the directory of my working copy (Trunk, I develop straight out of this folder). The issue is that I cannot figure out how to install straight into the root of this directory. When I run the command I get it installed into a self-created “2.9.2” directory and I don’t want that.
The codex says to add the dot at the end of the command to install in the current directory but I get that error up above when I try to.
I guess it doesn’t matter if it gets installed into a new directory, I would just like to know if it’s possible to get it working directly in trunk.
Forum: Installing WordPress
In reply to: No idea how to use MySQLUse the letter on this page to ask your hosting provider if they support everything you need first.
Forum: Fixing WordPress
In reply to: Auto-upgrade local installThank you, but I want to leave manually upgrading the files as a last resort. I have several WP installations that I’m working on locally and each one is giving me the same issue. So I doubt that this will be fixed by manually upgrading. It has to be something with being locally installed that’s causing this problem. Right now I have all of my local sites under subversion that I deploy to my live server. All of my live sites upgraded just fine to 2.9.2, and these are mirror images of my local files.
Is there something else that I can do?
Forum: Fixing WordPress
In reply to: SVN & WordPress ThemesWordPress works great with svn. I usually develop my sites locally then deploy those changes though svn instead of through regular ftp. It’s also compatible with the automatic upgrades.
Forum: Fixing WordPress
In reply to: Auto-upgrade local installI doubt that my install is really up-to-date because I just checked version.php and it says it’s still 2.9.1.
Help please! Why is the system contradicting itself?
Forum: Fixing WordPress
In reply to: Auto-upgrade local installOk, if I try to upgrade via http://www.mysite.dev/wp-admin/upgrade.php it tells me:
No Upgrade Required
Your WordPress database is already up-to-date!
Though it’s still asking me to upgrade. Clearing my cache doesn’t help either.
Forum: Fixing WordPress
In reply to: SVN & WordPress ThemesHopefully you meant your wp-content folder and not your wp-admin folder. Themes belong in the wp-content directory.
Forum: Fixing WordPress
In reply to: SVN & WordPress ThemesNo the database has nothing to do with themes.
What kind of subversion server are you using? Even though you added the theme to your directory, did you remember to commit the theme? Did you deploy the theme to your WordPress install?
Forum: Fixing WordPress
In reply to: Auto-upgrade local installThanks. Well, I just “successfully” upgraded my install to 2.9.2 however, the dashboard still says that I’m at 2.9.1 and still asking me to upgrade. I don’t get it, after putting in my local FTP info and updating it said that it was successful.
Forum: Installing WordPress
In reply to: Error in WordPress 2.8.5 ???Thanks, this also worked for me who was having the same problem.
Forum: Installing WordPress
In reply to: Problems upgrading to 2.8.5 – failed errorsI was just having an issue like this. I ended up disabling all of my plugins and switching my theme to default. Afterwards, I was able to complete the update.