paul
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Comments NotificationHmm, I am running 1.2 and am getting no notification of comments. I am finding them by accident (not a good feeling). I have the options set to notify me but so for no love. I know the host can send email (I have tried to change the admin’s password and the email part of that works).
Anyone have this working in 1.2 release?Forum: Fixing WordPress
In reply to: Filetype not supported. Thumbnail not created.That was me posting anonymously above: I did reinstall php and gd2 but no love. I still get no thumbnails.
On a related note, does anyone know if there are plans to add mt.supportedTextFilters to the API so that clients like ecto can upload images?Forum: Fixing WordPress
In reply to: BUG: RSS – no “full text” support? Other…any way someone could post a diff if they have something that works?
Forum: Installing WordPress
In reply to: import-mt – Fatal error: Allowed memory sizeI had the same problem in FreeBSD though not in OS X. What I did was adjust the memory size in php.ini. What’s odd (to me, anyway) is that the values are the same but FreeBSD would balk at the import of a 3.3 Mb file.
I also had to tweak the max_execution_time to 90 seconds to get around a timeout. Here’s the section to look for in your php.ini.
;;;;;;;;;;;;;;;;;;;
; Resource Limits ;
;;;;;;;;;;;;;;;;;;;
max_execution_time = 30 ; Maximum execution time of each script, in seconds
max_input_time = 60 ; Maximum amount of time each script may spend parsing request data
memory_limit = 8M ; Maximum amount of memory a script may consume (8MB)
Other than that, it all went swimmingly: almost 2000 entries slurped in no time flat, it seemed.Forum: Fixing WordPress
In reply to: From MT to WP?OK, I just installed 1.2 and I am seeing the same problem.
The error is flagged as being on this line:
66 $datalines = file(MTEXPORT); // Read the file into an array
but that seems to be a red herring. Are there any memory constraints I can adjust anywhere?
Aha, it looks like php.ini might be what I am looking for. However, on both systems, the setting is identical (8 Mb).
I changed it in FreeBSD to 128Mb and that seems to be working. I think I may change it back after this is complete. Curious why this wasn’t necessary to twiddle in OS X?Forum: Fixing WordPress
In reply to: From MT to WP?yeah, it’s interesting: I got it to work on one machine (my iBook) but not another (my FreeBSD server).
I need to look into it more.Forum: Fixing WordPress
In reply to: From MT to WP?Hmm, I had no trouble importing my MT stuff in the release version but in my CVS-based install, I get this:
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 35 bytes) in /usr/local/www/data-dist/weblog/wp-admin/import-mt.php on line 66
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 21 bytes) in Unknown on line 0