Page 18 of 24 FirstFirst ... 81617181920 ... LastLast
Results 171 to 180 of 234

Thread: Post Images 1.5

  1. #171
    Junior Member
    Join Date
    Jul 2010
    Posts
    25
    Thanks
    7
    Thanked 5 Times in 5 Posts

    Default

    I had details before- when I mentioned the division by zero/ headers already sent errors. And like I said, I tried version 1.0 of this plugin and it still doesn't work. I've tried everything scrt and others have said.

    I know some people were having this same problem; can any of you let me know if you got it working, and how?

  2. #172
    Design & Development carlo75's Avatar
    Join Date
    Oct 2009
    Location
    Italy - Perugia
    Posts
    510
    Thanks
    62
    Thanked 106 Times in 59 Posts

    Default

    Hi guys,
    I'm still playing with this plugin, all works fine until today, when the plugin stop to save the thumbnail directly in the folder post_images.

    I can select, crop, etc. but when I save the post, the thumbs doesn't show up. Any ideas?


    Update: some new links doesn't works, this is an example
    http://www.casaeclima.com/index.php?...news&Itemid=50

    but some other works like a charm...
    Last edited by carlo75; 02-16-2011 at 10:13 AM.

  3. #173
    Member
    Join Date
    Feb 2011
    Posts
    92
    Thanks
    13
    Thanked 1 Time in 1 Post

    Default

    Envir Hotaru 1.4.2
    Post IMage 1-2

    Testing only with post image. Other image plugins install but not using & I do not think they have an impact. Retested with post image 1-1 or 1-0 for bad eysight on which older version I took to see if older version same problem.

    Mneo*, details like post image have 3 methods to submit, size of image use, below or above setting size. These are all details that programmer needs to narrow the problem. Tested those details and they are not an issue. Submit by url is the issue and I believe others will have same problem . For they will notice something not correct in folder where images are stored. (extra image created - black). And that is why at your site I saw a black image. Spent about 2 hours to log details, try different methods to see if first time versus now to confirm it is not a fluke. It is not a fluke but a trick to get around for I wanted to see post image in action . This paragraph is not repetitive for it depends on lucky karma to recreate. Now. Ihave lucky karma to use for my environment. Not good in production environment for untraiin user & black box image.

    Even click update does not show the crop or thumbnail image in submit 2. Any user getting to see the crop and thumnail in submit 2.php, can u please pm stating your steps for I believe all users will get immediately on what I encounter in above when using by url.
    Believe I provided enough details to thus not rely on a step by step details but available upon request to provide relevant. Just use post image with admin setting of by url and do a submit. In step2 (submit2.php), observe the url name, observe the crop or original image, what happens with update and next, normal?

    Excuse my writing but I spend too much time posting on this thread. Also, did vista reinstall, etc to be behind. Trying to recreate my previous Hotaru. Thus need to be alert, follow and read instructions steps, rather than using memory. tx

    9 plugin install. About 20 plugin to study on first wave. And about 12 more on second wave. In manage plugin (admin), what is the max number of plugin can I have? Have feeling I have too much since I see a warning msg informing me - they are not loaded and selected for install. Will get around. tx

    Carlo75: Remember Gunaxin mention in a post that when taking from other sites. That source site willing to provide to u and u are using proper image type eg jpg, etc that is acceptable to this post image. Nice site and sorry I cannot understand Italian. Tx for supporting Hotaru with your development work on themes.Trying to learn the framework css and he selected the best - 16 container., 16 grid system for css savy people work fast.
    Last edited by scrt; 02-23-2011 at 01:32 PM.

  4. #174
    Member sithburns's Avatar
    Join Date
    Sep 2010
    Posts
    72
    Thanks
    15
    Thanked 20 Times in 12 Posts

    Default Errors when using CHROME browser

    WARNING: Division by zero in /home/serpd/public_html/content/plugins/post_images/post_images.php on line 250
    WARNING: Division by zero in /home/serpd/public_html/content/plugins/post_images/post_images.php on line 251
    WARNING: Division by zero in /home/serpd/public_html/content/plugins/post_images/post_images.php on line 252
    WARNING: Division by zero in /home/serpd/public_html/content/plugins/post_images/post_images.php on line 253
    WARNING: Cannot modify header information - headers already sent by (output started at /home/serpd/public_html/content/plugins/post_images/post_images.php on line 250) in /home/serpd/public_html/content/plugins/post_images/post_images.php on line 264

    Any idea whats happening here?

    Post Images 1.0
    Hotaru CMS 1.4.1

  5. #175
    Member
    Join Date
    Feb 2011
    Posts
    92
    Thanks
    13
    Thanked 1 Time in 1 Post

    Default

    I found that upgrading the plugin worked fine, but when I disabled debugging it broke my site. For some reason the css does not seem to get done properly when it's disabled. It looked like maybe the cache copy of the combined css had issues. I had to enable debug to keep the site up. Any idea why that would happen?
    Just to let u know, hota is 1.4.2 but I doubt that is the issue. Normally, u read the upgrades and then decide if u need (major bug repair, feature that u want in newer ver, etc). There is a mention of div by 0 in here (posted thread) and compare msg to see how similar like line number, etc. regarding debug state.

    Sithburns, how come u are getting the msg today. Did u do any changes or anything, 2nd request? Just to let u know, I believe having debug ON should slow your system, extra code to execute.

    That is a strange one. Css does not seem to get done properly when debug is off. Css should not be affected for it is just layout of html stuff. Have a feeling, there is dead code being executed. Dead code means the current code is not being use but memory code, cache code. I play with Hota on my laptop, test environment, and not too strong on server especially in a production environment. I post reply here for others to suggest and this is a different issue in the sense of css mention.

    Make sure dead code is not being executed. Make sure u remove dead code. Double, triple check. If u still getting after doing a triple check, confirm new code is being done by doing a mod in code and seeing the result. Have feeling u try to remove dead code and u fail, a spot u forgot like the browser cache. Or a refresh of the DB. Reread Nick and Ties. I try to summarize there mention but my summary did not include there links in this posted thread for I am certain Ties posted here. It was informative for a newbie and needed knowledge.

    Debug is a known issue for prior mention in this posted thread and I had an issue that I mention.

    Edit: I send u a PM on dead code in response to msg below that I mention in this thread. Do not want to regurgitate for this thread is 18 pages. Work fine with upgrade means no div by zero but css issue. But then u mention broke my site?? Thus upgrade and debug on, no problem?
    Last edited by scrt; 03-16-2011 at 09:20 PM.

  6. #176
    Member sithburns's Avatar
    Join Date
    Sep 2010
    Posts
    72
    Thanks
    15
    Thanked 20 Times in 12 Posts

    Default

    I"m not sure how to verify if there is "dead code". I don't have a test environment, only the production server .

    anyone willing to fix for pay would be open

  7. #177
    Junior Member
    Join Date
    Jul 2010
    Posts
    25
    Thanks
    7
    Thanked 5 Times in 5 Posts

    Default

    Did this ever get fixed? I'm willing to pitch in, too, if a paid fix needs to be done! Thanks!

  8. #178
    Junior Member
    Join Date
    Feb 2011
    Posts
    18
    Thanks
    5
    Thanked 2 Times in 2 Posts

    Default

    I've got the same issue. Everything was fine.. now I get header issues, errors, and "CSRF" errors when I try to add an image to a post. The cropper doesn't even show up 90% of the time, but if I restart the cropper I get a page full of errors (same as others above), then I refresh the page.. and it works.. for that ONE post, then have to jump through all the same errors.. again.

    Not sure why it started.. I didn't do anything unusual that I'm aware of.

    Any chance there will be an update?

  9. #179
    Junior Member
    Join Date
    Feb 2011
    Posts
    18
    Thanks
    5
    Thanked 2 Times in 2 Posts

    Default

    I have a feeling this isn't going to get fixed, so I'm going to have to look for a different CMS to use

  10. #180
    Senior Member
    Join Date
    Jan 2011
    Location
    Denmark
    Posts
    113
    Thanks
    16
    Thanked 3 Times in 3 Posts

    Default

    is there really no way to just set crop to auto, and the fetching of content to auto, so as to render the visual part of the plug in when posting and so it then adds the thumbnail next to post in bookmarking ?

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •