phpScheduleIt
May 18, 2013, 09:24:09 AM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: phpScheduleIt 2.4.2 has been released!
 
   Home   Help Login Register  
Pages: [1]
  Print  
Author Topic: Installing to GoDaddy Hosted Account  (Read 1761 times)
Dusibello
Newbie
*

Karma: 0
Posts: 1


« on: October 12, 2010, 10:46:50 PM »

Anyone succeeded at doing this?

GoDaddy does not use cPanel, and I seem to have a basic user permission issue.

I have created the MYSQL database and user per the 'remote install' directions, but when I run install I get insufficient permission errors.

I can 'connect' with the MYSQL database user account, but the first step 'Create Tables' yields this:

Dropping database...Failed: DB Error: insufficient permissions

Creating database...Failed: DB Error: insufficient permissions
have
Selecting database...Failed: DB Error: insufficient permissions

Creating announcement table...Failed: DB Error: no database selected

etc....

Tried GoDaddy tech support but got poor help.

Odd thing is that OSTicket installed wonderfully on the same hosting server and works great. Seems to be a similar application, requires creating tables and users, etc.

Saw how another user here had many issues with Yahoo! hosting, and have tried all the remedies described in that case...

Time to give it a rest - thanks for listening!
Logged
nicho211
Newbie
*

Karma: 0
Posts: 1


WWW
« Reply #1 on: October 13, 2010, 03:45:56 AM »

godaddy servers always problematic. I had too many problems with them , then I  have changed my hosting partner with cpanel. The all problems gone.
Logged
Nick
Administrator
Hero Member
*****

Karma: 15
Posts: 5403


WWW
« Reply #2 on: October 18, 2010, 02:32:38 PM »

You won't be able to run the install.php file.  You'll need to create the tables using the setup.sql file.  The instructions are in install/remote_host_install.html
Logged
juls
Newbie
*

Karma: 0
Posts: 1


« Reply #3 on: December 01, 2010, 06:51:59 AM »

Yea, I created the database manually.  It will generally not allow you to build the database name "phpscheduleit as instructed in the sql file.

you will need to tweek the setup.sql file after you create the database name in phpmyadmin

it will come back in the form of for the hostname and database:

"dbname.db.5369xxx.hostedresource.com"

I was able to get this far, but got hung up afterwards when trying to run the the index.php in th new folder I created for schedule it.

I received the following:

Warning: require_once(/home/content/R/o/s/RosaI/html/administrator/schedule/lib/../config/config.php) [function.require-once]: failed to open stream: No such file or directory in /home/content/R/o/x/Roxx/html/administrator/schedule/lib/CmnFns.class.php on line 14

Fatal error: require_once() [function.require]: Failed opening required '/home/content/R/o/s/RosaI/html/administrator/schedule/lib/../config/config.php' (include_path='.:/usr/local/php5/lib/php') in /home/content/R/o/s/RosaI/html/administrator/schedule/lib/CmnFns.class.php on line 14


Which comes back to the following code (the require statement is the beginning of line 14)  I think I might have with my absolute file structure
 for the base directory


**********

 require_once($basedir . '/config/config.php');

if (isset($_SERVER['HTTP_HOST'])) {
   require_once($basedir . '/config/init.php');
}
else {
   require_once($basedir . '/config/cmdinit.php');
}
require_once($basedir . '/lib/Link.class.php');
require_once($basedir . '/lib/Pager.class.php');
require_once($basedir . '/lib/Timer.class.php');
require_once($basedir . '/lib/Time.class.php');



 [
Logged
Nick
Administrator
Hero Member
*****

Karma: 15
Posts: 5403


WWW
« Reply #4 on: December 06, 2010, 02:03:23 PM »

The config file will need to be adjusted with your settings, then renamed to config.php instead of config.new.php.
Logged
mayanosuke
Newbie
*

Karma: 0
Posts: 1


« Reply #5 on: November 30, 2011, 05:21:47 PM »

Hi there,

I have gone to config.php.
Now, when I go to /Web/install directory in a web browser, I get this message:
"The web server must have write access to ../../tpl_c222"

Help is greatly appreciated.

Thanks!
Maya
Logged
Nick
Administrator
Hero Member
*****

Karma: 15
Posts: 5403


WWW
« Reply #6 on: December 12, 2011, 01:34:03 PM »

You'll need to make the permissions on tpl_c and tpl 0770. Hopefully that works.
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2006-2007, Simple Machines Valid XHTML 1.0! Valid CSS!