Jump to content
  • 0
Kit Kit

HELP About FLUXCP latest

Question

Critical Error

An error was encountered during the lifetime of the application.

This could be due to a variety of problems, such as a bug in the application.

However, normally it is caused by misconfiguration.

Exception Details

Error: Flux_Error

Message: Critical MySQL error in Installer/Updater: Invalid default value for 'reg_date'

File: C:\wamp\www\Thanatos\lib\Flux\Installer\Schema.php:131

File Line Function/Method C:\wamp\www\Thanatos\lib\Flux\Installer\Schema.php 155 Flux_Installer_Schema::install() C:\wamp\www\Thanatos\lib\Flux\Installer\MainServer.php 46 Flux_Installer_Schema::update() C:\wamp\www\Thanatos\modules\install\index.php 83 Flux_Installer_MainServer::updateAll() C:\wamp\www\Thanatos\lib\Flux\Template.php 375 include() C:\wamp\www\Thanatos\lib\Flux\Dispatcher.php 170 Flux_Template::render() C:\wamp\www\Thanatos\index.php 180 Flux_Dispatcher::dispatch() Exception Trace As String

#0 C:\wamp\www\Thanatos\lib\Flux\Installer\Schema.php(155): Flux_Installer_Schema->install('20080928225124')

#1 C:\wamp\www\Thanatos\lib\Flux\Installer\MainServer.php(46): Flux_Installer_Schema->update()

#2 C:\wamp\www\Thanatos\modules\install\index.php(83): Flux_Installer_MainServer->updateAll()

#3 C:\wamp\www\Thanatos\lib\Flux\Template.php(375): include('C:\\wamp\\www\\Tha...')

#4 C:\wamp\www\Thanatos\lib\Flux\Dispatcher.php(170): Flux_Template->render()

#5 C:\wamp\www\Thanatos\index.php(180): Flux_Dispatcher->dispatch(Array)

#6 {main}

 

How to fix it...

Edited by • Kate Alfred's™ •

Share this post


Link to post
Share on other sites

7 answers to this question

Recommended Posts

  • 0

Make sure your config/servers.php file is configured properly.

Also you need to grant proper write permissions for the cp folder (forgot what they are...maybe someone can fill them in).

Share this post


Link to post
Share on other sites
  • 0

Message: SQLSTATE[HY000] [1049] Unknown database 'ragnarok'

As True Zeal said, it seems you haven't configured it properly.

Share this post


Link to post
Share on other sites
  • 0

still error again actually i'm using wampserver my wamp run it ok

 

here my image   http://imgur.com/sBm5aJB

In your phpMyAdmin... your SQL database... do you have a database called 'ragnarok' ? You need to put in the database name that has all your server SQL tables, etc.

Share this post


Link to post
Share on other sites
  • 0

The real issue is with the MySQL 5.7 server. It doesn't accept invalid custom date value for datetime field. A quick solution would be to run

SET SQL_MODE='ALLOW_INVALID_DATES';

In your mysql server.

You can also do this inside your phpMyAdmin panel in the Query tab.

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.