Search the Community
Showing results for tags 'easyphp'.
-
Hi all, Hi All, I m new with php I m trying to run an open source php script on local host. i m using Easyphp 12.1 apache 2.4.2 php 5.4.6 MySql 5.5.27 1st page of script is load successfully with this url: http://127.0.0.1:8888/phplogin/ when i click on any link "Login" given on page i m facing an error "The connection was reset" and url change with This: http://127.0.0.1/phplogin/login.php/ (no port )
-
Hello, I have a big problem. i have this error "Fatal error: Class 'COM' not found in C:\Program Files\EasyPHP-12.1\www\eu\include\general.php on line 2768" and when I go to that line I see this: " if (PHP_OS=='WINNT') { $filesystem=new COM('Scripting.FileSystemObject'); $file=$filesystem->GetFile($path); return $file->Size();........" Can anyone help me with this? Thank you! Adi