I'm trying to install SugarCRM version 5.5.1. on a webhost.
Everything goes nice until the step when the installation begins.
The output is this one:
Creating Sugar configuration file
(config.php)
Creating Sugar application tables,
audit tables and relationship metadata
.............
And never moves on!
I check the database and can see that there are tables missing. The install.log file doesnt have any errors, and the last line in the file is:
2010-04-27 22:17:03...creating
Relationship Meta for Bug
It seems the installation stopped here, but i cant get why! Iv searched in the foruns, etc, but cant get it...
Anyone had this issue? Any clues about whats happening?
Thanks a lot
maybe this is caused by php timeout, please change your php.ini
max_execution_time = 600 ; Maximum execution time of each script, in seconds
You could try and open source installer from: http://bitnami.org/
Related
Wordpress: Error reconnecting to the database
I am getting the error again and again that I am now tired. I am getting this error at least 2 times a minute or so during reload.
What I tried
Give custom value to pdo_mysql.default_socket and mysqli.default_socket
Took value from info.php file.
Changed localhost in wp-config to 127.0.0.1
Reloading Apache2 and Mysql.. many times
It does connect with the database after some wait so... credentials are ok and I have also checked them personally.
Solutions pls? IT is consuming my a lot of time.. which makes me sad :(
There is numerous problems that can lead to that issue.
Your issue is not permanent, so it looks like network issue or mysql side related problem.
Try to repair database, using STEP 3 from this tutorial
Add that line to wp-config.php
define('WP_ALLOW_REPAIR', true);
Then go to http://www.yousite.com/wp-admin/maint/repair.php and follow dialog instructions as tutorial says.
I recently started experiencing a strange error every single time I try to visit the transplant a module page. From the design > positions page3 I click on the "transplant a module" button on the top right and it takes a really long time to load, but then it does not load at all. I get a blank page with the following error:
The page you are looking for is temporarily unavailable.
Please try again later.
5cb0af3eb5bd6096ecb4dce014d6635a 3a1c22abc23c754c0fb7be3b7c58431e 159cf03490b9d26b556696ed897a7daa
I contacted my server provider and they explained to me that the server I was using was reaching the max amount of files allocated, and that I needed to get a new server just for this particular site. So I did. I then cloned the site and database and brought it over to the new server....but I'm still getting this error everytime I try to transplant a module.
Any one ever encountered this issue? Any one have any ideas as to what could be causing this? Any suggestions on what I can do to troubleshoot this error further?
I have turned on debug mode, and it does not give any more information than what's above.
Thank you all,
Maybe you are facing the following known bug. It will be fixed in 1.7.5 (coming soon)
https://github.com/PrestaShop/PrestaShop/issues/10811
Sometimes module have some issues, I've a problem one day and this help me :
In config/xml copy the 2 files "must_have_modules_list.xml" and "default_country_modules_list.xml" on your PC in case,
And then delete the two files from your site,
This "refresh" the cache of your module config
Hope will help you
The "Transplant a module" page is now working after I changed the file AdminModulesPositionsController.php in /root/controllers/admin folder.
In line 449 changed:
$all_modules_controllers = Dispatcher::getModuleControllers($type);
to
$all_modules_controllers = Dispatcher::getControllers($type);
Try this, it's working for me.
Already sitting on this issue for 2 day's checked many postes related to it here and all around the internet and still can't find what is the f problem..
I need to install this OAuth module (Pecl PHP Extention) I have my site on bitnami server so i tried allready 3 time with different guides (https://wiki.bitnami.com/Components/PHP#How_to_install_OAuth_module.3f)
(http://www.mkfoster.com/2009/01/04/how-to-install-a-php-pecl-extensionmodule-on-ubuntu/)
(and included all needed in php.ini) and still when i cheching with "php -m" in ssh and with phpinfo(); test page in not seems to be installed ,,, forgot to say i need it for implementing shapeways api when i am trying the implement the OAuth authentication it's crashing... if somebody have new ideas or maybe something i missed i would be glad to hear..
Bitnami developer here
Please try to run which php and check that the result is /opt/bitnami/php/bin/php.
Check you have a oauth.so in /opt/bitnami/php/lib/php/extensions/
In the last step of our wiki, you can add extension = '/opt/bitnami/php/lib/php/extensions/oauth.so' at the end of /opt/bitnami/php/etc/php.ini, or uncomment ;extension=oauth.so in the same file.
I hope it helps
David
Hello all I am running Roundcube 1.0.2RC and I am having issues with plugins. I edited the config.inc.php file with the following:
$rcmail_config['plugins'] = array(
'cpanellogin',
'cpanellogout',
'markasjunk',
'userinfo',
'vcard_attachments',
'jqueryui',
'database_attachments',
'autologon',
'rccalendar',
'serverinfo');
and it causes round cube to no longer load. I have tried one at a time, I have tried using only one of each by commenting out. Nothing works. If I use one the whole thing stops working. The ones that are most important are the cPanel ones. When a user logs in though webmail on cPanel they have to login again to round cube. Any ideas?
So the issue was simple. It was character encoding on TextEdit for my Mac that caused the issue. The above posted code was edited and is now correct and working.
99% of the time when I try to load the Manage section of Extension manager, Joomla dies, giving me this error:
Fatal error: Maximum execution time of 30 seconds exceeded in C:\xampp\htdocs\vanillajoomla\libraries\joomla\string\string.php on line 399
Here's the line that's causing it (it's in a routine that compares string with locale considered):
if (!$locale = setlocale(LC_COLLATE, $locale))
I've tried reinstalling several times, no dice. This is locally installed under Windows 7 with XAMPP for testing a module I'm developing. Googling the error reveals nothing, same for "php locale timeout."
Does anyone know what causes this, and how I can repair it?
I have the same problem, for now I've just commented the line out and it seems to be about 20 times faster with no problems found ;)
//if (!$locale = setlocale(LC_COLLATE, $locale))
{
$locale = $locale0;
}
Another problem with my joomla is it takes a long time to load just anything - front or backend and it's from fresh installation (!joomla 2.5). It's some wrong setting with either Apache or PHP or MySQL, just can't figure out what's wrong exactly. Every other site on my localhost works sweet except for joomla.
Here's my hack around it. The problem seems to be with my module, but I can't figure out how or why. Joomla seems to die when attempting to find the locale for my module. Since the function helps sort strings by locale, I just added return strcmp($str1, $str2); at the beginning of the function. It loses the locale functionality, but works now.
okey it is probably caused by some plugin or module.. but what is the worst, it is not enough to turn them off.. I installed 3 plugin for voting (to test which is the best of them), one of them caused this type of crash the manager.. I turned off them but it didnt help.. I use an advice above, and commented line 399, than suddenly it worked.. I uninstalled all of them, then uncommented line 399 and everything was allright..hope this can help somebody..