scoobydooxp
New member
- Joined
- Sep 18, 2007
- Messages
- 1
Any testimonials for this? Looking to provide Rails. If the license issue is fixable and you like this product, please reply.
Downloading rubygems-0.9.4.tgz...
--20:18:11-- http://rubyforge.org/frs/download.php/11289/rubygems-0.9.4.tgz
Resolving rubyforge.org... 205.234.109.18
Connecting to rubyforge.org|205.234.109.18|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 0 [text/html]
Saving to: `rubygems-0.9.4.tgz'
[ <=> ] 0 --.-K/s in 0s
20:18:11 (0.00 B/s) - `rubygems-0.9.4.tgz' saved [0/0]
gzip: stdin: unexpected end of file
tar: Child returned status 1
tar: Error exit delayed from previous errors
./daplugin.build: line 698: cd: rubygems-0.9.4: No such file or directory
/usr/local/bin/ruby: No such file or directory -- setup.rb (LoadError)
./daplugin.build: line 701: /usr/local/bin/gem: No such file or directory
./daplugin.build: line 703: /usr/local/bin/gem: No such file or directory
./daplugin.build: line 704: /usr/local/bin/gem: No such file or directory
./daplugin.build: line 705: /usr/local/bin/gem: No such file or directory
./daplugin.build: line 706: /usr/local/bin/gem: No such file or directory
./daplugin.build: line 707: /usr/local/bin/gem: No such file or directory
./daplugin.build: line 708: /usr/local/bin/gem: No such file or directory
./daplugin.build: line 711: /usr/local/bin/gem: No such file or directory
There needs to be a MUCH better method to determine what is wrong with a config other than some general error. From this thread this doesn't sound like it's the first time it's happened, nor the last. If you want my company to purchase multiple licenses of your product this needs to be resolved ASAP. You need a better method of describing what "some" error means!
I've haven't been able to find any user documentation for the Rails in DA
Things I'm not sure how to do.
- Run deployments? Can I deploy an application checked into Subversion/CVS, etc...
- How do you run database migrations?
thanks
After a year of development, a new version for RID is now available!
RID is now encoded using Nu-Coder instead of Ioncube. For existing customers, it is recommended to install RID from scratch (uninstall and then re-install).
Detailed Changelogs can be found at: http://forum.daplugin.com/index.php/board,16.0.html
Existing Customers are always encouraged to upgrade your purchased products using the daplugin.build script. Please refer to the howto: http://forum.daplugin.com/index.php/topic,21.0.html
Everyone be forewarned that the PHP Encoder from NuSphere (now required to run Rails in DA) only has by default 32 bit drivers on their web site. If you are running 64 bit, you MUST PM the developer here to get beta drivers. Argh.
http://support.nusphere.com/viewtopic.php?p=15695
Now I must wait.
I wish the developer didn't switch to some unknown (and really unused) encoder and stuck with Zend or Ioncube instead. Right now Rails in DA is unavailable to my customers on this server.
[Zend]
zend_extension=/usr/local/phpexpress/phpexpress-php-5.2.so
zend_extension = /usr/local/ioncube/ioncube_loader_lin_5.2.so
zend_extension_manager.optimizer=/usr/local/Zend/lib/Optimizer-3.2.8
zend_extension_manager.optimizer_ts=/usr/local/Zend/lib/Optimizer_TS-3.2.8
zend_optimizer.version=3.2.8
zend_extension=/usr/local/Zend/lib/ZendExtensionManager.so
zend_extension_ts=/usr/local/Zend/lib/ZendExtensionManager_TS.so
Fatal error: Call to undefined function phpexpress() in /home/user/domains/domain.net/public_html/test2.php on line 1
Configuration File (php.ini) Path /usr/local/etc/php5/cgi
Loaded Configuration File /usr/local/Zend/etc/php.in
This program makes use of the Zend Scripting Language Engine:
Zend Engine v2.2.0, Copyright (c) 1998-2007 Zend Technologies
with the ionCube PHP Loader v3.1.32, Copyright (c) 2002-2007, by ionCube Ltd., and
with Zend Extension Manager v1.2.0, Copyright (c) 2003-2007, by Zend Technologies
with Zend Optimizer v3.2.8, Copyright (c) 1998-2007, by Zend Technologies
Error: NuSphere PHP Express is not installed
This product is encoded with NuSphere PHP Encoder Nu-Coder
In order to run it you need NuSphere PHP Express version 1.0.2 or higher available from this site for free
About NuSphere PHP Express
PHP files encoded with NuSphere Nu-Coder require special loader present in PHP interpreter.
NuSphere PhpExpress is a free PHP loader and accelerator that provides support for encoded files
and also speeds up the execution of regular PHP files.
According to your phpinfo(), phpexpress is not being loaded.
Are you sure the php.ini you have edited is /usr/local/Zend/etc/php.ini ?
Are you sure phpexpress-php-5.2.so is really placed in /usr/local/phpexpress/ ?
/usr/local/phpexpress
Mon Mar 3 06:32:44 EST 2008
phpexpress-php-4.3.so phpexpress-php-5.0.so phpexpress-php-5.2.so
phpexpress-php-4.4.so phpexpress-php-5.1.so
/usr/local/Zend/etc
Mon Mar 3 06:34:19 EST 2008
php.ini php.ini-zend_optimizer.bak poweredbyoptimizer.gif
That was the problem. Appreciate your help. Forgot to check the permissions.are the *.so files with permission 755?