After successful Install, cannot insert new albums. After successful Install, cannot insert new albums.
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

After successful Install, cannot insert new albums.

Started by Sky Lord, June 27, 2005, 01:11:58 PM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

Sky Lord

My problem: I cannot create a new album. When I click "Albums", the Album Manager is displayed but no "New Album" is depicted and I cannot add a
new album.

I am testing using windows XP Pro, PHP Version:  4.3.10 , MySQL Version:  4.0.18  and Coppermine 1.3.3

=================

I have visited:
CPG 1.3 Standalone Support and searched for "create new album" but found no suitable answers.

Does anybody have any suggestions??

=================

Also I had various problems with config.php and other files which I solved according to info in the Support Forum as follows:

------------
Look in your init.inc.php and find:

Code:
$PHP_SELF = isset($HTTP_SERVER_VARS['REDIRECT_URL']) ? $HTTP_SERVER_VARS['REDIRECT_URL'] : $HTTP_SERVER_VARS['SCRIPT_NAME'];
Then add after it


Code:
$PHP_SELF = ltrim($PHP_SELF, '/');

------------

which solved part of my problems.


Nibbler

That advice was specific to the problem of that individual, it may or may not be appropriate for you.

There should be a button named 'New' on that page. Can you post a screenshot of your albums page ? Also make sure you have javascript enabled.

Sky Lord

#2
Quote from: Nibbler on June 27, 2005, 01:37:36 PM
That advice was specific to the problem of that individual, it may or may not be appropriate for you.

There should be a button named 'New' on that page. Can you post a screenshot of your albums page ? Also make sure you have javascript enabled.

Question 1: Where do I enable javascript?
I do not know how to post a screenshot. Alt-PrtSc does not work.

There are 3 buttons on the Album Manager screen: Delete, Modify and New. Modify was added from a tip found in the support forum. However before addition of this button I allready had the current problem.

Nibbler

So what happens when you press new ?

Javascript is enabled in your browser somewhere.

Sky Lord

Quote from: Nibbler on June 27, 2005, 03:40:36 PM
So what happens when you press new ?

Javascript is enabled in your browser somewhere.


Javascript was enabled in the IE browser.
After opening the Album Manager the screen is blank, e.g. the words "New Album" do not appear in the list and not in the textbox underneath the list as is depicted in the documentation.
After depressing the "New"button only the ref. to Javascript: Album_Create() appears, but nothing happens.

Nibbler

Can you post a link and test user account with 'Can have a personal gallery' enabled in groups page ?

Sky Lord

#6
Quote from: Nibbler on June 27, 2005, 04:23:44 PM
Can you post a link and test user account with 'Can have a personal gallery' enabled in groups page ?

Here is the data you requested (I think):
Link: http://www.thetillies.nl/cpg133/login.php
UI: ---
PW: ---

I will delete this user tomorrow.

Nibbler

I didn't want an admin account, just a user account. Anyway creating albums works fine for me so it's probably something wrong with your web browser. Check the settings or try a different one.

Sky Lord

#8
Quote from: Nibbler on June 27, 2005, 05:28:40 PM
I didn't want an admin account, just a user account. Anyway creating albums works fine for me so it's probably something wrong with your web browser. Check the settings or try a different one.

Thanks for the effort; I will keep on plugging away; Now I delete the testuser!
Thanks for the quick answers.