Ask not what osTicket community can do for you - ask what you can do for osTicket community

Go Back   osTicket Forums > osTicket 1.6.x > General Discussions

Reply
 
Thread Tools Search this Thread Display Modes
  #11  
Old 10-24-2010, 10:42 AM
j99mac j99mac is offline
Junior Member
 
Join Date: Oct 2010
Posts: 2
Default I am getting the same error

I am getting the same error
"Unable to create the ticket. Correct the error(s) and try again"

I add a few fields. When I go to add new ticket when logged in I get the error.
The error says "Correct the error" but I do not see anything to correct as all fields have been filled in.

What added was some fields for address
Reply With Quote
  #12  
Old 11-11-2010, 04:13 AM
zuppo zuppo is offline
Junior Member
 
Join Date: Nov 2010
Posts: 4
Default wondering if it has anything to do with mysql

Hi all,
I 'm expieriencing the same problem, but only in certain circumstances:
Osticket is on a shared hosting-server and open to the public.
- when working from my office lan using firefox: no problem in creating tickets or logging in as admin.
- when working from my office lan using IE8: unable to create tickets or login as admin (I tested on 2 different xp-pro pc's)
- when working from school-lan (IE8 on W7) unable to create tickets
- when working from home (Vista home) I can create tickets working in both browsers (FF and IE8)

I don't know about the school-lan, but on the office lan we have www-caching. On the office lan I had also problems with download utilities from dell using IE and with ftp downloads. So maybe the problem is not in the queries?
</Zuppo>
Btw: using version 1.6.rc5

Last edited by zuppo; 11-11-2010 at 04:16 AM.
Reply With Quote
  #13  
Old 11-11-2010, 09:27 AM
zuppo zuppo is offline
Junior Member
 
Join Date: Nov 2010
Posts: 4
Default cookie thing

Hi,
I found out that (in my case?) it's a cookie-problem.

My situation is: osticket is on a forwarded adress:
www.helpdesk.somedomain.country
Using a Dns-service this is an alias for www.myrealdomain.country/helpdesk

I notice that if myrealdomain is not amongst the IE trusted sites I can't login. When I add it: problem solved.

Of course I would like user to gain access without changing their settings! Any suggestions on how this can be done?

</Zuppo>

Last edited by zuppo; 11-11-2010 at 09:34 AM.
Reply With Quote
  #14  
Old 11-11-2010, 10:08 AM
zuppo zuppo is offline
Junior Member
 
Join Date: Nov 2010
Posts: 4
Default solved my cookie problem

I changed my redirect-options from cloacked forwarding to simple forwarding. This means: once you are on the welcome page of www.helpdesk.somedomain.com the adress changes to the realdomain adress. This way the site is no longer distrusted by any browser and everyone can login without problems.

Not sure if this is solution for everyones problem on this thread. Maybe this wil help a few people stumbeling (like myself) with lack of webdesign-knowledge).

Cheers everyone!
Reply With Quote
  #15  
Old 11-24-2010, 01:41 AM
flashvideoplayer flashvideoplayer is offline
Junior Member
 
Join Date: Oct 2010
Posts: 1
Default

I have the same problem.
Reply With Quote
  #16  
Old 12-05-2010, 11:16 PM
smcarthur smcarthur is offline
Junior Member
 
Join Date: Nov 2010
Posts: 1
Default I had the same issue and was able to Fix it.

on line 23 of open.php you need to make a code change.
PHP Code:
if(!$thisuser && $cfg->enableCaptcha()){ 
to
PHP Code:
if($thisclient && !$thisclient->isValid() && $cfg->enableCaptcha()) { 
That fixed it for me.
Reply With Quote
  #17  
Old 12-07-2010, 04:53 AM
everlong everlong is offline
Junior Member
 
Join Date: May 2010
Posts: 3
Default

This probably has to do with captcha being enabled and logged in users can not see the captcha field.

Either disable captcha completely or see this thread for a fix:
http://osticket.com/forums/showthread.php?t=3788
Reply With Quote
  #18  
Old 04-23-2011, 11:42 PM
aToolCrib aToolCrib is offline
Junior Member
 
Join Date: Apr 2011
Posts: 4
Default

I was too getting the error, but from the public portal side, not from the staff portal.

I turned off the CAPCHA and it works fine now.

BTW, I DL'd mine from osTicket today.
Reply With Quote


Reply

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 10:01 AM.