Page 5 of 9

Re: Manialive Extending Plugin Pack R935 Public Beta...

Posted: 20 Aug 2011, 12:28
by reaby
corto-72 wrote:Also noticed this:

I've had a look into the code, there is a usr /pwd that could be setup, but I have not seen anything regarding conf about this plugin (may it was too late when I did the conf) :oops:
:roflol:

Okay, heh... It's mistake from our behalf that the plugin is included, since the statistics plugin is still in early development stage. Actually I don't know if the backend system has been modified to work actually with TM2 - have to say that Max is working out that plugin and i don't currently know that exact status what works and what doesn't.

Re: Manialive Extending Plugin Pack R935 Public Beta...

Posted: 20 Aug 2011, 12:36
by reaby
vik074 wrote:Hi, where can i download MLEPP r949 ? or how update it? Now is see only r935..
You can update the latest version from google code using interface named Subversion,
if you run linux, then install subversion, if you run windows you can download "tortoise svn" named program for free and use that to access the latest developer versions.



command for linux:

to get the latest version out the svn:

Code: Select all

svn checkout http://mlepp.googlecode.com/svn/tm2beta/ mlepp-read-only
to update the latest version after you have it:

Code: Select all

svn update

for windows:

to get the latest version out the svn:

select checkout... then enter

Code: Select all

http://mlepp.googlecode.com/svn/tm2beta
*edit* wrong url at first, it's the same as linux...

to update:
select update from menu

hopefully this helps you to the right direction helping yourself out and learning how to use the system. SVN requires little effort to get it running, and from time to time the svn versions we do might be broken -thought we try to keep the versions running most of the times.

Re: Manialive Extending Plugin Pack R935 Public Beta...

Posted: 20 Aug 2011, 15:36
by w1lla
yes. We are currently working on a new update which will work with the latest manialive.

Re: Manialive Extending Plugin Pack R935 Public Beta...

Posted: 20 Aug 2011, 15:51
by w1lla
We are still fixing major bugs like widgets. As said earlier when the time is right we will handout the script and a tutorial in this topic about the new release version.

Re: Manialive Extending Plugin Pack R935 Public Beta...

Posted: 20 Aug 2011, 15:55
by Alaka
reaby wrote:
Alaka wrote:Hmm, don't know why, but MLEPP isn't creating the database-tables automatically for me, and keeps throwing errors about how this and that table doesn't exist, even though it finds and successfully connects to the database, with all privileges
Problem might be, that mlepp was successful the first time to connect, but something else went wrong and the creating of the databases were interupted or other guess is that your database username doesn't have enough privileges to create new tables on the database.

So solution:

Try with to connect to your database with phpmyadmin and see if the database has any tables.

* If there are none: to create a table, let's say named test. if it works, ok, problem is somewhere else.
* If there is, then just delete those (there should be 9 tables) and try creating the databases again. Something has went wrong in creation then.
There were 7 tables. If I delete them, mlepp recreates the same 7, if I delete the database and create a new one, it creates the same seven. If I try giving it the root account, it's still creating just those 7.

Code: Select all

+---------------------+
| Tables_in_alakas    |
+---------------------+
| challenges          |
| coppertransactions  |
| databaseversion     |
| karma               |
| players             |
| serverchallengelist |
| tmxdata             |
+---------------------+

Re: Manialive Extending Plugin Pack R935 Public Beta...

Posted: 20 Aug 2011, 16:39
by TroZ
reaby wrote:Do you use "show file extensions" in windows explorer and did you edit the file after renaming ?
Only thing i can think of is that the file is named with double extension like "file.ini.ini", since it shows in the folder.
Yes, I do, and the file is named correctly.

I have figured out the issue. I was running PHP from it's own directory and specifying the path to the bootstrapper.php file. Apparently, MLEPP is looking for the widgets config ini file based off of the current directory, not where bootstrapper.php is. Changing my batch file so that it starts manialive from within Manialive's directory, specifying the full path to php.exe fixes the issue.

Thanks!

Re: Manialive Extending Plugin Pack R935 Public Beta...

Posted: 21 Aug 2011, 07:40
by Flighthigh
Hi guys

i look in the r935-Pak for the Autotrackmanager. But i cant found it. Is this Plugin not in there?