Results 1 to 6 of 6

Thread: Download all PMs as XML | CSV | TXT

  1. #1
    Your very own Pikachu! Banned Peegee's Avatar
    Join Date
    Mar 2001
    Posts
    19,488
    Blog Entries
    81

    Grin Download all PMs as XML | CSV | TXT

    It's not working (as intended) - I get a bunch of error messages then unformatted PM text.

    Code:
    Warning: Invalid argument supplied for foreach() in [path]/private.php on line 786
    
    Warning: Invalid argument supplied for foreach() in [path]/private.php on line 786
    
    Warning: Invalid argument supplied for foreach() in [path]/private.php on line 786
    
    Warning: Invalid argument supplied for foreach() in [path]/private.php on line 786
    
    Warning: Cannot modify header information - headers already sent by (output started at [path]/includes/class_core.php:3242) in [path]/includes/functions_file.php on line 147
    
    Warning: Cannot modify header information - headers already sent by (output started at [path]/includes/class_core.php:3242) in [path]/includes/functions_file.php on line 148
    
    Warning: Cannot modify header information - headers already sent by (output started at [path]/includes/class_core.php:3242) in [path]/includes/functions_file.php on line 149
    
    Warning: Cannot modify header information - headers already sent by (output started at [path]/includes/class_core.php:3242) in [path]/includes/functions_file.php on line 150
    
    Warning: Cannot modify header information - headers already sent by (output started at [path]/includes/class_core.php:3242) in [path]/includes/functions_file.php on line 151
    
    Warning: Cannot modify header information - headers already sent by (output started at [path]/includes/class_core.php:3242) in [path]/includes/functions_file.php on line 152
    What's up?

  2. #2
    Very VIP person Tech Admin Rantz's Avatar
    Join Date
    Apr 2006
    Posts
    17,631
    Articles
    1

    Default

    I got the same errors when I did it—I just copied the text and saved it with the correct extension. Doesn't mean it shouldn't be fixed, of course.

  3. #3
    Your very own Pikachu! Banned Peegee's Avatar
    Join Date
    Mar 2001
    Posts
    19,488
    Blog Entries
    81

    Grin

    Quote Originally Posted by Rantzien View Post
    I got the same errors when I did it—I just copied the text and saved it with the correct extension. Doesn't mean it shouldn't be fixed, of course.
    Does this work? I get a file of plaintext in unformatted horror

  4. #4
    Very VIP person Tech Admin Rantz's Avatar
    Join Date
    Apr 2006
    Posts
    17,631
    Articles
    1

    Default

    What you'll be saving is raw data, pretty much. If you save the XML, you'll have to add a header yourself, such as:
    Code:
    <?xml version="1.0" encoding="UTF-8" ?>
    Whatever you save it as, you'll probably need something to output it in a more readable format. I might make an XSL stylesheet for the XML data later, for example.

  5. #5
    Your very own Pikachu! Banned Peegee's Avatar
    Join Date
    Mar 2001
    Posts
    19,488
    Blog Entries
    81

    Grin

    My web development skills are limited to xhtml =(

    (ie it's all korean to pg)

  6. #6
    Very VIP person Tech Admin Rantz's Avatar
    Join Date
    Apr 2006
    Posts
    17,631
    Articles
    1

    Default

    Well the point is, unless these errors are preventing it from being formatted readably, you're indeed supposed to get them as raw data That is, any readability improvements would have to be solved by yourself or if you can find a third party interpreter to present it in a good way.

    Edit: (I think)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •