bobgneu
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: 403 error with svn depositoryThank you for this =)
Forum: Fixing WordPress
In reply to: Frustratiing Developmentit has gone through. Thanks a bunch
Forum: Fixing WordPress
In reply to: Updated Plugin – has yet to be packagedMy plugin, Video Bracket Tag, was updated this past weekend and has yet to be packaged properly. I have been able to updatethe SVN and thats about it. The automated update procedure is not occuring.
Is there any information that can be shared to help understand why this has happened and what i can do to avoid it?
Forum: Fixing WordPress
In reply to: Problem 2.5.1 post_new.php and post.phpIf you are having this issue you should look into the method we ultimately found. I have not seen the issue again since. All you should have to do is upload all of the new files to a new directory, copy your content directories (ignore the cache more than likely) and copy the config over, then rename the new directory.
Forum: Fixing WordPress
In reply to: Problem 2.5.1 post_new.php and post.phpI dont think so, WP-Super Cache requires the same thing in order to function.
Forum: Fixing WordPress
In reply to: Problem 2.5.1 post_new.php and post.phpOne thing that may be of use is to create a new directory and upload it there, configure it to point to the same db and see if it is working.
Forum: Fixing WordPress
In reply to: Problem 2.5.1 post_new.php and post.phpI cannot say enough how much this bug perplexed me. I did many of the fixes here including changing the values in the autosave.js and even going the route of just plain commenting the entire file out. tried the return etc and had no success no matter the route.
the only thing i can recommend is that you take some a deep breath and follow the same processes that your friendly SQA engineer has shed some light on.
https://blog.gneu.org/2008/04/wp-upgradesplease/
the script will probably be ready this weekend. btw
Forum: Fixing WordPress
In reply to: Problem 2.5.1 post_new.php and post.phpA clean install worked. I attempted to only replace the wp-admin and includes directories to no avail. The app still acted up. I dont know what the deal was, but i eventually created a dev location and set that up to test then moved to the production location. Pretty weird, i’ve never experienced this before, esp. not with WP.
At least i can use it now. Thanks for your help guys.
Forum: Fixing WordPress
In reply to: Problem 2.5.1 post_new.php and post.phpIf i block JS from my site i still have this issue come up. This is quite odd, i dont see any JS includes from other sites.
Forum: Fixing WordPress
In reply to: Problem 2.5.1 post_new.php and post.phpThe only thing i have been able to do is just disable js entirely. I have no idea what is going on but my file changes are not propagating (screams caching but i have even gone as far as to uninstall ffox and reinstall the bastard and cleared the cache countless times), maybe Comcast is just being a tribe of douches today.
Forum: Fixing WordPress
In reply to: So the day I decide not to backup…this may be of use as well =) I realize WP has its own backup but this one is configurable to be able to backup any mysql database, and it doesnt take much work to convert it to work in MSSQL or Oracle if you wish it to.
Forum: Fixing WordPress
In reply to: Problem 2.5.1 post_new.php and post.phpI am leaning towards your position, noting that it occurs on opera, ie7, ie6 as well as the latest two versions of ffox. I am a little miffed about how the js files are not being used, even though they are included in the jquery format. I must have stayed out of the js lime light or something, but from what ive been able to tell there is something going on here that does not meet the eye.
Forum: Fixing WordPress
In reply to: Problem 2.5.1 post_new.php and post.phpWell mine is still posting them. I have tried changing the
doAutoSave
value to false and apparently thats not even being executed. I have commented out the entire file (autosave.js) with the same results.I have cleared all of my private data, cache and cookies included.
Any further suggestions?
Forum: Fixing WordPress
In reply to: Problem 2.5.1 post_new.php and post.phpI am trying to disable autosave as that appears to be the issue here. The rest of the app is fine. I will return momentarily.
Forum: Fixing WordPress
In reply to: Problem 2.5.1 post_new.php and post.phpThe problem I am having is JS related. The save and publish buttons are flashing ( i think this is only a symptom however ) and the pages involved ( post-new.php and post.php in particular ) are having issues with the progressive save deal. It appears to be that they cannot save anything, but i really dont know if thats the issue.
Continuing debugging.
ffox 3b5 is much nicer in regards to letting you work between tabs in spite of the JS impact that WP is experiencing currently.