corvy
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Categories in WP 3.2.1 not working as expectedUpdate, I disabled all plugins, not working, changed theme to default theme, no change. So I was just about to downgrade to 3.2 to see if that helped, logged onto phpmyadmin and I was not able to log in. Suddenly I changed focus to Apache, maybe it was in a lock of sorts. Restarted Apache and *badabing* it all started working again. Enabled all my plugins and all is back 😀
Forum: Fixing WordPress
In reply to: Categories in WP 3.2.1 not working as expectedI get a similar issue, when I categorize a posting it just shows up as uncategorized on the web page. Trying to change category is also not possible. This has happened after updating to 3.2.1.
Will now try to disable plugins to see if there is a conflict.
Site: http://www.barmen.nu
Version: 3.2.1
Theme: K2Forum: Fixing WordPress
In reply to: 2 webpage one databazeThen I would use the same DB for both sites and hack the theme to set the name manually and not ask for sitename from the DB.
Forum: Fixing WordPress
In reply to: 404 error when I try to access admin paneldisable .htaccess and try again .. might be worth a try. 🙂
Forum: Fixing WordPress
In reply to: Video MP4 crunched into errororiginal: 7445592 Jun 20 20:07 20062009070.mp4
wordpres upload: 7139328 Jun 20 21:08 200620090701.mp4Note the file size is also smaller on the wordpress uploaded file.
# mpeg4vol 200620090701.mp4
argc 2 optind 1
processing 200620090701.mp4
ReadAtom: invalid atom size, extends outside parent atom – skipping to end of “” “mdat” 7427657 vs 7139328
MP4ERROR: MP4File::FindIntegerProperty: no such property – moov.mvhd.modificationTime
200620090701.mp4 is not a valid mp4 fileAnother piece of evidense 😉
Forum: Alpha/Beta/RC
In reply to: You do not have sufficient permissions to access this page.Hey, look at this, the same error I am getting:
http://ww.wp.xz.cn/support/topic/52522Forum: Alpha/Beta/RC
In reply to: Upgrade to SVN version failureyes, the permissions are ok, it must be something else. The rc3 is the same error.
Forum: Fixing WordPress
In reply to: Upgrade 1.5 > 1.5.1I found that the new theme removed all my localized translations. All the __(‘Pages’) and similar is gone and replaced by just the lettering. This is a problem for all the language files.
My solution was to just go back to the 1.5 theme but leave the rest. Maybe this should be reverted?
Forum: Plugins
In reply to: xGallery [Updated]Two problems I can find:
I use dynamic web hosting in apache2 on Linux and this means that every site under /var/www gets its dns name as a dir. In my case for now http://www.bs.jabber.no is the host name. When I set the path in the options to /bilder/ and I do an echo from the php file on the dir variable I get the following /var/www/localhost/htdocs/bilder/, but it should have been /var/www/www.bs.jabber.no/htdcos/bilder. I don’t know how you get the dir, but an alternative for absolute path in the settings could solve this (in my case anyways). A little trck with a symbolic link worked as a workaround for me for now.
Also it seems that there might be a problem with international characters in the file names. Check out this image here:
http://www.bs.jabber.no/xgallery.php?x=LDEsRGFnZHL4bS5qcGc%3DThe name of the picture is Dagdrøm.jpg.
Any way to resolve this?