943,175 Members | Top Members by Rank

Ad:
  • PHP Discussion Thread
  • Unsolved
  • Views: 88
  • PHP RSS
Aug 31st, 2010
0

Cakephp Issue

Expand Post »
Hello Friends;

I am working on a project which is auction site and it is actually
clone of www.swoop.com
this clone is developed on CakePHP platform and I have a issues there.
I purchase that script from

http://www.moneymakersnetwork.info/p...HP-Script.html

and there is a demo

http://demo.bidscout.net

username- demo

password= password1


In that cms there is FCKEditor integrated and it is not working. It is
gives me that following error massage.

The requested URL /js/fckeditor/editor/fckeditor.html was not found on
this server.

Additionally, a 404 Not Found error was encountered while trying to
use an ErrorDocument to handle the request.


and if I add new category it is come to a drop down list box and those
links are broken

ok my host is like this

http://demosite.org/mysite/

app and webroot folders are located in

http://demosite.org/mysite/app

http://demosite.org/mysite/app/webroot


I have a cofig.php file and it is look like this

http://demosite.org/mysite/app/config


PHP Syntax (Toggle Plain Text)
  1. <?php
  2.  
  3. $config = array(
  4.  
  5. 'Database' => array(
  6.  
  7. 'driver' => 'mysql',
  8.  
  9. 'persistent' => false,
  10.  
  11. 'host' => 'localhost',
  12.  
  13. 'login' => 'myuser',
  14.  
  15. 'password' => 'mypassword',
  16.  
  17. 'database' => 'mydb',
  18.  
  19. 'prefix' => ''
  20.  
  21. ),
  22.  
  23.  
  24.  
  25. 'App' => array(
  26.  
  27. 'encoding' => 'UTF-8',
  28.  
  29. 'baseUrl' => '',
  30.  
  31. 'base' => '',
  32.  
  33. 'dir' => 'app',
  34.  
  35. 'webroot' => 'webroot',
  36.  
  37. 'name' => 'mysite',
  38.  
  39. 'url' => 'http://demo.org/mysite/',
  40.  
  41. 'timezone' => 'Asia/Jakarta',
  42.  
  43. 'language' => 'en',
  44.  
  45. 'email' => 'test@demo.com',
  46.  
  47. 'theme' => 'ddbids',
  48.  
  49. 'currency' => 'USD',
  50.  
  51. 'pageLimit' => 100,
  52.  
  53. 'bidHistoryLimit' => 10,
  54.  
  55. 'remember_me' => '+30 days',
  56.  
  57. 'auctionUpdateFrequency' => 1,
  58.  
  59. 'timeSyncFrequency' => 9,
  60.  
  61. 'gateway' => true,
  62.  
  63. 'demoMode' => false,
  64.  
  65. 'noAutobids' => false,
  66.  
  67. 'cronTime' => 1,
  68.  
  69.  
  70.  
  71. 'Image' => array(
  72.  
  73. 'thumb_width' => 100,
  74.  
  75. 'thumb_height' => 100,
  76.  
  77. 'max_width' => 340,
  78.  
  79. 'max_height' => 230
  80.  
  81. ),
  82.  
  83.  
  84.  
  85. 'Dob' => array(
  86.  
  87. 'year_min' => date('Y') - 100,
  88.  
  89. 'year_max' => date('Y') - 17
  90.  
  91. )
  92.  
  93. ),
  94.  
  95.  
  96.  
  97. 'Paypal' => array(
  98.  
  99. 'url' => 'https://www.paypal.com/cgi-bin/webscr',
  100.  
  101. 'email' => '',
  102.  
  103. 'lc' => 'GB'
  104.  
  105. ),
  106.  
  107.  
  108.  
  109. 'Email' => array(
  110.  
  111. 'delivery' => 'smtp',
  112.  
  113. 'sendAs' => 'both',
  114.  
  115. 'host' => 'localhost',
  116.  
  117. 'port' => 25,
  118.  
  119. 'timeout' => 60,
  120.  
  121. 'username' => '',
  122.  
  123. 'password' => ''
  124.  
  125. ),
  126.  
  127.  
  128. 'Cache' => array(
  129.  
  130. //'disable' => true,
  131.  
  132. 'check' => false,
  133.  
  134. 'time' => '' // relative time such as +1 day, +2 months,
  135. +3 minutes
  136.  
  137. ),
  138.  
  139.  
  140. 'debug' => 1
  141.  
  142. );
  143.  
  144. ?>
I am very new to the CakePHP and Please help me
Similar Threads
Reputation Points: 10
Solved Threads: 0
Light Poster
umandajayo is offline Offline
45 posts
since Feb 2010

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in PHP Forum Timeline: How to send reminder emails to users every 6 months?
Next Thread in PHP Forum Timeline: sending the same email to lots of people





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC