this would be me, no not atm, im crazy busy because i like to say yes to a lot of things and then my study suffers from it so im focussing alot on getting credits this year... im really sorry
i get...
Type: Posts; User: ties
this would be me, no not atm, im crazy busy because i like to say yes to a lot of things and then my study suffers from it so im focussing alot on getting credits this year... im really sorry
i get...
yeah sry im a bit busy these times... but its basicly replacing file_get_contents if i remember correctly
Yeah, thats what i meant... cache the data, not the queries
i think maybe caching the pluginhooks<->plugins might reduce a lot of the queries
because it's a bit of playing ping pong on every hook, right?
403 is permission denied
404 is not found
so a htaccess, server config or something else is denying permission to the hotaru subfolder at times...
the error is after a page refresh, the data stored on a submit is removed and the array is empty/doesnt exist
im especially curious about your htaccess file and your server setup
question1: do you...
@dreamzsiva: i checked it out, but have no clue (yet)...
but , note-to-self :P, 403 is a forbidden error.... so i dont know if there is any difference between your live site and local one
and im a...
well japansoc has 16 items per page and 134 pages and is done in about 3 seconds
this site has been running for a while now, as far as i know, and it has over 2000 items (16*134)
Edit: Plus...
Great news: it works with my LAMP server and may have found the issue
MySQL on LAMP doesnt allow the dot-character in database names, wamp does.
Edit: it works, you cant use dot characters in the...
i think php started a session on the SQL error, because after the fix it didnt pop up
i'll try a clean install on my LAMP server to see if i get the same freezes
--fingers crossed--
Edit1: oh...
the fix i did above worked for me... at least the install part
but i get "freezes"
all hotaru page i try to load wont give any response like they are infinitly loading, i had this previously so...
im trying again to install because i couldnt access any hotaru page as it was infinitly loading or at least really long, compared to my
at reinstall i got this error
Creating table:...
i think you need to install the Post Widget
i tried to do a clean install, but on step 3 i got an error
Fatal error: Call to undefined method ezSQL_mysql::select() in C:\Users\Ties\Limoen\hotaru-test\1.2-beta\install\install_functions.php on...
Yeah i could have seen this coming, the php script needs to get the image so there is another curl fix needed im working on it
it would be great, when you got it working, if you could upload the...
try replacing this on line 265 in post_images.php:
$html = file_get_contents($h->cage->post->getHtmLawed('url'));
with this:
//Initialize the Curl session
$ch = curl_init();
//Set...
i think its just the way it is, (almost) everybody has facebook
a facebook profile is the online identity and people use it to login on sites like gamespot, cnet and more FaceBook Connect sites
its...
why do you think it wouldnt work?
ok great
i can make a fix for everyone without file_get_content support with curl, as said here
or maybe you can check it out
hmm do you have curl?
i'll do some more research
no problem, its good to see members contributing in any way even if its not helpfull, sorry it couldnt be smaller
it helps the community to stay alive
ah ah ah ah staying alive staying alive
comma splits it, its like doing this:
#journal_posts {
bla: blabla;
}
.post_form input {
bla: blabla;
}
oh i checked and debug must still be on because php gave this error:
2 <br />
3 <b>Warning</b>: file_get_contents() [<a href='function.file-get-contents'>function.file-get-contents</a>]: URL...
Ok just to let people help some more:
the minification (dunno if the word exists but...) is done on line 295 of /libs/IncludeCssJs.php
$sCode .= JSMin::minify(file_get_contents($sFile)); //...
@baadier
Does debug mode give an error?
maybe this article will help