The Joomla! Forum ™



Forum rules


Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.



Post new topic Reply to topic  [ 5 posts ] 
Author Message
PostPosted: Tue May 29, 2012 2:24 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Thu Apr 12, 2012 2:18 pm
Posts: 23
I often create website for people , and encounter this problem today.
When i install joomla using the fantastico ,no database was created and this error was shown when accessing the front page
'jtablesession::store failed
DB function failed with error number 1146
Table 'bryan_jo155.jos_session' doesn't exist SQL=INSERT INTO `jos_session` ( `session_id`,`time`,`username`,`gid`,`guest`,`client_id` ) VALUES ( '180968518f921c4fabfc9e1958136b6f','1338254238','','0','1','1' )
Fatal error: Allowed memory size of 201326592 bytes exhausted (tried to allocate 3 bytes) in /home/bryan/public_html/games/libraries/joomla/error/exception.php on line 117 '

Usually when i create new joomla ,no such error occur and often some database was created by default if i am not wrong. what happen? how do i solve it?
someone pls help me


Top
 Profile  
 
PostPosted: Tue May 29, 2012 4:55 pm 
User avatar
Joomla! Guru
Joomla! Guru

Joined: Wed Nov 03, 2010 7:35 pm
Posts: 509
Location: Limassol, CY
Hello mate,

First of all the following code is a memory size problem that have made this error to occur:

Code:
Fatal error: Allowed memory size of 201326592 bytes exhausted (tried to allocate 3 bytes) in /home/bryan/public_html/games/libraries/joomla/error/exception.php on line 117 '


To solve this you can add the following line into your php.ini file:
Code:
memory_limit = 32M

You can change the size to whatever you want.

What i suggest you since you are in an early state, remove the fantastico script , and go make a solid Joomla! Installation by your own. I was never satisfied after a fantastico/EASY scripts installations, in my opinion they don't worth.

~Artemis

_________________
Providing quality web design services since 2005!

Get direct Joomla! assistance, contact me on skype: mrcodexcy


Top
 Profile  
 
PostPosted: Wed May 30, 2012 12:43 am 
Joomla! Apprentice
Joomla! Apprentice

Joined: Thu Apr 12, 2012 2:18 pm
Posts: 23
MrCodexCY wrote:
Hello mate,

First of all the following code is a memory size problem that have made this error to occur:

Code:
Fatal error: Allowed memory size of 201326592 bytes exhausted (tried to allocate 3 bytes) in /home/bryan/public_html/games/libraries/joomla/error/exception.php on line 117 '


To solve this you can add the following line into your php.ini file:
Code:
memory_limit = 32M

You can change the size to whatever you want.

What i suggest you since you are in an early state, remove the fantastico script , and go make a solid Joomla! Installation by your own. I was never satisfied after a fantastico/EASY scripts installations, in my opinion they don't worth.

~Artemis


Hello

May i know where in my php.ini file should i add this line 'memory_limit = 32M ' ?

'make a solid Joomla! Installation by your own' meaning i delete the database and installation by fantastico and install joomla on my localhost first and upload via ftp?

Thank you so much for your previous reply


Top
 Profile  
 
PostPosted: Wed May 30, 2012 7:21 am 
User avatar
Joomla! Guru
Joomla! Guru

Joined: Wed Nov 03, 2010 7:35 pm
Posts: 509
Location: Limassol, CY
Hello again mate,

You can put it wherever you want, it doesn't matter. Regarding what i mean solid, its not to create a localhost first, just delete database/files of fantastico installation, and then upload and install a Joomla! by yourself, so you can set all the configuration you like.

~Artemis

_________________
Providing quality web design services since 2005!

Get direct Joomla! assistance, contact me on skype: mrcodexcy


Top
 Profile  
 
PostPosted: Wed May 30, 2012 5:56 pm 
User avatar
Joomla! Master
Joomla! Master

Joined: Wed Aug 17, 2005 10:27 pm
Posts: 14709
Location: Kent, England
[Mod note: Moved from General Forum to Installation Forum;]


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 5 posts ] 



Who is online

Users browsing this forum: Chhour Leanghy and 10 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB® Forum Software © phpBB Group