Dayo Posted April 11, 2012 Posted April 11, 2012 Before i add any features i would just like to see what people think of it/what they would change. http://www.cdcoding.com/project-planner/ the login is a very simple login system and core.php is a bit messy but what do you expect for a hours work, obv it will be cleaned up on the next release ;) Quote
Djkanna Posted April 12, 2012 Posted April 12, 2012 Other than the virus warning, looking good. PS: May want to update your theme's JS files (IE: an old (and unused in the sense you're already linking to the latest copy via jQuery) jQuery version). Quote
KyleMassacre Posted April 12, 2012 Posted April 12, 2012 I just downloaded it and installed it and i love it so far, i linked it up in my smenu for easy access. Great Job Dayo Quote
Dayo Posted April 12, 2012 Author Posted April 12, 2012 Yea I've seen the virus warning on my site, just trying to figure out where it is Quote
Dayo Posted April 12, 2012 Author Posted April 12, 2012 I think i have removed it can you just check it your end DJK. What it was, was i was using an old version of thinthumb, ive upgraded the scripts and deleteed the infected files :) and im glad you like it kyle hope it helps you out :) Quote
Djkanna Posted April 12, 2012 Posted April 12, 2012 I think i have removed it can you just check it your end DJK. What it was, was i was using an old version of thinthumb, ive upgraded the scripts and deleteed the infected files :) and im glad you like it kyle hope it helps you out :) I still get one, from: http://www.cdcoding.com/wp-content/themes/echea/js/jquery.js Quote
Spudinski Posted April 12, 2012 Posted April 12, 2012 @Dayo: Have a look at: http://wordpress.org/support/topic/virus-warning-jsiframe-actrj-on-my-site Also, please remove it. I'm not going to download anything from your website until your website is clean. Quote
Dayo Posted April 12, 2012 Author Posted April 12, 2012 The problem should be removed now thanks for ur help spud and djk Quote
Dayo Posted April 15, 2012 Author Posted April 15, 2012 Coming soon: ive added the feature to set if its finished/un-finished/just an idea. Also coming on the next version: you can add/edit a description to the child Quote
KyleMassacre Posted April 16, 2012 Posted April 16, 2012 :confused:Im getting this error whenever i try to go in Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 163 bytes) in /Applications/XAMPP/xamppfiles/htdocs/Site Planner/core.php on line 22 Quote
Dayo Posted April 16, 2012 Author Posted April 16, 2012 Hurmmm How many child's do you have ATM? Quote
Dayo Posted April 16, 2012 Author Posted April 16, 2012 it looks like his is set at 128 MB the script shouldent be needing that much, ill try to optimize it a bit more when i get home especially on the first load Quote
rulerofzu Posted April 16, 2012 Posted April 16, 2012 Not had a look at the scripts but your not setting a memory limit with ini_set are you? Quote
KyleMassacre Posted April 16, 2012 Posted April 16, 2012 Whats your memory setting in php.ini I didnt mess with anything that has to do with memory. I dont even know where to find that on xampp it looks like his is set at 128 MB the script shouldent be needing that much, ill try to optimize it a bit more when i get home especially on the first load Atm I only have the 1 Parent thats shows auto when you insert the SQL. Quote
Lithium Posted April 16, 2012 Posted April 16, 2012 The problem is within the script. Dayo has been pointed on a way to fix it :) Quote
Spudinski Posted April 16, 2012 Posted April 16, 2012 The problem is within the script. Dayo has been pointed on a way to fix it :) Memory leak? I'd think it's a referencing error, i.e. the query throwing exceptions and filling the memory space of the application? I'd be tempted to test it in a ulimit environment and run an strace, before altering the script. Quote
Dayo Posted April 16, 2012 Author Posted April 16, 2012 its not the script as ive just used the function memory_get_usage(true) and my project is only hitting around the 0.5MB mark and that's about 150 children plus modifications to the script, kyle if you give me a link to your url ill have a look for you. Does anyone else have this problem? if so im more then happy to help you sort this issue Quote
Lithium Posted April 16, 2012 Posted April 16, 2012 Dayo: I had the exact same problem, that is why i sent you the pm... Quote
KyleMassacre Posted April 16, 2012 Posted April 16, 2012 its not the script as ive just used the function memory_get_usage(true) and my project is only hitting around the 0.5MB mark and that's about 150 children plus modifications to the script, kyle if you give me a link to your url ill have a look for you. Does anyone else have this problem? if so im more then happy to help you sort this issue Its on xampp but if I have time today and your not busy maybe we can teamview it or something Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.