什么代码可能导致着个“php.exe会发生应用程序错误,什么不能read那个”
55555555555555555555555555555555555555555

解决方案 »

  1.   

    是2k服务器fat32的,因该不会有权限的问题,再说我自己的文件读写都好使
    继续关注,我我本来不认为代码有问题,可是现在没办法只好看代码(以前是好使的),代码很长
    有问题,在来问,这里就叫给大家了
      

  2.   

    下面的代码就回出这个错误******test.php
    <?php//require("datafile/superadmin.php");
    require("datafile/config.php");
    //require("datafile/style.php");
    require("global.php");
    //include("datafile/usertitle.php");
    //if(file_exists("datafile/ad.php")) require("datafile/ad.php");echo "1111111";?>
    ***********config.php
    <?
    require('datafile/idunique.php');
    require('datafile/idpath.php');
    $bbs_is_open = 1;
    $bbs_close_msg = '论坛关闭中请用以下地址访问:
    http://qbit.w18.net/bbs';
    $bbs_title = 'Q比特论坛';
    $script_pos = 'http://qbit.w18.net/wdb';
    $site_name = 'Q比特网';
    $site_url = 'http://qbit.w18.net';
    $contact_us = 'http://qbit.w18.net';
    $admin_email = '[email protected]';
    $max_sign_length= 500;
    $sign_use_wdbcode= 1;
    $wdbcode_sign['pic']= 1;
    $wdbcode_sign['flash']=0;
    $wdbcode_sign['fontsize']=1;
    $perpage = 25;
    $read_perpage = 15;
    $send_mail = 0;
    $max_post_length= 150000;
    $wdbcode_post['pic']= 1;
    $wdbcode_post['flash']=1;
    $wdbcode_post['fontsize']=1;
    $echo_reply = 5;
    $wdbcode_echo['pic']= 1;
    $wdbcode_echo['flash']=1;
    $wdbcode_echo['fontsize']=1;
    $flood_control = 10;
    $short_msg_max = 100;
    $use_honor = 50;
    $refresh_allowed= 1;
    $userperpage = 20;
    $online_limit = 1800;
    $showtime = 1;
    $view_forum_online= 1;
    $use_own_portait= 1;
    $allow_upload = 1;
    $max_upload_size= 102400;
    $upload_type_available='jpg gif doc txt mid';
    $wdbcode_post['mpeg']=1;
    $wdbcode_post['iframe']=1;
    $upload_ww = 3;
    $post_bym = 1;
    $post_qbit = 2;
    $jinhua_bym = 5;
    $jinhua_qbit = 100;
    $top_bym = 1;
    $top_qbit = 200;
    $del_bym = 1;
    $del_qbit = 10;
    $view_online= 1;
    $show_link = 1;
    $show_club = 1;
    $show_today = 1;
    $show_song = 1;
    $show_birth = 1;
    $recycle = 33;
    $group_bym = 100;
    $group_qbit = 1000;
    $noglobal = 0;
    $noglobal = 0;
    $noglobal = 0;
    $noglobal = 0;
    ?>
      

  3.   

    ***idunique.php
    <? $id_unique='userdate'; ?>
    ******idpath.php<? $idpath='contentdate/'; ?>