New ladder install. Images do not display.
Hello,
I have just installed the 0.8.2 version of the ladder. everything works fine, except I am unable to see any of the logo or announcement images. No images appear on the "configure ladder appearance". Has anyone else faced such a problem?
ladder at http://www.maulinpathare.com/ladder/html/index.php
I was playing with the ladder some more and found some other things that are not working as expected.
I added a new user "guest". This user is a normal user (non-admin). I am unable to Change email and contact details for this user. Clicking the link takes me to the front page.
Also, entering scores for a challenge is not working. The entered scores do not get saved after clicking submit. Also once I click submit, I get the following message
Please note that ladder positions are NOT altered automatically when editing results. If you need to move players positions please do so from the manage
players page on the options page
Does this mean that I have to manually change player rankings as admin all the time?
Thanks for the reply man.
Magic quotes are turned on. Should they be turned off?
I have an images table created in the DB, but it is empty. Somehow the insert into images part of the install script did not work. I did not get any errors as part of the install process though.
I suspect this might be how I have set up the connect.php file. Currently the folder structure on my server looks like this public_html/ladder/html
I set the
$path = '/ladder/html/'
$server_path = ''
is this ok?
As for the scores, I have currently 2 users, one admin and one regular. I set up a mock challenge between these two players and then tried to enter the score from the results page. After I entered the scores I got a "success" message but nothing was saved in the database.
Thanks for taking time out to help me. Let me know if you need any more info.
magic_quotes should be ON for versions 0.8.x
Are you running this on Linux or windows??
Sounds like your $path setting is correct.
Difficult to say what your $server_path setting should be without knowing your setup but should perhaps be something like '/home/username/public_html/ladder/html/'
What are your $type and $default settings?
I was going through this file and what was added to the database and found that no inserts were done to the image and admin tables. I dont know why these inserts were left out.
After manually doing the inserts in the images table, I now have images working :)
I also noticed that when a new user is created, they have a type = 0, shouldn't this type be 1? The admin table has a value of 1 for normal ladder user.
I am still unable to get the scores submitted (When I click the submit button I get a success message but nothing is written to the DB. Going back to the results page shows the same "enter scores for challange" link again)
Thanks.
I too am having issues with results not being recorded properly. Players are submitting their results, but nothing is being entered into the results table.
Any ideas?
George
Sounds like there's a problem with that release. No one has reported anything up to now however and it's been there for some months.
Can you let me know what version of php and mysql you are both using please?
I am using PHP5 (fastcgi option) and MySql version: Server version: 5.0.45-community-log
George
and another observation; if an admin breaks a challenge; the results are properly recorded into the results table.
George
mysql version 5.0.45
PHP 5.2.6
I am running on Linux.
my $default = 'btl'
$type = 'single'
$path ="/ladder/html/"
$server_path = '/home2/maulinpa/public_html/ladder/html/'
Thanks for helping.
I'm having the same problem. Scores cannot be entered. I get an "approved" message, but then there is nowhere to view these results. The link to update the results are still present, and there is no adjusting of the ladder. I created two new users, used one of the users to log in. I challenged, then tested the enter score button. Nothing worked.
Also, to create a new ladder under the "multi" function, how do I create the New Directory/Structure/New Ladder. Do I run the install script again?
PHP Version 5.2.6
MySQL Version 5.0.51a
I have the same problem. The data is not being written to the database. I get a confrirmation that everything is OK, but the challenge still exists, as well there is NO SCORE recorded, and NO CHANGE in the Ladder Rankings. I have used two different user accounts to do this, so it's nothing to do with the admin.
Regards,
Glen
Folks, I'm not 100% sure of what is causing the problem but I have released a new version 0.8.3 build 77 which is working OK on my test system. I would be graetful of you could let me know if it works for you too.
Grab it from sourceforge:
http://sourceforge.net/projects/squash-ladd-php/
Matt

Some things clearly not working as they should. Have you got magic_quotes on or off?
What is in your config file as the multiladder and default ladder settings?
Did you get an images database table installed and are there any rows of data in it?
The players should enter their scores via the results recording form and then positions do get swapped automatically. It sounds as if you tried to save the score or edit it via the admin's edit link??