Welcome, Guest
Username: Password: Remember me

TOPIC: Fatal PHP

Fatal PHP 17 Jun 2013 09:39 #7511

  • Pantelis
  • Pantelis's Avatar
  • Offline
  • Senior Member
  • Posts: 47
  • Thank you received: 2
  • Karma: 1
When i try to run in Sandbox in the Build section gives me :

Fatal Error

Fatal PHP
Allowed memory size of 62914560 bytes exhausted (tried to allocate 1311335 bytes)

DJPro Total Control
Joomla 2.5

Thank you!
The administrator has disabled public write access.

Cannot download component 17 Jun 2013 16:10 #7517

  • Pantelis
  • Pantelis's Avatar
  • Offline
  • Senior Member
  • Posts: 47
  • Thank you received: 2
  • Karma: 1
Also i cannot download my component... the same Error !
The administrator has disabled public write access.

Re: Cannot download component 18 Jun 2013 11:17 #7549

  • admin
  • admin's Avatar
  • Offline
  • Administrator
  • Chef
  • Posts: 3711
  • Thank you received: 984
  • Karma: 140
Your component is too big.

Also I can see, your structure is incorrect:
"Customers music categories" and "Customer video categories" are calling 30 times the same table.

Better to use N:M links.
Create a link table for handling this.

I am pretty sure, when you will have done this is will pass the generation.
30 FK per table is too much.

Cook can create without any problem up to 60 tables when you design them well.
I think your problem comes from this wrong structure.

Memory limit is the limit of Cook. 64 Mo for the moment, and it is really enough.

Another solution is to split you project, but you cannot be wrong changing your structure.
I know it is a long job, but you should.
Coding is now a piece of cake
The administrator has disabled public write access.
The following user(s) said Thank You: Pantelis

Re: Cannot download component 18 Jun 2013 14:41 #7558

  • Pantelis
  • Pantelis's Avatar
  • Offline
  • Senior Member
  • Posts: 47
  • Thank you received: 2
  • Karma: 1
Hi and thank you for the information...

Can you please help me to accomplish that with the N:M links ?

How can i start with it, where can i find more info ?

Thank you in advance.
The administrator has disabled public write access.
Time to create page: 0.191 seconds

Get Started