With Linux 7.x server, Drupal CVS, and node image cvs module, when I click on the add inline image button it opens the a full size page in the little window where it usually give you a browse button. If I open the window up larger it shows the main drupal page and on the right it says page not found. I use 4.3.2 Drupal and 4.3 node image on two other sites and it works great and I love it for inline images. Am I doing something wrong or will the CVS of Drupal and CVS of Node Image work together? The regular image.module works fine on the same site. GZ
Comments
Comment #1
gatezone commentedHow are these project issues are handled. If the developer is not watching do other's chime in? Please don't tell me to put it in an email support list the last thing I need is more email and to sift through it, unless it is notification email so I know when someone responds, or if someone responds. The ratio is about 5:1 which might impress Jim Morrison, but meanwhile the softparade slogs on.
(now I can't seem to post this as a follow up as I can't find node image on the drop down in projects - there's a jumbled series of at least two alpha listings and it isn't clear why this isn't populated from the actual project I am responding to.
Browse/upload page not found
Submitted by gatezone on February 29, 2004 - 01:36.
Project:
Node image
Version:
cvs
Component:
Code
Category:
bug
Priority:
critical
Assigned:
Anonymous
Status:
active
Description
With Linux 7.x server, Drupal CVS, and node image cvs module, when I click on the add inline image button it opens the a full size page in the little window where it usually give you a browse button. If I open the window up larger it shows the main drupal page and on the right it says page not found. I use 4.3.2 Drupal and 4.3 node image on two other sites and it works great and I love it for inline images. Am I doing something wrong or will the CVS of Drupal and CVS of Node Image work together? The regular image.module works fine on the same site. GZ
Comment #2
nedjoThis issue is now fixed in CVS.
Comment #3
gatezone commentedBummer, still doesn't work. Downloaded current cvs files and uploaded them. Still getting page not found when trying to browse for images on the CVS current site. I've checked the admin module settings and they are same as for other 4.3.2 site using 4.3.0 module and the files are located in the same place, right? Have tried reuploading module files, trying different combinations, but it
Image upload modules still works fine with images in galleries and elsewhere on CVS site, just not node image.
Directories are writable, etc. I'm on as administrator so it can't be a permission issue. Is there some piece of the module that needs to go outside of the node_image folder?
Any other ideas...?
--------------------------------------------
The instructions say:
This module requires no modification to the Drupal database.
1. Create a new directory, "node_image", in the Drupal modules/
directory and copy the node_image.module file there as well
as the two javascript (*.js) files included with the module.
2. Go to "modules" under "site configuration" in the administration
pages and enable the module.
3. Check the "settings" page and set the module settings to your liking.
See README for more details.
4. Enable "create node and term images" permissions for any user role
you wish to be able to upload images.
Under administration > accounts > permissions, check
"create node and term images" for desired user roles.
5. If not already there, add
to the list of HTML tags allowed
in node text.
Open administer > configuration > filters and add
to the
list of "Allowed HTML tags". (This is not required if the "Filter
HTML tags" setting is set to "Do not filter".)
6. Create directories for images to be uploaded into and assign
permissions so that these are writeable by the web process.
By default, node_image looks for the following directories:
images/
images/node/
images/term/
Comment #4
gatezone commentedAnything further on this page not found error in the small pop-up window when hitting the inline image button or browse button? As stated before it works fine in 4.3.2, used the 'fix' in cvs area(s) but same error of page not found. Any help would be appreciated as it is a show stopper for 4.4 to have some way for moderators and authors to embed images in their stories.
Thanks, GZ
Comment #5
gatezone commentedNot that anyone's breaking down the door on this one, but here's the url that results in the drupal page not found:
?q=node_image/add/node/20
The node is obviously specific to the specific site.
GZ
Comment #6
(not verified) commented