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 > Installation and Setup Help

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 07-08-2012, 09:57 PM
hamidi hamidi is offline
Junior Member
 
Join Date: Jun 2012
Posts: 3
Default Moving database and application

hye guys,

how can i move my osticket application and the database to new server n domain? i just export the original database to the .sql file. & paste the osticket files into new htdocs file server. "Fatal Error: Contact system adminstrator." appeared. please help ya! what file need to modified?
Reply With Quote
  #2  
Old 07-11-2012, 11:37 AM
ntozier's Avatar
ntozier ntozier is offline
Moderator
 
Join Date: Jan 2010
Location: NH USA
Posts: 1,600
Default

It depends on how you had things setup originally. you should consult your php.log and webserver logs to see what the actual error is.
__________________
ntozier
OST Forum Mod - tmib.net - System Admin
Reply With Quote
  #3  
Old 07-16-2012, 11:17 AM
scottro's Avatar
scottro scottro is offline
Senior Member
 
Join Date: Jul 2009
Posts: 726
Default

You can try modifying the following in main.inc.php to give you the exact error that triggered that error to print out.

PHP Code:
if($ferror){ //Fatal error
        
Sys::alertAdmin('osTicket Fatal Error',$ferror); //try alerting admin.
        
die("<b>Fatal Error:</b> Contact system adminstrator."); //Generic error.
        
exit;
    } 
I would first try replacing that with:

PHP Code:
if($ferror){ //Fatal error
        
Sys::alertAdmin('osTicket Fatal Error',$ferror); //try alerting admin.
        
die("<b>Fatal Error:</b> $ferror"); //Specific error.
        
exit;
    } 
__________________
Sudo Bash Creations
Sudo Bash - osTicket MODs
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:10 AM.