coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 (BBS) Integration / Bridging => Topic started by: Lancet Jades on August 21, 2004, 05:39:01 AM

Title: Error message..
Post by: Lancet Jades on August 21, 2004, 05:39:01 AM
Whenever I try to use Upload Files (using my admin account), I get this error:

Invalid action for form creation.

What is the problem?
Title: Re: Error message..
Post by: Joachim Müller on August 21, 2004, 10:19:08 AM
using my clairvoyant abilities to solve this mysterious case: hmmmmmmmm.
Sorry, no use; can't get through. ;) You'll have to use the usual way and post alink and test user account (non-admin) with upload privileges...

GauGau
Title: Re: Error message..
Post by: Lancet Jades on August 21, 2004, 11:17:00 PM
Username: Siegfried Guenter
Password: 1000

Link:
www.evermoreforums.com/gallery/index.php

The CPG is integrated with vB3, so I'm wondering if that might be a cause...
Title: Re: Error message..
Post by: Joachim Müller on August 21, 2004, 11:36:11 PM
login isn't working for me - after loging in to your bbs with the username and password you posted I am still not logged into coppermine. Are you sure you have set up integration correctly?

GauGau
Title: Re: Error message..
Post by: Lancet Jades on August 22, 2004, 06:44:58 AM
Hmmm...it works for me...

Login to:
http://www.evermoreforums.com/forums/index.php

then go to:
http://www.evermoreforums.com/gallery/index.php

It shows it as logged on when I do it...
Title: Re: Error message..
Post by: Joachim Müller on August 22, 2004, 10:08:38 AM
hm; i was finally able to be logged in and I can see what you mean. Enable debug_mode in coppermine config (for everyone) to see what actually happens.

GauGau
Title: Re: Error message..
Post by: Lancet Jades on August 23, 2004, 03:24:56 AM
How do I set it in debug mode?
Title: Re: Error message..
Post by: Joachim Müller on August 23, 2004, 07:56:00 AM
rtfm, or search the board.

GauGau
Title: Re: Error message..
Post by: Lancet Jades on August 23, 2004, 09:56:49 AM
Here is the Debug info from that page:


USER:
------------------
Array
(
    [ID] => 8340bfb049bda94abc0768db8aca5598
    [am] => 1
)

==========================
USER DATA:
------------------
Array
(
   
Title: Re: Error message..
Post by: Joachim Müller on August 23, 2004, 10:08:26 PM
don't post the debug_ouput, but the actual error message.

GauGau
Title: Re: Error message..
Post by: Lancet Jades on August 24, 2004, 01:45:16 AM
The error message is the same as before, except now it says what line the error message originated on. I checked it, and its just the line that produces the error message...

Invalid action for form creation.
File: /home/u2/lancetjades/html/gallery/upload.php - Line: 963
Title: Re: Error message..
Post by: Joachim Müller on August 24, 2004, 10:12:03 AM
Please post your bridge file version (open bridge/yourbridgefile.php with a text editor and post the first lines (the file header) - it shoould look similar to this one:
Quote<?php
// ------------------------------------------------------------------------- //
// Coppermine Photo Gallery 1.3.2                                            //
// ------------------------------------------------------------------------- //
// Copyright (C) 2002-2004 Gregory DEMAR                                     //
// http://www.chezgreg.net/coppermine/                                       //
// ------------------------------------------------------------------------- //
// Updated by the Coppermine Dev Team                                        //
// (http://coppermine.sf.net/team/)                                          //
// see /docs/credits.html for details                                        //
// ------------------------------------------------------------------------- //
// This program is free software; you can redistribute it and/or modify      //
// it under the terms of the GNU General Public License as published by      //
// the Free Software Foundation; either version 2 of the License, or         //
// (at your option) any later version.                                       //
// ------------------------------------------------------------------------- //
// CVS version: $Id: vbulletin30.inc.php,v 1.6 2004/07/24 15:04:10 gaugau Exp $
// ------------------------------------------------------------------------- //
// Modified for vB3 by Nanobot at www.f5hosting.com                          //
// ------------------------------------------------------------------------- //
// vBulletin 3.0 Integration for Coppermine                                  //
// ------------------------------------------------------------------------- //
// Modify the values below according to your Board installation              //
// ------------------------------------------------------------------------- //
// database configuration
Use the versioncheck.php tool to take a look at your file versions - maybe you haven't uploaded all necessary files when upgrading.

GauGau
Title: Re: Error message..
Post by: Lancet Jades on August 24, 2004, 08:52:35 PM
Quote<?php
// ------------------------------------------------------------------------- //
// Coppermine Photo Gallery 1.3.2                                            //
// ------------------------------------------------------------------------- //
// Copyright (C) 2002-2004 Gregory DEMAR                                     //
// http://www.chezgreg.net/coppermine/                                       //
// ------------------------------------------------------------------------- //
// Updated by the Coppermine Dev Team                                        //
// (http://coppermine.sf.net/team/)                                          //
// see /docs/credits.html for details                                        //
// ------------------------------------------------------------------------- //
// This program is free software; you can redistribute it and/or modify      //
// it under the terms of the GNU General Public License as published by      //
// the Free Software Foundation; either version 2 of the License, or         //
// (at your option) any later version.                                       //
// ------------------------------------------------------------------------- //
// CVS version: $Id: vbulletin30.inc.php,v 1.6 2004/07/24 15:04:10 gaugau Exp $
// ------------------------------------------------------------------------- //
// Modified for vB3 by Nanobot at www.f5hosting.com                          //
// ------------------------------------------------------------------------- //
// vBulletin 3.0 Integration for Coppermine                                  //
// ------------------------------------------------------------------------- //
// Modify the values below according to your Board installation              //
// ------------------------------------------------------------------------- //
// database configuration

There it is...the version is the same as the one i installed. 1.3.2.
Title: Re: Error message..
Post by: Lancet Jades on August 29, 2004, 01:43:42 AM
So...what else do I need to do?
Title: Re: Error message..
Post by: Joachim Müller on August 29, 2004, 02:29:18 AM
take a look at versioncheck.php and post the output (screenshot) here.

Joachim
Title: Re: Error message..
Post by: Lancet Jades on August 29, 2004, 05:39:07 AM
It tells me i don't have permission to access the page.

You don't have permission to access this page.

File: /home/u2/lancetjades/html/gallery/versioncheck.php - Line: 24
Title: Re: Error message..
Post by: Joachim Müller on August 29, 2004, 12:24:07 PM
well, what type of answer do you excpect? Of course the php script needs access (at least read and execute, write permissions for the subfolders "albums" and "include") to all files within the coppermine folder. Set your permissions accordingly (using CHMOD).

Joachim