AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Off-Topic (https://forums.alliedmods.net/forumdisplay.php?f=15)
-   -   [HELP] Webcompiler error (https://forums.alliedmods.net/showthread.php?t=258280)

excitedboy 02-16-2015 05:09

[HELP] Webcompiler error
 
Hey! I downloaded what Arkshine linked, uploaded to FTP, but it does not work!
Here you can watch how to write error after left its Compiler button.

WEBSITE! Click here! - There's still no any error, but when she wanted to convert, then writes a mistake!

http://kepfeltoltes.hu/150216/aea99f...toltes.hu_.png


They tried:
compiler.config.inc.php:

Code:

<?php
define( 'USE_SCHEDTOOL',        1 );
function init_db()
{
        mysql_connect('mysqlweb.clans.hu', '*****', '*****');
        mysql_select_db('magyarsrv279') or die('<p>Could not mysql_select_db()</p>');
}

?>

webcompiler.php

Code:

define( 'USE_SCHEDTOOL',        1 );
//define( 'USE_SCHEDTOOL',        0 );

I tried like this:

Code:

define( 'USE_SCHEDTOOL',        0 );
//define( 'USE_SCHEDTOOL',        0 );

Please help! :cry::cry::cry:

Kia 02-16-2015 05:13

Re: [HELP] Webcompiler error
 
If you have a linux machine with shell access type this as root:

PHP Code:

apt-get install schedtool 


excitedboy 02-16-2015 05:19

Re: [HELP] Webcompiler error
 
Okay, thanks for the reply, I will try! :P ;)

Quote:

Originally Posted by Kia (Post 2262812)
If you have a linux machine with shell access type this as root:

PHP Code:

apt-get install schedtool 




All times are GMT -4. The time now is 02:56.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.