- This topic is empty.
-
AuthorPosts
-
April 5, 2012 at 6:44 am #37506
gauz
Memberhi guyz,
i am learning how to make an app
i went through this tutorial -> , for creating a webapp… https://css-tricks.com/examples/WebAppFromScratch/i downloaded the source code and extracted it in the htdocs folder in Xampp.. but when i am trying to run it, i am getting this error ->
Warning: require_once(inc/FirePHPCore/FirePHP.class.php) [function.require-once]: failed to open stream: No such file or directory in C:xampphtdocsColoredLists_v1.0commonbase.php on line 13
Fatal error: require_once() [function.require]: Failed opening required ‘inc/FirePHPCore/FirePHP.class.php’ (include_path=’.;C:xamppphpPEAR’) in C:xampphtdocsColoredLists_v1.0commonbase.php on line 13
please help..
thnx..April 5, 2012 at 9:08 am #100653SgtLegend
MemberThe error simply means the FirePHP core files are missing, you can download the server side files from http://www.firephp.org/DownloadRelease/FirePHPLibrary-FirePHPCore-0.3.2
April 5, 2012 at 10:06 am #100656gauz
MemberHI SgtLegend..
thanks for your response,
i downloaded the firphp and i copied the FirePhpCore file in the htdocs folder in my Xampp and also tried copying them to the coloredlists php folder.. its still not working, can you let me know that where should i extract the files??
April 5, 2012 at 10:36 am #100657gauz
Memberhey, that really helped :).. i copied the firephpcore file in the inc folder
and now i am getting this new error:
Connection failed: SQLSTATE[28000] [1045] Access denied for user ‘db_user’@’localhost’ (using password: YES)fyi: my database default name is root and it does not use any password..
plz help…
April 5, 2012 at 11:40 am #100660gauz
Memberhi,
i modified the constantc.inc file in the inc folder as follows :
define(‘DB_USER’, ‘root’);
define(‘DB_PASS’, ”);
define(‘DB_NAME’, ‘cl_db’);// HTML Whitelist
define(‘WHITELIST’, ‘‘);?>
(provided the default user name n pass)
now the index page is loading..
but once i click on any icon such as login.. then i am again getting this error:Object not found!
The requested URL was not found on this server. The link on the referring page seems to be wrong or outdated. Please inform the author of that page about the error.
If you think this is a server error, please contact the webmaster.
and the default link shows as -> http://127.0.0.1/login.php..
i guess the problem is that link is getting redirected to the default directed instead of being directed to 127.0.0.1/coloredlists/login.php…
cz when i pasted all the files from the coloredlists folder into the htdocs folder, then it is displaying the pages..and one more thing…
when i am trying to sign up , then i am getting this error:Warning: mail() [function.mail]: Failed to connect to mailserver at “localhost” port 25, verify your “SMTP” and “smtp_port” setting in php.ini or use ini_set() in C:xampphtdocsincclass.users.inc.php on line 308
ErrorThere was an error sending your verification email. Please contact us for support. We apologize for the inconvenience.
how to configure that???
sorry for bothering you guyz..
Thanks..
April 7, 2012 at 1:00 pm #100781gauz
Memberexpecting some help!! :)
-
AuthorPosts
- The forum ‘Back End’ is closed to new topics and replies.