kuokchou
Forum Replies Created
-
Forum: Plugins
In reply to: [WebLibrarian] Can't add PatronsI’m on IIS7. The reason I’m using a Windows server is because it’s what our company have. Hmm… guess that’s the only possible solution. I suspected that.
Forum: Plugins
In reply to: [WebLibrarian] Can't add PatronsI’m using a MS-Windows server.
Tried firefox but same thing happened.I inserted a patron manually on MySQL. Now I have the patron,
but seems like my circulation doesn’t work either. When I tried to place hold, it says AJAX Error : Internal Server Error.Forum: Plugins
In reply to: [WebLibrarian] Can't add PatronsWordPress 3.5.1
Mysql 5.6 (I’m not that sure about this actually)
PHP 5.3.19
Browser : Chromethanks!
Forum: Fixing WordPress
In reply to: Can't post full size image after changing permalinkOkay.. I’ve finally solved it.
What happened was WordPress writes the original file using a IUSR to a temporary directory stated in the PHP.ini file. By default, it’s C:\Windows\Temp. This folder will not have IUSR permission on it. So, when windows move this file to it’s final home, the wordpress Upload folder, the IUSR permission is no inherited.
So, the solution is simple. Give IUSR permission on C:\Windows\Temp.
The mystery remains, why it didn’t happen before I change the permalink?
Perhaps, if we don’t use the permalink, WordPress won’t use the Temp folder?Forum: Plugins
In reply to: [WebLibrarian] Search doesn't workChanging the permalinks setting works!! THANKS!
Forum: Plugins
In reply to: [WebLibrarian] Search doesn't workThanks! Got to try it the first thing tomorrow morning when I reach office. Hope it works.
Forum: Plugins
In reply to: [WebLibrarian] Search doesn't workOkay.. now I know what’s the problem. It’s because functionsearch_form doesn’t get the permalink (?p=1048), but the functionitem_list has something like $moreinfourl = get_permalink();
But.. I still don’t know how to solve it…grrrrrrrr
Forum: Plugins
In reply to: [WebLibrarian] Search doesn't workIt’s so weird… I somehow figured out somewhing… this code in the URL,
?p=1048.Coz’ when I add this into my URL, the search does work!
PS: You won’t be able to check out the link coz’ it’s in my company intranet