Pages: 1
Hi recently install in my server the release
Piwigo version
Piwigo 2.3.3
Environment
Operating system: WIN Server 2008 x64
PHP: 5.3.6 (Show info) [2012-02-14 14:43:30]
mysql: 5.1.59-community [2012-02-14 16:43:30]
Graphics Library: GD bundled (2.0.34 compatible)
After login like Admin and go to the Photos Menu ---> Add
in my laptop with Win XP x32
I try to create an album or upload a photo from IE (8&9)using the Flash Uploader method the follow error is displayed
"You've got a problem with your JavaScript"
And if i try the BRowser Uploader method after select the link ( + Add an upload box) nothing happen
If select the option Manage Permission is the same too. I can do nothing into the Tab called "Upload Photo"
I decide install the plug-in called community to add photos by users and the same error apply for non admin users.
How i never give up decide to try with FireFox browser and for my surprise all is working fine. Can you help me to know if IE needs a particular settings to works?
On the other hand i know that Community Plugin is not released for 2.3.3 officially but after install it i can upload photos using FireFox but the follow error is displayed into the Tab called "Upload Photo"
Any comment for this?
I really appreciate any help that you can give about these issues.
warning: [mysql error 1265] Data truncated for column 'section' at row 1
INSERT INTO piwigo_history
(
date,
time,
user_id,
IP,
section,
category_id,
image_id,
image_type,
tag_ids
)
VALUES
(
CURRENT_DATE,
CURRENT_TIME,
3,
'10.25.76.94',
'add_photos',
NULL,
NULL,
NULL,
NULL
)
; in D:\SHIFT\Portal\piwigo\include\dblayer\functions_mysql.inc.php on line 767
I have encountered the same problem!
The warning is caused by table piwigo_history. The table column 'section' use enum that missed out some value.
Update the table column by adding missed value will fix!
cheers
./pl
add value 'add_photos' in your case.
Hi
Thanks the error in table piwigo_history was fixed
About my other comment "Problem with IE (8&9) to upload photo by admin or users" Do you have any idea?
Because when i upload photos with SAFARI, FIREFOX or CHROME all works fine only Internet Explorer can not do it.
May be this error displayed in the left corner of IE 9 help to say something.
Webpage error details
Message: Expected identifier, string or number
Line: 364
Char: 7
Code: 0
URI: http://mxdtccad18/vpgts/portal/piwigo/admin.php?page=photos_add
Hi
I have got same issue.
My server (my own one) has Piwigo 2.3.4 installed.
The issue appears with internet explorer 9 (windows 7 - 64bits).
Upload with flash : "You've got a problem with your JavaScript"
Upload with HTML: "+ Añadir otra caja de transferencia " (my browser is spanish :o)
No way to get it work.
However, using an Internet explorer 8 (windows XP - 32 bits) its working fine.
And on top of that, looking on the web i found that my unworking Internet explorer 9 get work this web page:
http://photograph.piwigo.net/index.php? … _mode=html
with piwigo 2.4.0 beta 1. Does that means i have to wait for next version to get that works?
Thanks
You've got a problem with your JavaScript
I recently upgrade from 2.3.3 to 2.4.3 but the problem still exist in IE 9.0
Do you have any idea how fixed?
Admin please help me!
I've just downloaded and installed v2.5.1 and got the 'Data truncated for column 'section' at row 1' warning.
It's surprising that it hasn't been fixed in the repo.
To fix it, I ran the command:
ALTER TABLE piwigo_history MODIFY COLUMN section ENUM('categories','tags','search','list','favorites','most_visited','best_rated','recent_pics','recent_cats', 'add_photos')
Just lettin' ya know..
Last edited by chrisa (2013-06-10 02:37:27)
Offline
Pages: 1