Tag Archives: error

mysql error: 1005

Share ERROR 1005: Can’t create table (errno: 121) Help Solution: For some reasons this error appeared for the first time and caused my mysql to drop. But it only happens when clicking on a specific table. So I recreated the … Continue reading

Posted in mysql | Tagged , , , , | Leave a comment

wordpress: If this file were writable you could edit it.

Share Error: If this file were writable you could edit it. If you’re getting this error check the folder for wp-content and for themes and change its permission to 777 as well as it’s sub folders esp the current theme … Continue reading

Posted in anything under the moonlight, wordpress | Tagged , , , | Leave a comment

cancelBubble

ShareI have this function but something was wrong with firefox. I got undefine value. After taking a closer look in my code I forgot to pass the ‘event’ parameter on my function. function dps_cancel_bubble(e) { if (!e) var e = … Continue reading

Posted in javascript | Tagged , , , , , , | Leave a comment

error 500

Shareproblem: error 500 on xampp when using htaccess: solution: Locate this file httpd.conf and uncomment this LoadModule mod_rewrite modules/mod_rewrite.sop and restart apache

Posted in apache, server | Tagged , , , | Leave a comment

[function.main]: failed to open stream: Permission denied

ShareWarning: … [function.main]: failed to open stream: Permission denied Warning: main() [function.include]: Failed opening … for inclusion (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in … I wanna bear in mind that this error has something to do with file permission coz at first glance I … Continue reading

Posted in php | Tagged , , , | 1 Comment