carmolio
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Manual upgrade to 3.0.4 failed, problems with wp-content folderStill the same problem 🙁
Forum: Fixing WordPress
In reply to: Manual upgrade to 3.0.4 failed, problems with wp-content folderI did a manual re-install. Both the twentyten and my other theme are loading fine as long as wp-content is in the default location.
I am back to my same errors again if I try and redefine the location of the wp-content directory 🙁
Forum: Fixing WordPress
In reply to: Manual upgrade to 3.0.4 failed, problems with wp-content folderworth a shot….
I just uploaded the twentyten theme into my main wp-content folder at public_html/wp-content/
The wp-admin/themes.php file from the wordpress installation is unable to even scan that directory to see what themes are available… same errors.
The theme I had before is working with the 3.0.4 with the redefined wp-content folder on the first installation: site1.mydomain.com
*Both themes can load for the second installation as long as I put them into the default spot: site2.mydomain.com/subdir1/wp-content/themes
It just doesn’t work when I try and move the wp-content folder 🙁
*update: actually… now its totally busted. going to try and do a complete reinstall just with defaults to see if i can get it to run.
Forum: Fixing WordPress
In reply to: Manual upgrade to 3.0.4 failed, problems with wp-content folderI just found another error on wp-admin/update-core.php
Warning: Invalid argument supplied for foreach() in /home/myaccount/public_html/site2/subdir/wp-admin/includes/update.php on line 222
Forum: Fixing WordPress
In reply to: Manual upgrade to 3.0.4 failed, problems with wp-content folderThis is what my server error log displays… pretty much the same thing:
[Sat Jan 08 04:45:59 2011] [error] PHP Warning: natcasesort() expects parameter 1 to be array, null given in /home/myaccount/public_html/site2/subdir1/wp-admin/themes.php on line 151, referer: http://site2.mydomain.com/subdir1/wp-admin/
[Sat Jan 08 04:45:59 2011] [error] PHP Warning: array_keys() expects parameter 1 to be array, null given in /home/myaccount/public_html/site2/subdir1/wp-admin/themes.php on line 150, referer: http://site2.mydomain.com/subdir1/wp-admin/
[Sat Jan 08 04:45:59 2011] [error] PHP Warning: array_slice() expects parameter 1 to be array, boolean given in /home/myaccount/public_html/site2/subdir1/wp-admin/themes.php on line 94, referer: http://site2.mydomain.com/subdir1/wp-admin/
[Sat Jan 08 04:45:59 2011] [error] PHP Warning: uksort() expects parameter 1 to be array, boolean given in /home/myaccount/public_html/site2/subdir1/wp-admin/themes.php on line 73, referer: http://site2.mydomain.com/subdir1/wp-admin/
[Sat Jan 08 04:45:59 2011] [error] PHP Warning: array_keys() expects parameter 1 to be array, boolean given in /home/myaccount/public_html/site2/subdir1/wp-includes/theme.php on line 513, referer: http://site2.mydomain.com/subdir1/wp-admin/Forum: Fixing WordPress
In reply to: Manual upgrade to 3.0.4 failed, problems with wp-content folderHi Andrew, thanks for your help…
I removed the @.. where would I see output for the E_WARNING?I went back to wp-admin/themes.php and I am getting the same error messages. There were additional error codes before, which I did not post. Here they are in case it makes a difference:
All of this theme’s files are located in .
Available ThemesWarning: array_keys() expects parameter 1 to be array, null given in /home/myaccount/public_html/site2/subdir1/wp-admin/themes.php on line 150
Warning: natcasesort() expects parameter 1 to be array, null given in /home/myaccount/public_html/site2/subdir1/wp-admin/themes.php on line 151
Forum: Fixing WordPress
In reply to: Manual upgrade to 3.0.4 failed, problems with wp-content folderThat does look like a cool feature… unfortunately I have many other things loading at the pub_html/root level of the website, and from what I understand WordPress needs to be installed there in order to use the multi-site functionality. The blogging part of our website is secondary so it’s getting buried on random sub domains or in sub directories.
Again, Thank you for your suggestions… this is a strange issue 🙂
Forum: Fixing WordPress
In reply to: Manual upgrade to 3.0.4 failed, problems with wp-content folderThanks for the reply… File permissions are all good. It’s working fine for one of the installations… it’s just the other ones that are ignoring the redefine and attempting to load wp-content from the default location.