Fatal error: Problem Fatal error: Problem
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Fatal error: Problem

Started by redbjork, October 18, 2006, 03:51:38 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

redbjork

Hi, im kinda new to the coppermine scene.
Infact im kinda new to PHP and MySql aswell. Im a designer at heart and was getting frustrated with administrating a photopage (a none profit page for my friends partys if you care ).
So I installed coppermine and every thing was fine and dandy (btw thank you for an exelent product).

But with no apperent reason it stoped working.
Coppermine just spits out "Fatal error :" (on the frontpage does not matter what page realy, all of em)

And I know this doesn´t say anyting much, i need to enable the debuging
as
http://coppermine-gallery.net/tutorial/debug_mode.php
says.

But what the guide does not say is how to install php phpmyadmin.
I can not find a good guide that explains this to me step by step

Please help me

Basicly i do not understand what this says, and the page http://www.phpmyadmin.net/ does not work:
1
Untar or unzip the distribution (be sure to unzip the subdirectories): tar -xzvf phpMyAdmin_x.x.x.tar.gz in your webserver's document root. If you don't have direct access to your document root, put the files in a directory on your local machine, and, after step 3, transfer the directory on your web server using, for example, ftp.
2
Ensure that all the scripts have the appropriate owner (if PHP is running in safe mode, having some scripts with an owner different from the owner of other scripts will be a problem). See FAQ 4.2 and FAQ 1.26 for suggestions.
3
Create the file config.inc.php in the main (top-level) directory (the one that contains index.php). You can use setup script provided in distribution (scripts/setup.php) to create basics of config file. See Setup chapter for details. If you don't like setup or want to fine tune resulting configuration, open (or create in case of starting from scratch) config.inc.php in your favorite editor and fill in there values for host, user, password and authentication mode to fit your environment. Look at libraries/config.default.php how these fields should be defined. Here, "host" means the MySQL server. Have a look at Configuration section for an explanation of all values. Please also read the remaining of this Installation section for information about authentication modes and the linked-tables infrastructure.
4
If you are using the auth_type configuration directive, it is suggested that you protect the phpMyAdmin installation directory, for example with HTTP–AUTH in a .htaccess file. See the multi–user sub–section of this FAQ for additional information, especially FAQ 4.4.
5
Open the file <www.your-host.com>/<your-install-dir>/index.php in your browser. phpMyAdmin should now display a welcome screen and your databases, or a login dialog if using HTTP or cookie authentication mode.
6
You should deny access to the libraries subfolder in your webserver configuration. For Apache you can use supplied .htaccess file in that folder, for other webservers, you should configure this yourself. Such configuration prevents from possible path exposure and cross side scripting vulnerabilities that might happen to be found in that code.

Joachim Müller

We don't support setting up phpMyAdmin, we support Coppermine only.
Google is your friend: http://www.google.com/search?q=howto+install+phpmyadmin+tutorial

Nibbler

Check with your host if you already have it installed. If you use cPanel then you do.

redbjork

Phu I finaly go Myphpadmin installed
(posted previusly http://forum.coppermine-gallery.net/index.php?topic=37454.new;topicseen#new)

Now I can see what Coppermines problem accually is:

Fatal Error:

While executing query "select user_id from `joomla`.cpg149_sessions where session_id=md5("bccfc1145cebd96f49c831f594401b53149455b7838259eb7de02e94ae973923");" on 0

mySQL error: Got error 134 from storage engine

I get this at the frontpage of coppermine. Can you please assist me?

Sami

‍I don't answer to PM with support question
Please post your issue to related board

Nibbler

MySQL error code 134: Record was already deleted (or record file crashed)

If the repair does not fix the issue then you'll need to contact your host.

Joachim Müller

Merged those two threads. The "one question per thread" policy means that you mustn't ask questions on two or more different things in one thread, but it means as well that you should keep one issue in one thread and not spread it over several ones. This way, others may benefit from your solution.
In your case, this is not a coppermine issue, but a mySQL issue - you should do as suggested and try to repair the table using phpMyAdmin or the shell (if you have access to it). If you can't (or repairing doesn't fix your issue), contact your webhost, telling them the error message you got - they should be able to fix it.