PassMark Logo
Home » Forum

Announcement

Collapse
No announcement yet.

deleting zdat files

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • deleting zdat files

    it uploads everything to my webhost

    and then i goto the search.php page and it gives me this
    Zoom files missing error: Zoom is missing one or more of the required index data files.
    Please make sure the generated index files are uploaded to the same path as this search script.
    i know my host enables php because i use php for most of my site. and when i uploaded the zdat files they just vanish on my ftp clients screen. and in the console well i jsut give ut he log:

    227 Entering Passive Mode (67,15,18,47,236,11
    Opening data connection IP: 67,15,18,47,236,118 PORT: 60534.
    STOR zoom_datetime.zdat
    150 Accepted data connection
    42 bytes sent successfully. (42 B/s) (00:00:01).
    226-10883.7 Mbytes free disk space
    226-File successfully transferred
    226 0.133 seconds (measured here), 315.23 bytes per second
    PASV
    227 Entering Passive Mode (67,15,18,47,252,225)
    Opening data connection IP: 67,15,18,47,252,225 PORT: 64737.
    STOR zoom_descriptions.zdat
    150 Accepted data connection
    4 bytes sent successfully. (4 B/s) (00:00:01).
    226-10883.7 Mbytes free disk space
    226-File successfully transferred
    226 0.131 seconds (measured here), 30.47 bytes per second
    Skipping file "zoom_dictionary.zdat".
    PASV
    227 Entering Passive Mode (67,15,18,47,245,123)
    Opening data connection IP: 67,15,18,47,245,123 PORT: 62843.
    STOR zoom_pages.zdat
    150 Accepted data connection
    75 bytes sent successfully. (75 B/s) (00:00:01).
    226-10883.7 Mbytes free disk space
    226-File successfully transferred
    226 0.127 seconds (measured here), 0.58 Kbytes per second
    PASV
    227 Entering Passive Mode (67,15,18,47,243,93)
    Opening data connection IP: 67,15,18,47,243,93 PORT: 62301.
    STOR zoom_pagetext.zdat
    150 Accepted data connection
    1928 bytes sent successfully. (1.88 KB/s) (00:00:01).
    226-10883.7 Mbytes free disk space
    226-File successfully transferred
    226 0.129 seconds (measured here), 14.64 Kbytes per second
    PASV
    227 Entering Passive Mode (67,15,18,47,252,19)
    Opening data connection IP: 67,15,18,47,252,19 PORT: 64531.
    STOR zoom_titles.zdat
    150 Accepted data connection
    22 bytes sent successfully. (22 B/s) (00:00:01).
    226-10883.7 Mbytes free disk space
    226-File successfully transferred
    226 0.135 seconds (measured here), 162.69 bytes per second
    PASV
    227 Entering Passive Mode (67,15,18,47,254,222)
    Opening data connection IP: 67,15,18,47,254,222 PORT: 65246.
    STOR zoom_wordmap.zdat
    150 Accepted data connection
    4740 bytes sent successfully. (4.63 KB/s) (00:00:01).
    226-10883.7 Mbytes free disk space
    226-File successfully transferred
    226 0.276 seconds (measured here), 16.78 Kbytes per second
    TYPE A
    200 TYPE is now ASCII
    PASV
    227 Entering Passive Mode (67,15,18,47,235,233)
    Opening data connection IP: 67,15,18,47,235,233 PORT: 60393.
    LIST -aL
    150 Accepted data connection
    335 bytes received successfully. (335 B/s) (00:00:01).
    226-Options: -a -l
    226 5 matches total
    NOOP
    200 Zzz...
    i dont know what going on.

  • #2
    This message is generated by the running PHP script. So clearly PHP is installed.

    The message only appears when one or more of the xxxx.zdat files or the settings.php is missing on the server.

    So I think you should check to see if these files are on your server and in the same directory as the search.php file. Files just don't vanish. They have either been deleted or they were never in the folder you thought they were in.

    There might also be an 2nd issue as well. From the log you provided it seems that some of the files are very small. Like 75 bytes,
    STOR zoom_pages.zdat
    75 bytes sent successfully.

    So you might have also had a problem during the indexing and maybe you only indexed a single page??

    Note that in V4 of Zoom you don't need to use an external FTP program to upload files. FTP is built into Zoom.

    ------
    David

    Comment


    • #3
      i upload them and then they just go away. maybe they're too small and i think its only indexing one page.

      i have a directory of all my articles called /archives i want it to just index that dir.


      idk ill try it again.

      Comment


      • #4
        ahh yes. i figured it out. the .zdat extension is invalid and i think my host doesnt except them. i tried using the online uploader instead of ftp and it said "invalid extension -not uploaded"

        damn is there anyway to counter this?

        Comment


        • #5
          We have never heard of this before. You must have a very very restrictive host. To block a file from being placed on the web site just becuase they don't like the name of the file it just silly.

          I would change hosting companies becuase this will surely cause you problems in the future as well.

          I would also check if they allow you to run a PHP or ASP script. If they are blobking you from uploading files. They might also not allow scripting.

          If you can't change companies, I would,

          1. Write them a nice letter asking permission to load your files on to your server. (and check if they support PHP or ASP)

          2. Change all the file names to another extension. e.g. rename xxxx.zdat to xxxx.zip or some other extenstion that was acceptable. Then you would also need to edit the script so that it used the same file names. It would be a big hassle. I would change to a more reasonable host.

          -----
          David

          Comment

          Working...
          X