1
woto77
Problem with copying mainfile.php
  • 2005/9/20 8:04

  • woto77

  • Just popping in

  • Posts: 4

  • Since: 2005/9/20


Hello can anybody prompt to me why in installation process i'm getting error about mainfile.php.
If in detail on step

.../install/index.php - Line 228

case "dbsave":
    include_once 
"./class/mainfilemanager.php";
    
$title _INSTALL_L88;
    
$mm = new mainfile_manager("../mainfile.php");

    
$ret $mm->copyDistFile();
    if(! 
$ret){
        
$content _INSTALL_L60;
        include 
'install_tpl.php';
        exit();
    }


.../install/class/mainfilemanager.php - Line 52

function copyDistFile(){
        if ( ! 
copy($this->distfile$this->path) ) {
            
// ...
            
return false;
        }


A state of variables are

$this->distfile - ../mainfile.dist.php
$this->path - ../mainfile.php

I think i can fix it, but why this error is throw in clear installation.

Sorry for bad english.

2
woto77
Re: Problem with copying mainfile.php
  • 2005/9/20 9:33

  • woto77

  • Just popping in

  • Posts: 4

  • Since: 2005/9/20


Hmmm i thought that anybody help me. May be somebody tell me what it could be, because all right's is ok, i mean chmod & chown...

sorry for bad english.

3
woto77
Re: Problem with copying mainfile.php
  • 2005/9/20 10:22

  • woto77

  • Just popping in

  • Posts: 4

  • Since: 2005/9/20


hmmm it's seems i'm stupid. The problem was because not enough space on disk...

sorry for bad english

Login

Who's Online

450 user(s) are online (60 user(s) are browsing Support Forums)


Members: 0


Guests: 450


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Oct 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits