Roundcube 0.7

ReN

Verified User
Joined
Jul 2, 2005
Messages
202
didi a ./build clean and ./build update then

server# ./build roundcube
roundcubemail-0.7/program/lib/magic: Premature end of gzip compressed data: Input/output error
tar: Error exit delayed from previous errors.
cp: /var/www/html/roundcubemail-0.7/logs and /var/www/html/roundcube/logs are identical (not copied).
cp: /var/www/html/roundcubemail-0.7/temp and /var/www/html/roundcube/temp are identical (not copied).
Editing roundcube configuration...
mv: rename db.inc.php.dist to db.inc.php: No such file or directory
mv: rename main.inc.php.dist to main.inc.php: No such file or directory
Roundcube 0.7 has been installed successfully.


tried the page , 500 error - any suggestions?
 
ok , must have grabbed it as it was being uploaded... ok

0.7 installs np - no errors outputed but still 500 errors

error logs only has this

PHP Warning: require_once(program/include/iniset.php) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory in /var/www/html/roundcubemail-0.7/index.php on line 31

PHP Fatal error: require_once() [<a href='function.require'>function.require</a>]: Failed opening required 'program/include/iniset.php' (include_path='.:/usr/local/lib/php') in /var/www/html/roundcubemail-0.7/index.php on line 31


Line 31 reads

require_once 'program/include/iniset.php';
 
You might want to try a different file mirror or something. I use 0.7 and dont have this problem.
The error means the file is missing.

Code:
cd /usr/local/directadmin/custombuild
./build update
./build set_fastest
./build clean
./build roundcube d

If that doesnt fix it you might want to edit options.conf in the custombuild folder and change the downloadserver= to another server and see if it works. If not you could always get a copy of the roundcube tar manually from roundcube.net and put it in your custombuild folder and run ./build roundcube

I am not sure why the files would be missing unless the tar you downloaded was not complete.
 
Back
Top