dotProject Forums
Google
 

Go Back   dotProject Forums > DOTPROJECT VERSION 2 > Installation Issues 2.x
Register FAQTop Posters Members List Calendar Search Today's Posts Resend Activation Email Mark Forums Read
dotProject Documentation dotProject FAQ Bugs & Feature Requests Language Packs & Themes Download dotProject

Installation Issues 2.x Please use this forum to raise any installation issues you may be experiencing. Use the search facility and check the FAQ's before asking your question please.

Reply
 
Thread Tools Display Modes
  #1  
Old 08-06-05, 12:05 AM
peten peten is offline
Junior Member
Return Visitor
dotProject Version:
php Version:
MySQL Version:
Operating System Version:
Browser:
 
Join Date: 07-06-05
Posts: 3
Default GoDaddy.com Installation

Hosted on a shared server at GoDaddy.com

Installed without errors - clean as a whistle.

Configuration - smooth as silk.

But - seems there is an error when we try to open "Projects"...

ERROR: /home/content/w/e/x/whatever/html/whatever/classes/query.class.php(590): query failed(CREATE TEMPORARY TABLE tasks_sum SELECT task_project, COUNT(distinct task_id) AS total_tasks,
SUM(task_duration * task_percent_complete * IF(task_duration_type = 24, 8.0, task_duration_type))/
SUM(task_duration * IF(task_duration_type = 24, 8.0, task_duration_type)) AS project_percent_complete FROM `tasks` GROUP BY task_project) - error was: Access denied for user: 'whatever@64.202.163.%' to database 'whatever'
Backtrace:
0 /home/content/w/e/x/whatever/html/whatever/classes/query.class.php:590 dprint(

Warning: Invalid argument supplied for foreach() in /home/content/w/e/x/whatever/html/whatever/includes/main_functions.php on line 538

Any thoughts are GREATLY Appreciated

Reply With Quote
  #2  
Old 08-06-05, 03:41 AM
pedroa's Avatar
pedroa pedroa is offline
Valued Users
Utter Fanatic
dotProject Version:
php Version:
MySQL Version:
Operating System Version:
Browser:
 
Join Date: 18-01-05
Posts: 3,554
Default Re: GoDaddy.com Installation

You must have MySQL permissions to create temporary tables.
Talk to your host about this.

Pedro A.
__________________
Peace!!!
Reply With Quote
  #3  
Old 08-06-05, 11:09 AM
caseydk's Avatar
caseydk caseydk is offline
Valued Users
Utter Fanatic
dotProject Version:
php Version:
MySQL Version:
Operating System Version:
Browser:
 
Join Date: 15-04-04
Posts: 1,881
Default Re: GoDaddy.com Installation

Go here: http://www.dotproject.net/vbulletin/...ead.php?t=2753

Reply With Quote
  #4  
Old 12-06-05, 05:48 AM
peten peten is offline
Junior Member
Return Visitor
dotProject Version:
php Version:
MySQL Version:
Operating System Version:
Browser:
 
Join Date: 07-06-05
Posts: 3
Default Re: GoDaddy.com Installation

Quote:
Originally Posted by caseydk
We applied this patch and it is still generating the exact same error.

Doesn't this look more like a permissions issue to write temp tables?

Thanks

Reply With Quote
  #5  
Old 12-06-05, 08:43 AM
pedroa's Avatar
pedroa pedroa is offline
Valued Users
Utter Fanatic
dotProject Version:
php Version:
MySQL Version:
Operating System Version:
Browser:
 
Join Date: 18-01-05
Posts: 3,554
Default Re: GoDaddy.com Installation

Hi peten,

Evidence?
Try doing a CREATE TEMPORARY TABLE on any database of yours (exclude dP one please) and see what you get.

I haven't tryed the hack of that post but seems to my eyes capable of working, so please tell here what you have done you might get some guidance.

By the way, you can exchange TRUNCATE TABLE .... for DELETE FROM ... should be the same (or maybe not).

The idea is:

1) Create the temporary tables as permanent tables (just not sure of the fields definitions, the DDL), and these CREATE TABLE statments should be executed from phpmyadmin or the like.
2) Instead of deleting the tables afterwards (thats what is being tryed to be commented), you are simply cleaning the records (TRUNCATE or DELETE).

Should work...if it is right.

Pedro A.
__________________
Peace!!!
Reply With Quote
  #6  
Old 13-03-06, 12:20 PM
ssutter ssutter is offline
Junior Member
Return Visitor
dotProject Version:
php Version:
MySQL Version:
Operating System Version:
Browser:
 
Join Date: 14-02-06
Posts: 3
Default Re: GoDaddy.com Installation

I too am attempting dotProject on GoDaddy… their technical support says they do not allow Temporary Tables to be enabled. – I haven’t found anyone on this forum who has been successful in getting around this? Am I wrong?

Reply With Quote
  #7  
Old 12-06-05, 05:46 AM
peten peten is offline
Junior Member
Return Visitor
dotProject Version:
php Version:
MySQL Version:
Operating System Version:
Browser:
 
Join Date: 07-06-05
Posts: 3
Default Re: GoDaddy.com Installation

Quote:
Originally Posted by pedroa
You must have MySQL permissions to create temporary tables.
Talk to your host about this.

Pedro A.
Well, you know these people at GD usually just send is BS replies: attempting to delay the fact that they either a) need to get off their arse and do something or, b) haven't a clue as to what the issue is about. Generally we have bitch and scream until we either get this issue upgraded or supply them with firm evidence that the issue is with their hosting solution. This has been know to take as long as 6 months. You could help us substantially, if you could supply us with a direct quote that does indeed verify the issue is with their locking us out of writing temp tables to the database... then we might get them to actually do something. Please

Thanks

PS We did apply the patch mentioned in the previous post and it made no difference at all. This leads us to believe that your assessment of the situation is indeed correct.

Reply With Quote
  #8  
Old 16-03-06, 01:23 AM
Darksunz's Avatar
Darksunz Darksunz is offline
Junior Member
Return Visitor
dotProject Version:
php Version:
MySQL Version:
Operating System Version:
Browser:
 
Join Date: 25-02-06
Posts: 4
Default Re: GoDaddy.com Installation

Hey guys... I did get dotProject installed on GD servers, though the error with the Reports are not going be be fixable with their service as you CAN NOT change the PHP.INI files on Shared hosting... So to awnser your question, dotProject will work, but you'll have to put up with the errors you see when submitting a Task.

Reply With Quote
Reply


Thread Tools
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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT +10. The time now is 06:52 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.