| Author |
Message |
|
castrozan
Joined: Thu Jun 24, 2010 5:07 pm Posts: 1
|
 Re: Application form
terror wrote: hello everyone,
i have installed the files as you describe, but when you have to choose class (after race) the drop list is empty. is it possible to fix that.
thank you in advance Nice Form I have same issue.Also i couldnt change ally races to horde =( Help please.Thanks.
|
| Thu Jun 24, 2010 5:09 pm |
|
 |
|
achirura
Joined: Fri Jul 30, 2010 12:12 pm Posts: 5
|
 Re: Application form
Hello Barely it looks awesome form. good job! however i couldnt get this work i did every changes that u said but still not working. And I'm getting Code: arse error: syntax error, unexpected T_STRING in /www/zxq.net/s/a/n/sanctify/htdocs/applys.php on line 698 Error when i try to visit my apply form like http://sanctify.zxq.net/applys.php
|
| Fri Jul 30, 2010 12:49 pm |
|
 |
|
Kullberg
Guild Master
Joined: Thu Nov 27, 2008 10:30 pm Posts: 1679
|
 Re: Application form
Quote: applys.php on line 698 Show us how your applys.php file looks like
_________________
|
| Fri Jul 30, 2010 1:19 pm |
|
 |
|
Desdichado
Site Admin
Joined: Sat Jul 25, 2009 1:22 pm Posts: 504 Location: Stockholm, Sweden
|
 Re: Application form
Specifically, lines 697-699. :)
|
| Fri Jul 30, 2010 3:36 pm |
|
 |
|
achirura
Joined: Fri Jul 30, 2010 12:12 pm Posts: 5
|
 Re: Application form
here i upload my edited applys.php file you can download and check http://rapidshare.com/files/410080141/applys.php
|
| Sat Jul 31, 2010 12:03 am |
|
 |
|
Kullberg
Guild Master
Joined: Thu Nov 27, 2008 10:30 pm Posts: 1679
|
 Re: Application form
Code: { 698 $sec_poll_title = 'Invite or not ?'; 699 $sec_poll_max_options = 1; 700 $sec_poll_options = 'Invite for Member spot 701 Invite for Casual spot 702 Do not invite'; } This looks ok, Im thinking permission error, what do you thing Desdi, looks like his "account" doesnt have premission to create the poll or something.
_________________
|
| Sat Jul 31, 2010 9:54 am |
|
 |
|
achirura
Joined: Fri Jul 30, 2010 12:12 pm Posts: 5
|
 Re: Application form
Kullberg wrote: Code: { 698 $sec_poll_title = 'Invite or not ?'; 699 $sec_poll_max_options = 1; 700 $sec_poll_options = 'Invite for Member spot 701 Invite for Casual spot 702 Do not invite'; } This looks ok, Im thinking permission error, what do you thing Desdi, looks like his "account" doesnt have premission to create the poll or something. well i've try this with my addministrator account but its still gives same error. anyways I false second forum post. there no need to open poll anyways.
|
| Sat Jul 31, 2010 11:01 am |
|
 |
|
Kullberg
Guild Master
Joined: Thu Nov 27, 2008 10:30 pm Posts: 1679
|
 Re: Application form
Well, then maybe this script isnt for you, since its made to post a copy of the application soo that our officers can vote.
_________________
|
| Sat Jul 31, 2010 12:21 pm |
|
 |
|
Desdichado
Site Admin
Joined: Sat Jul 25, 2009 1:22 pm Posts: 504 Location: Stockholm, Sweden
|
 Re: Application form
no no no no.
There is a PHP parese error in the script. You are missing a " or a ' or a ( or a { or a "then" or an "else" or something else.
There is a syntax error in the changes made. Get an editor with PHP syntax hilighting to find the problem.
|
| Sat Jul 31, 2010 3:41 pm |
|
 |
|
Desdichado
Site Admin
Joined: Sat Jul 25, 2009 1:22 pm Posts: 504 Location: Stockholm, Sweden
|
 Re: Application form
On line 662 in your file there is a very long string concatenation starting. This is supposed to end at line 694, but you have an extra .' at the end. Remove that and it will work. Have a look at the original file and you will see how it differs from your edit.
|
| Sat Jul 31, 2010 3:50 pm |
|
 |
|
achirura
Joined: Fri Jul 30, 2010 12:12 pm Posts: 5
|
 Re: Application form
Well i couldnt fix it i guess couldnt find right line. (I'm not so pro on php editing) used Bluefish to find right line but couldnt so. could you fix file and upload back?
|
| Sat Jul 31, 2010 5:53 pm |
|
 |
|
achirura
Joined: Fri Jul 30, 2010 12:12 pm Posts: 5
|
 Re: Application form
well i made it work atleast (with installing directly without edit) but have problems with style/template. gonna try to edit files on server.
|
| Sat Jul 31, 2010 8:25 pm |
|
 |
|
Desdichado
Site Admin
Joined: Sat Jul 25, 2009 1:22 pm Posts: 504 Location: Stockholm, Sweden
|
 Re: Application form
I suggest finding someone in your guild with a bit more experience who can help you as a webmaster.
good luck.
|
| Sat Jul 31, 2010 10:59 pm |
|
 |
|
Hilmon
Member
Joined: Sun Jul 25, 2010 7:28 pm Posts: 13
|
 Re: Application form
I have some php experience and would love to help out if needed.
|
| Mon Aug 02, 2010 11:01 pm |
|
 |
|
Barly
Member
Joined: Thu Nov 27, 2008 9:22 pm Posts: 399
|
 Re: Application form
achirura wrote: Hello Barely it looks awesome form. good job! however i couldnt get this work i did every changes that u said but still not working. And I'm getting Code: arse error: syntax error, unexpected T_STRING in /www/zxq.net/s/a/n/sanctify/htdocs/applys.php on line 698 Error when i try to visit my apply form like http://sanctify.zxq.net/applys.phpChange the end of line 694 from Code: 694. Additional information on this subject? : '.$apply_addinfo4.' 695. 696. if ($sec_forum_poll) 697. { to Code: 694. Additional information on this subject? : '.$apply_addinfo4; 695. 696. if ($sec_forum_poll) 697. {
_________________
|
| Tue Aug 03, 2010 10:00 am |
|
 |
|