search for: easyphp

Displaying 8 results from an estimated 8 matches for "easyphp".

2005 Nov 17
6
apache refuses to start because of port conflict
Here is the deal. I''m trying out the latest Instant Rails and when I start it Apache claims that the web port is being used. "Apache cannot be runned : another Web server use the Web port" Okay, no problem. I went into the Apache configuration and changed the port it was binding to. However I get the same problem. The troubleshooting continues, so I install Apache by itself
2007 Feb 16
0
cifs error 13
...er%pass - lists all nt users 4) net rpc user -S linuxa -U linuxUser%pass - lists all linux users 5) sudo smbclient -L calserver01 -U ntuser%pass - lists the services on calserver01 6) sudo smbclient -L linuxa -U linuxUser%pass - lists the services on linuxA 7) sudo smbmount //server01/EasyPHP1-8 server01easyPHP -o username=ntuser,credentials=/etc/samba/user - successfully mounts easyPHP share on server01 8) sudo mount -t smbfs //server01/easyPHP1-8 server01easyPHP -o user=ntuser,credentials=/etc/samba/user - successfully mounts easyphp share on server01 failed commands: 1)...
2006 Jun 20
23
Performance (cough cough) Poor: Instant Rails
Hi, In short, RoR is brand spanking new to me, I set up Instant Rails (if you can call copying files "setup") and made my own simple app via scaffold. One table, 11 cols, 100 rows. All is well, except when I view the data, it takes 5-10 seconds to show the page, 5-10 more seconds to get the edit page and so on. Going back to the previous page is no faster (via previous link).
2009 Aug 17
1
Xapian DatabaseError
...through the IDE (Zend for Eclipse) as PHP script it work correctly, but when i run the code as php page I receive the error message: DatabaseOpeningError: Couldn't detect type of database. The code is the same but runned in two different modality didn't work. To test my page in local I use EasyPhp, I've loaded the php_xapian.dll extension and the problem remains. Why? all the file and dir: search.php, search_function.inc, xapian_db are in the same dir 1) This is the code of search page if(isset($_GET['query'])){ $query = $_GET['query']; require_once 'search_...
2007 Feb 14
0
Instantrails and tiddlywiki
...to serve a tiddlywiki web page. This web page has the ability to upload the edited file back to the server and overwrite the original. This requires a ruby .cgi script to be run and this is where the problem lies. I cannot get the ruby script to run although the page is served fine. I was using easyphp before and this was working fine but now I need to use ruby I have switched to instantrails. From the default setup of instantrails 1.4 what extra do I need to do to get ruby .cgi scripts to run? Cheers Jon -------------- next part -------------- An HTML attachment was scrubbed... URL: ht...
2006 Feb 24
3
Offline Installation
Hi I want to install Rails in my windows laptop but I don''t have internet conecction at home, so I''m saving in a usb drive the ruby installer (ruby182-15.exe) and the gems package (rubygems-0.8.11.zip) , could anyone point me what other files do I''ve to take home.
2005 Apr 06
7
Can really anyone help ?
I know that it is the right way to use this ML but as nobody answered me, i repost this help ... in fact, it is quite hurry, and i want to understand ... Why do the mount -t smbfs just halfWork ?? can see some directories, but see no file ! :o ... Hello everyone, I'm having such a strange problem and i hope you'll understand the situation. I want to access files that are shared by
2006 Jan 10
13
InstantRails 1.0 problems...
Hi, I have installed InstantRails 1.0 Final on Win XP (Home SP2) and Win 2K 2000. I was able to get the two apps (cookbook, typo) work fine with Webrick but not with SCGI server. I tried changing the SCGI settings through the InstallRails.exe console so that the Runtime Mode: would be "development" instead of "production" and SCGI port: to 5000 instead of 9998.