| Subcribe via RSS


Warning: imagejpeg()

October 31st, 2008 | No Comments | Posted in php by dreamluverz

Phew!!! Another error that almost made me crazy!!! Last time I encountered almost the same error:

[function.move-uploaded-file]: failed to open stream: Permission denied





but this time error was

Warning: imagejpeg() [function.imagejpeg] … cannot open file for writing…

I had the right intuition… same solution… FILE PERMISSION so please check your folder / subfolder’s permission and set it to 777!!!

Goodluck!

Tags: , , ,

Protected: halloween@center stage

October 27th, 2008 | Enter your password to view comments | Posted in anything under the moonlight by dreamluverz




This post is password protected. To view it please enter your password below:


htaccess not working

October 24th, 2008 | No Comments | Posted in apache, htaccess by dreamluverz

On your httpd.conf

Set this: AllowOverride All same for the other one and uncomment this line

LoadModule rewrite_module modules/mod_rewrite.so

<Directory />
Options FollowSymLinks
AllowOverride All
Order deny,allow
Deny from all
</Directory>

<Directory “C:/htdocs”>

AllowOverride All
</Directory>

Tags: , ,

INCLUDE NOT WORKING IN PHP5

October 24th, 2008 | No Comments | Posted in php by dreamluverz

WTF. It almost made me crazy!!!!!
I tried installing latest version of php(5), mysql(5), apache(2.2) for the 1st time and it gave me terrible headache  in order for my codes to work. I almost wanted to give up and sleep. But I still kept on trying. After several attempts I made it! But… It didn’t end there coz this time simple “include” didn’t work. :cry:

Luckily I bumped into this forum and one suggested to turn on short_open_tag in your php.ini
short_open_tag = On
And it works!!!! Don’t ever forget this or else it will make you crazy for sure!

Normally we juz use <? code here ?> and not like this <?php code here ?>, but if your php.ini is set to short_open_tag = off It wont work so TURN THIS DAMN THING ON!!!!

Tags: , ,

new7wonders of nature

October 6th, 2008 | No Comments | Posted in anything under the moonlight by dreamluverz

Mga kababayan, let’s vote for our wonders of nature namely: underground rirver, chocolate hills, mayon volcano and tubbataha reef.

Cast your votes here: http://www.new7wonders.com/nature/en/liveranking/ as of the moment we are number one for underground river(puerto princesa subterranean river national park)



Some pix of underground river (inside the cave)

More photos here

underground river

underground river


Tags: , , , ,