From: Jass S. <ja...@se...> - 2010-06-08 13:44:46
|
Hi, I'm unable to add new lines to answers, I need more that 10 answers in one question. I tried to google the problem and found people with similar problems, but no solutions. It seems to me as a javascript error since nothing happens at all when clicking on the "add another answer line" button. I tried with Chrome and FF and one guy described the same problem saying that he gets a javascript error with IE7, the error is (copypaste from http://osdir.com/ml/php.phpesp/2007-02/msg00002.html): Line: 193 Char: 1 Error: Object expected Code: 0 URL: http://www.mydomain.com/admin/manage.php Is this a known bug and are there any solutions? thnks in advance, Jass |
From: Franky V. L. <lie...@te...> - 2010-06-08 15:23:44
|
On Tue, 8 Jun 2010 15:44:39 +0200 Jass Seljamaa <ja...@se...> wrote: > Hi, > > I'm unable to add new lines to answers, I need more that 10 answers in > one question. I tried to google the problem and found people with > similar problems, but no solutions. It seems to me as a javascript > error since nothing happens at all when clicking on the "add another > answer line" button. I tried with Chrome and FF and one guy described > the same problem saying that he gets a javascript error with IE7, the > error is (copypaste from > http://osdir.com/ml/php.phpesp/2007-02/msg00002.html): > > Line: 193 > Char: 1 > Error: Object expected > Code: 0 > URL: http://www.mydomain.com/admin/manage.php > > Is this a known bug and are there any solutions? which version of phpesp are you talking about? Franky |
From: Jass S. <ja...@se...> - 2010-06-09 08:47:59
|
Hi, thanks for a quick reply and sorry for not specifying the version number, I had the problem in 2.1.1, i'm now trying out 2.1.4. 2.1.4 gives me "FATAL: Unable to open default config file. Aborting." every time, although the phpESP.ini.php file is there and I also tried to save it in different encoding. Sorry for the doubled message, Franky, I did not notice that the first one went to you privately. jass 2010/6/8 Franky Van Liedekerke <lie...@te...>: > On Tue, 8 Jun 2010 15:44:39 +0200 > Jass Seljamaa <ja...@se...> wrote: > >> Hi, >> >> I'm unable to add new lines to answers, I need more that 10 answers in >> one question. I tried to google the problem and found people with >> similar problems, but no solutions. It seems to me as a javascript >> error since nothing happens at all when clicking on the "add another >> answer line" button. I tried with Chrome and FF and one guy described >> the same problem saying that he gets a javascript error with IE7, the >> error is (copypaste from >> http://osdir.com/ml/php.phpesp/2007-02/msg00002.html): >> >> Line: 193 >> Char: 1 >> Error: Object expected >> Code: 0 >> URL: http://www.mydomain.com/admin/manage.php >> >> Is this a known bug and are there any solutions? > > which version of phpesp are you talking about? > > Franky > > ------------------------------------------------------------------------------ > ThinkGeek and WIRED's GeekDad team up for the Ultimate > GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the > lucky parental unit. See the prize list and enter to win: > http://p.sf.net/sfu/thinkgeek-promo > _______________________________________________ > phpESP-general mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-general > |
From: Franky V. L. <lie...@te...> - 2010-06-09 09:23:04
|
On Wed, 9 Jun 2010 10:47:50 +0200 Jass Seljamaa <ja...@se...> wrote: > Hi, > > thanks for a quick reply and sorry for not specifying the version > number, I had the problem in 2.1.1, i'm now trying out 2.1.4. > > 2.1.4 gives me "FATAL: Unable to open default config file. Aborting." > every time, although the phpESP.ini.php file is there and I also tried > to save it in different encoding. > > Sorry for the doubled message, Franky, I did not notice that the first > one went to you privately. > > jass You get this error because you're missing the file admin/phpESP.ini.php.default (and possible other files). Please make sure you uploaded all the needed files. Franky |
From: Jass S. <ja...@se...> - 2010-06-09 10:41:07
|
Yup, my bad, got 2.1.4 installed, but still unable to add lines to questions, same problem as in 2.1.1. Neither "Add another answer line" nor "Clear all answer lines" work when clicked. jass 2010/6/9 Franky Van Liedekerke <lie...@te...>: > On Wed, 9 Jun 2010 10:47:50 +0200 > Jass Seljamaa <ja...@se...> wrote: > >> Hi, >> >> thanks for a quick reply and sorry for not specifying the version >> number, I had the problem in 2.1.1, i'm now trying out 2.1.4. >> >> 2.1.4 gives me "FATAL: Unable to open default config file. Aborting." >> every time, although the phpESP.ini.php file is there and I also tried >> to save it in different encoding. >> >> Sorry for the doubled message, Franky, I did not notice that the first >> one went to you privately. >> >> jass > > You get this error because you're missing the file > admin/phpESP.ini.php.default (and possible other files). Please make > sure you uploaded all the needed files. > > Franky > > > ------------------------------------------------------------------------------ > ThinkGeek and WIRED's GeekDad team up for the Ultimate > GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the > lucky parental unit. See the prize list and enter to win: > http://p.sf.net/sfu/thinkgeek-promo > _______________________________________________ > phpESP-general mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-general > |
From: Franky V. L. <lie...@te...> - 2010-06-09 21:34:19
|
On Wed, 9 Jun 2010 12:40:55 +0200 Jass Seljamaa <ja...@se...> wrote: > Yup, my bad, got 2.1.4 installed, but still unable to add lines to > questions, same problem as in 2.1.1. Neither "Add another answer line" > nor "Clear all answer lines" work when clicked. > > jass Then you need to check the error console of your browser and the error logs of the webserver. Logs are the key to everything ... Franky |
From: Franky V. L. <lie...@te...> - 2010-06-10 08:19:48
|
This error is the result of this html code: <script type="text/javascript" src="http://www.nisimasa.com/phpESP/js/default.js"></script> ==> if I go to that url, it says "Page not found". So your settings are wrong. Check your config of the base_url parameter. Franky On Thu, 10 Jun 2010 01:20:21 +0200 Jass Seljamaa <ja...@se...> wrote: > okay, it is defined, sorry again, its in another file... > > 2010/6/10 Jass Seljamaa <ja...@se...>: > > this is what the javascript console says: > > > > Uncaught ReferenceError: addAnswerLine is not defined > > Uncaught ReferenceError: clearTextInputs is not defined > > > > I attached the pages source code as a text file. I dont know js, > > but I dont see the function defined in the source, might it be that > > it is not loaded from one of the php files? > > > > Unfortunately i dont have access to the server logs. Another thing > > is that i have not changed file permissions, but they all seem to > > be 644 by default.. > > > > > > thanks, > > jass > > > > > > 2010/6/9 Franky Van Liedekerke <lie...@te...>: > >> On Wed, 9 Jun 2010 12:40:55 +0200 > >> Jass Seljamaa <ja...@se...> wrote: > >> > >>> Yup, my bad, got 2.1.4 installed, but still unable to add lines to > >>> questions, same problem as in 2.1.1. Neither "Add another answer > >>> line" nor "Clear all answer lines" work when clicked. > >>> > >>> jass > >> > >> Then you need to check the error console of your browser and the > >> error logs of the webserver. Logs are the key to everything ... > >> > >> > >> Franky > >> > >> ------------------------------------------------------------------------------ > >> ThinkGeek and WIRED's GeekDad team up for the Ultimate > >> GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the > >> lucky parental unit. See the prize list and enter to win: > >> http://p.sf.net/sfu/thinkgeek-promo > >> _______________________________________________ > >> phpESP-general mailing list > >> php...@li... > >> https://lists.sourceforge.net/lists/listinfo/phpesp-general > >> > > > |