Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Software Development
Programming
Programming Q&A
Allowed memory size error??? I don't know why its doing this ~_~
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Marlboro20" data-source="post: 301485" data-attributes="member: 40837"><p>Hey guys i am trying to make a shopping cart script and i barley started but this is what i have so far and the error its giving me but i am not sure why i am receiving it. when i added a unitialized variable the script freaked out and looked like it was in a never ending loop :/</p><p></p><p>Here is the error:</p><p>[CODE]PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 65488 bytes) in E:\ShoppingCart\app\config\parser.php on line 35[/CODE]</p><p></p><p>Here is my code so far.</p><p>[SPOILER="Project Structure"]</p><p><span style="color: #0059b3">/index.php</span></p><p><a href="http://pastebin.com/uzYubfWv" target="_blank">http://pastebin.com/uzYubfWv</a></p><p><span style="color: #0059b3">/app/bootstrap.php</span></p><p><a href="http://pastebin.com/4s5nNE1Z" target="_blank">http://pastebin.com/4s5nNE1Z</a></p><p><span style="color: #0059b3">/app/autoload.php</span></p><p><a href="http://pastebin.com/cRwCJwDq" target="_blank">http://pastebin.com/cRwCJwDq</a></p><p><span style="color: #0059b3">/app/database.php</span></p><p><a href="http://pastebin.com/22Cux1Da" target="_blank">http://pastebin.com/22Cux1Da</a></p><p><span style="color: #0059b3">/app/config/parser.php</span></p><p><a href="http://pastebin.com/5mgFj9aR" target="_blank">http://pastebin.com/5mgFj9aR</a></p><p><span style="color: #0059b3">/app/config/app.ini</span></p><p><a href="http://pastebin.com/j17mYWJm" target="_blank">http://pastebin.com/j17mYWJm</a></p><p>[/SPOILER]</p><p></p><p>Any help or tips would be useful :<</p></blockquote><p></p>
[QUOTE="Marlboro20, post: 301485, member: 40837"] Hey guys i am trying to make a shopping cart script and i barley started but this is what i have so far and the error its giving me but i am not sure why i am receiving it. when i added a unitialized variable the script freaked out and looked like it was in a never ending loop :/ Here is the error: [CODE]PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 65488 bytes) in E:\ShoppingCart\app\config\parser.php on line 35[/CODE] Here is my code so far. [SPOILER="Project Structure"] [COLOR=#0059b3]/index.php[/COLOR] [url]http://pastebin.com/uzYubfWv[/url] [COLOR=#0059b3]/app/bootstrap.php[/COLOR] [url]http://pastebin.com/4s5nNE1Z[/url] [COLOR=#0059b3]/app/autoload.php[/COLOR] [url]http://pastebin.com/cRwCJwDq[/url] [COLOR=#0059b3]/app/database.php[/COLOR] [url]http://pastebin.com/22Cux1Da[/url] [COLOR=#0059b3]/app/config/parser.php[/COLOR] [url]http://pastebin.com/5mgFj9aR[/url] [COLOR=#0059b3]/app/config/app.ini[/COLOR] [url]http://pastebin.com/j17mYWJm[/url] [/SPOILER] Any help or tips would be useful :< [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Software Development
Programming
Programming Q&A
Allowed memory size error??? I don't know why its doing this ~_~
Top