Hi,

1. when I FTP project_issues files over on the server and hit "admin->modules" then FF gives me empty page (view source shows empty page as well) and IE hangs forever. Any help on this?

2. project update steps are dependent on project_status tables. This in not true module separation, is it?

3. when I activate project module, then no DB instalation is done (no tables are created, no special project forum is created, etc). I've made sure that there are no project entries in system table before the activation, no project db tables exist, no project variables exist in DB table variables, ... Do you have any hint what is causing it? Can I have the most current mysql script to create the schema manualy?

Thanks a lot for your help,
--Josef

CommentFileSizeAuthor
#3 project-4.7-schema.txt4.52 KBdww

Comments

pepeek’s picture

Project: Project » Project issue tracking
Component: Projects » Issues
pepeek’s picture

ad 1: Solved: the old problem with low PHP memory, sorry for that.

ad 2: this is just a note, perhaps you are aware of it

ad 3: still an issue. Any hint for solution?

Thx!
--Pp

dww’s picture

Status: Active » Closed (fixed)
StatusFileSize
new4.52 KB

re #2: yeah, it's still a work-in-progress. the separation isn't clean yet, and you can't do the sorts of things i want to make possible, like attaching an issue queue to any kind of node, not just a project node.

re #3: that makes absolutely no sense. ;) i have no ideas what could be causing that. there's nothing wrong with the .install files, i use them all the time. must be something screwy with your setup (perhaps related to the php-running-out-of-RAM thing?).

you didn't mention it, so i'm assuming mysql. here's a mysql dump of just the schema (for both project and project_issue)

good luck,
-derek

tcaduto’s picture

Priority: Normal » Critical
Status: Closed (fixed) » Active

I just downloaded the project and project_issue and have the same problem.
When I activate the issues module and submit the changes it hangs on a blank screen
forever.

tcaduto’s picture

Version: 4.7.x-1.x-dev » 4.7.x-2.1

I forgot to add that the project_issues does not seem to install the tables either.
I get loads of errors saying that tables don't exist.

dww’s picture

Title: Adding project_issues causes blank modules page and more... » hook_install() sometimes not happening for project_issue?
Status: Active » Closed (fixed)

the only reasons i can think of why it wouldn't be installing are:
1) you're missing project_issue.install when you copy stuff into your modules directory
2) your {system} table has a stale entry for project_issue and it thinks it's already installed

as i said, i install these modules *all* the time on test sites, so i know there's nothing actually wrong with the .install file.

not sure what else to tell you, so it seems sort of pointless to keep this issue open. however, if you've got more information to add, feel free to set it back to active.

good luck,
-derek