coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Upload => Topic started by: JayBachatero on June 24, 2004, 09:22:11 PM

Title: [Solved]: invalid action for form creation when uploading
Post by: JayBachatero on June 24, 2004, 09:22:11 PM
Hello i have my gallery in tegrated with smf and today i went to upload files to it and i got this error code sayin invalid action for form creation this is the debug info
USER:
------------------
Array
(
   [ID] => f35575e7c8927713cc5baea7b81d9954
   [am] => 1
   [liv] => Array
       (
           [0] => 74
           [1] => 117
           [2] => 116
           [3] => 118
           [4] => 119
       )

)

==========================
USER DATA:
------------------
Array
(
   [0] => 0
   [disk_max] => 0
   [1] => 0
   [disk_min] => 0
   [2] => 1
   [can_rate_pictures] => 1
   [3] => 1
   [can_send_ecards] => 1
   [4] => 1
   [can_post_comments] => 1
   [5] => 1
   [can_upload_pictures] => 1
   [6] => 1
   [can_create_albums] => 1
   [7] => 0
   [pub_upl_need_approval] => 0
   [8] => 0
   [priv_upl_need_approval] => 0
   [group_quota] => 0
   [group_name] => Administrator
   [group_id] => 1
)

==========================
Queries:
------------------
Array
(
   [0] => SELECT extension, mime, content FROM cpg130_filetypes;
   [1] =>
SELECT variable, value
FROM smf_settings
   [2] =>
SELECT
mem.*, IFNULL(a.ID_ATTACH, 0) AS ID_ATTACH
FROM smf_members AS mem
LEFT JOIN smf_attachments AS a ON (a.ID_MEMBER = mem.ID_MEMBER)
WHERE mem.ID_MEMBER = 1
LIMIT 1
   [3] => SELECT MAX(group_quota) as disk_max, MIN(group_quota) as disk_min, MAX(can_rate_pictures) as can_rate_pictures, MAX(can_send_ecards) as can_send_ecards, MAX(can_post_comments) as can_post_comments, MAX(can_upload_pictures) as can_upload_pictures, MAX(can_create_albums) as can_create_albums, MIN(pub_upl_need_approval) as pub_upl_need_approval, MIN( priv_upl_need_approval) as  priv_upl_need_approval FROM cpg130_usergroups WHERE group_id=1 or group_id=4
   [4] => SELECT group_name FROM  cpg130_usergroups WHERE group_id= 1
   [5] => DELETE FROM cpg130_banned WHERE expiry < 1088104254
   [6] => SELECT * FROM cpg130_banned WHERE ip_addr='207.38.219.29' OR ip_addr='207.38.219.29' OR user_id=1
   [7] => SELECT * FROM cpg130_online WHERE user_ip = '207.38.219.29' AND user_id = 1
   [8] => UPDATE cpg130_online SET last_action = NOW() WHERE user_ip = '207.38.219.29' AND user_id = 1
   [9] => DELETE FROM cpg130_online WHERE last_action < NOW() - INTERVAL 5 MINUTE
)

==========================
GET :
------------------
Array
(
)

==========================
POST :
------------------
Array
(
)

==========================
VERSION INFO :
------------------
PHP version: 4.3.2 - OK
------------------
mySQL version: 4.0.16
==========================
Module: gd
------------------
GD Support enabled
GD Version bundled (2.0.12 compatible)
FreeType Support enabled
FreeType Linkage with freetype
GIF Read Support enabled
JPG Support enabled
PNG Support enabled
WBMP Support enabled
XBM Support enabled
==========================
Module: mysql
------------------
Active Persistent Links 0
Active Links 1
Client API version 3.23.49
MYSQL_MODULE_TYPE builtin
MYSQL_SOCKET /tmp/mysql.sock
MYSQL_INCLUDE no value
MYSQL_LIBS no value
==========================
Module: zlib
------------------
ZLib Support enabled
Compiled Version 1.1.4
Linked Version 1.1.4
==========================
Server restrictions (safe mode)?
------------------
Directive | Local Value | Master Value
safe_mode | Off | Off
safe_mode_exec_dir | no value | no value
safe_mode_gid | Off | Off
safe_mode_include_dir | no value | no value
safe_mode_exec_dir | no value | no value
sql.safe_mode | Off | Off
disable_functions | no value | no value
file_uploads | On | On
include_path | .:/usr/local/lib/php | .:/usr/local/lib/php
open_basedir | no value | no value
==========================
email
------------------
Directive | Local Value | Master Value
sendmail_from | me@localhost.com | me@localhost.com
sendmail_path | /usr/sbin/sendmail -t -i  | /usr/sbin/sendmail -t -i
SMTP | localhost | localhost
smtp_port | 25 | 25
==========================
Size and Time
------------------
Directive | Local Value | Master Value
max_execution_time | 30 | 30
max_input_time | -1 | -1
upload_max_filesize | 2M | 2M
post_max_size | 8M | 8M
==========================
Page generated in 0.064 seconds - 10 queries in 0.004 seconds - Album set :
Title: Re: invalid action for form creation when uploading
Post by: Joachim Müller on June 25, 2004, 12:59:40 AM
Please post a link together with a test user account with upload permissions (non-admin).

GauGau

P.S. Happy birthday!
Title: Re: invalid action for form creation when uploading
Post by: JayBachatero on June 25, 2004, 01:07:26 AM
thanks bro for the bday shout.

ok the like is this http://kevmundial.com/gallery2/
username: test
password: test

i tried it out w/o the smf integration and it did work.  I  was able to upload
if you need to access the board the link is kevmundial.com/board/ (http://kevmundial.com/board/)
Title: Re: invalid action for form creation when uploading
Post by: Joachim Müller on June 25, 2004, 01:43:20 AM
Get the most recent bridge file from web cvs and try if this fixes the issue: http://cvs.sourceforge.net/viewcvs.py/coppermine/stable/bridge/smf.inc.php

GauGau
Title: Re: invalid action for form creation when uploading
Post by: JayBachatero on June 25, 2004, 01:50:19 AM
 ;D ;D ;D thanks bro it worked.  bro why doesnt it redirect me back to the gallery when i login thru the gallery.  shud i post this under another category?
Title: Re: invalid action for form creation when uploading
Post by: Joachim Müller on June 25, 2004, 01:57:25 AM
SMF simply doesn't support redirect after login (some forum softwares have this as an option, others don't). You'll have to add a link to coppermine into your smf page, no other solution at the moment.

GauGau
Title: Re: invalid action for form creation when uploading
Post by: JayBachatero on June 25, 2004, 01:59:17 AM
ok thank for your help.  i was going wild over the gallery issue.  thanks.