 | |  | | | Photopost Pro Bug Reports Post post installation PhotoPost Pro problems here. |
February 22nd, 2009, 03:58 PM
|
#1 (permalink)
| | Junior Member Verified Customer
Join Date: Feb 2009
Posts: 16
| Thumbs not shown in bulkupload
Hi, Chuck !
Instead of thumb and filename only filename is shown in bulkupload. What could it mean ? Maybe You can login and inspect what's wrong ? You installed Photopost two days ago to my site.
|
| |
February 22nd, 2009, 04:08 PM
|
#2 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 52,666
|
Just looks like a server permission thing to me. There is nothing wrong your images are created fine. Just looks like your server is not showing the image in the temp place it is created.
Do you have any missing image path or anything as I dont see no errors in my browser.
|
| |
February 22nd, 2009, 04:20 PM
|
#3 (permalink)
| | Junior Member Verified Customer
Join Date: Feb 2009
Posts: 16
|
Does it means that You also didn't see thumbs in my site ? Can it be because of non-root install of ImageMagick ? And what to do now ?
Maybe it's possible to replace temp place position, to change paths directly in php's or somewhere elsre ?
|
| |
February 22nd, 2009, 05:51 PM
|
#4 (permalink)
| | Junior Member Verified Customer
Join Date: Feb 2009
Posts: 16
|
In what place $Globals['zipuploadurl'] is set ?
|
| |
February 22nd, 2009, 05:59 PM
|
#5 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 52,666
|
Thats the users uploads path
what is the missing file url you see?
|
| |
February 22nd, 2009, 06:14 PM
|
#6 (permalink)
| | Junior Member Verified Customer
Join Date: Feb 2009
Posts: 16
|
Ooops... where can i find it ? |
| |
February 22nd, 2009, 07:40 PM
|
#7 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 52,666
|
There is nothing to find your uploads path is fine and defined in admin
what I am asking is do you see any missing image x or anything? I see no errors on your page thats why I am asking you.
|
| |
February 22nd, 2009, 08:19 PM
|
#8 (permalink)
| | Junior Member Verified Customer
Join Date: Feb 2009
Posts: 16
|
Look at attachment, please
This is error and I think it is so because open-basedir prevents WRITE to /tmp (it's out of basedir). Uploads to /tmp is ok, moving from /tmp - ok, but write fails. I can't remove basedir definition, it's unsecure. So I ask You :
where in phps of photopost I can change location of thumb, which are writing for demo in bulkupload module ? I even don't ask You to do it, only tell me - where, please |
| |
February 22nd, 2009, 08:25 PM
|
#9 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 52,666
|
Well there is no error thats good. If your server does not allow something but everthing works fine there is not much you can do.
|
| |
February 22nd, 2009, 08:31 PM
|
#10 (permalink)
| | Junior Member Verified Customer
Join Date: Feb 2009
Posts: 16
|
First of all It's standard situation, discribed in manuals hundred times : programs must not try to write in system tmp. It wasn't so some years ago, but now it is. |
| |
February 22nd, 2009, 09:55 PM
|
#11 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 52,666
|
Your problem is you have translated as in modified your uploadphoto template and changed the display thumbs variables to no english variables.
|
| |
February 22nd, 2009, 09:56 PM
|
#12 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 52,666
|
I properly edited the template and it works fine.
|
| |
February 23rd, 2009, 09:18 AM
|
#13 (permalink)
| | Junior Member Verified Customer
Join Date: Feb 2009
Posts: 16
|
Three cheers for Chuck !
Can You have a look at my Admin-> Edit Categories ? It seems same problem (no link & different coding of names), but I didn't edit any template ! So It was installed |
| |
February 23rd, 2009, 11:49 AM
|
#14 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 52,666
|
You edited the uploadphoto template you would have to have done that. No other response that I can give as thats the only way it could change.
Not sure what your referring to in admin edit categories what is the issue? Remember I dont read russian so I am not gonna know whats wrong and whats right
|
| |
February 23rd, 2009, 12:48 PM
|
#15 (permalink)
| | Junior Member Verified Customer
Join Date: Feb 2009
Posts: 16
|
Look at attachment, please
Everything is fine in userpanel, but encoding of nonenglish letters in admin is wrong. Of course I print letters in win1251 Cyrillic, but they are shown in admin in win1251 Western Europe (browser encoding is correct - Cyrillic)
|
| |
February 23rd, 2009, 12:55 PM
|
#16 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 52,666
|
Have you tried editing the categories and re entering the names?
|
| |
February 23rd, 2009, 01:00 PM
|
#17 (permalink)
| | Junior Member Verified Customer
Join Date: Feb 2009
Posts: 16
|
No, i'll try now
|
| |
February 23rd, 2009, 01:08 PM
|
#18 (permalink)
| | Junior Member Verified Customer
Join Date: Feb 2009
Posts: 16
|
Same  It's not critical, but very inconvenient
|
| |
February 23rd, 2009, 01:37 PM
|
#19 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 52,666
|
I wish I knew something about russian.
If I view page source of admin I show your loading the correct charset
|
| |
February 23rd, 2009, 04:15 PM
|
#20 (permalink)
| | Junior Member Verified Customer
Join Date: Feb 2009
Posts: 16
|
Great problem and many items to modify  You use htmlentities without encoding parm
It's not need usually, only in popus and frames, where function don't know prefered encoding. Ok, I'll do it by myself, but it would be great if in future releases You add enoding parms (third parm in htmlentities function)
it's something about :
$item['description'] = htmlentities($item['description'], ENT_COMPAT, "$stylevar[charset]" );
|
| | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | | | | Thread Tools | | | | Display Modes | Rate This Thread | Linear Mode | |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | All times are GMT -5. The time now is 09:34 AM. | |