SOLVED : Problems At ACP Startup »  Show posts from    to     

Icy Phoenix


Old Support Topics - SOLVED : Problems At ACP Startup



spydie [ Wed 10 Dec, 2008 14:06 ]
Post subject: SOLVED : Problems At ACP Startup
i don´t know why but everytime y login the ACP i get this message

Spoiler: [ Show ]


on actualization of page that message dissapears


Chaotic [ Wed 10 Dec, 2008 14:14 ]
Post subject: Re: Problems At ACP Startup
I'm not very good with these type of errors, but it looks like all those errors are coming from one file. Do this at your own risk!

You may want to try uploading a new copy of mysql4.php to ip_root/includes/db/. Don't forget to make a backup of that file before you upload a new copy.

You may also want to try clearing your cache. This could also be a problem with your server. I would wait on doing what I posted up above until someone more knowledgeable here has an idea.


spydie [ Wed 10 Dec, 2008 14:29 ]
Post subject: Re: Problems At ACP Startup
that could be the solution cause my server is running on mysql 5.0.67


New Player [ Wed 10 Dec, 2008 14:57 ]
Post subject: Re: Problems At ACP Startup
clear the cache is enough
the mysql4.php has nothing do to with this problem


Informpro [ Wed 10 Dec, 2008 16:19 ]
Post subject: Re: Problems At ACP Startup
I've this, me too!


spydie [ Wed 10 Dec, 2008 16:20 ]
Post subject: Re: Problems At ACP Startup
New Player wrote: [View Post]
clear the cache is enough
the mysql4.php has nothing do to with this problem


i wonder new player , since this is a brandnew installation made 4 day´s ago.

cache couldn´t be full allready.
i´ll try anyway.

wan´t work that. keep getting same message.
something is damned wrong and i don´t know what.


New Player [ Wed 10 Dec, 2008 16:52 ]
Post subject: Re: Problems At ACP Startup
this disable the cache..let me know if this work

open includes/constants.php

find
Code: [Hide] [Select]
// Cache SQL Queries
define('CACHE_SQL', true); // Caching SQL Queries ON
//define('CACHE_SQL', false); // Caching SQL Queries OFF

// Cache Config Tables
define('CACHE_CFG', true); // Caching Config Tables ON
//define('CACHE_CFG', false); // Caching Config Tables OFF

// Cache CH SQL
define('CACHE_CH_SQL', true); // Caching CH SQL ON
//define('CACHE_CH_SQL', false); // Caching CH SQL OFF


replace with

Code: [Hide] [Select]
// Cache SQL Queries
//define('CACHE_SQL', true); // Caching SQL Queries ON
define('CACHE_SQL', false); // Caching SQL Queries OFF

// Cache Config Tables
//define('CACHE_CFG', true); // Caching Config Tables ON
define('CACHE_CFG', false); // Caching Config Tables OFF

// Cache CH SQL
//define('CACHE_CH_SQL', true); // Caching CH SQL ON
define('CACHE_CH_SQL', false); // Caching CH SQL OFF


spydie [ Wed 10 Dec, 2008 21:47 ]
Post subject: Re: Problems At ACP Startup
it looks like this work´s

thanks new player


New Player [ Thu 11 Dec, 2008 10:38 ]
Post subject: Re: SOLVED : Problems At ACP Startup
ok

but you can try to run your icy phoenix with cache and hope that the problem not come back




Powered by Icy Phoenix