I had the same problem. Look to this post http://wl500g.info/showpost.php?p=112888&postcount=1232 (mainly to the php.ini extension setup part). Probably during php upgrade the php.ini file was rewritten.
Printable View
I had the same problem. Look to this post http://wl500g.info/showpost.php?p=112888&postcount=1232 (mainly to the php.ini extension setup part). Probably during php upgrade the php.ini file was rewritten.
When I want install ADOS I get this error:
Fatal error: This system requires PHP 5.1.3 or over. Your PHP version is.
I have installed PHP 5.2.10.
When I remove lines 139-145 from install/index.php I have only a white page.
I wanted force installation using link with parameters
but it's the same story :(Code:http://192.168.1.1:81/ados/install/?db_engine=sqlite3&execute=yes&lang=en&step=2
Any ideas?
I "solved" this problem
In install/index.php in line 141 I changed "<" to ">"
before
afterPHP Code:if( strcmp( $phpver[1], "5.1.3" ) < 0 )
PHP Code:if( strcmp( $phpver[1], "5.1.3" ) > 0 )
When I try to download anything it always show me that download is idle but it's still on 0% after hours.
It seems that mark_q4xprt had the same problem and he wrote this:
What does he mean with this? (My English isn't very well):confused:
in log section is this: http://img263.imageshack.us/img263/6748/unbenanntv.png
My internet provider allow me downloading only between 00:00 and 6:00 hours. Any solution for this problem???? :/
Thanx....
(sorry for my bad english)
Hi folks,
Ive just installed ADOS (headstart package actually). I want to use it for downloading from rapidshare in happy hours.
If I start download manually it seems to be working fine but I need help with setting up schedule. I dont really get those options or they doesnt work in my setup ;)
Ive used "Schedule properities for users" -> Alternate restrictions -> admin (my username) -> allow -> day -> time from : to. But it doesnt start download, actually if I leave this active and try to start download manually it creates an error (doesnt start). Should this work the way I thought or am I missing something? Can you please point me to some solution.
Thx for help and thx for this peace of software
Hello people.
I Installed last day ADOS Downloader in another router with TOMATO 1.27 USB.
But in this new install, my ADOS show me wrong size of file in downloading. See the picture with problem. The file has 200MB of size but ADOS show me 51KB. Help me please. :(:(:(:(:(:(:(:(:(:(:(
Attachment 7058
Hi, Im using ADOS 139 installed with Headstart package. Im using it for downloading files from rapidshare at night. But from monday (im not sure) it looks like it stopped working.
It doesnt show filesize (0 KB). And if I start download it logs an error (ECD_012,File's download is impossible,Can't connect to FTP server.,Can't establish connection to the remote server.).
But if I try to download anything else it seems to be working. Any tips where to start searching a problem?
ADOS is not compatible with php-fcgi 5.2.17-1 or the new version has bugs. I had to replace /opt/bin/php-fcgi with the one in this archive mentioned in here, which is version 5.2.6-1. And now it works. The error was one mentioned earlier:
and others.Code:Fatal error: This system requires PHP 5.1.3 or over. Your PHP version is.
Try to edit php version check in /install/index.php with comment symbols.
function __class_construct()
.
.
// if( strcmp( $phpver[1], "5.1.3" ) <0>engine->fatal_error( "This system requires PHP 5.1.3 or over. Your PHP version is {$phpver[1]}." );
// }
.
.
Good luck
This will solve only the initial error message, but then installation will fail .. I don't remember exactly where, but after you choose some options and click next installation hangs. Anyway I solved all of the problems by replacing php-fcgi with the one mentioned in my previous post.
Thanks for reply!
Hi all,
I'm create an aria2 module for ados.
Download link: http://www.mediafire.com/?19ye0xjsf1t9643
About aria2: http://aria2.sourceforge.net/