Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~6K People Reached
Favorite Forums

5 Posted Topics

Member Avatar for Albert Pinto

i suggest to store only the name of the image in databse.When you want to display it you can give the folder path + image name(that comes from databse). this is better than storing whole path in database.

Member Avatar for mandeep_2
0
3K
Member Avatar for noahwilson

Cakephp is quite easy to learn compare to other frameworks i think so.if your basics are clear you can understand it in short time.

Member Avatar for Indians
-2
298
Member Avatar for kevinpatel

Why should we change the Security Salt value in CakePHP? and What if we don't change the value?

Member Avatar for broj1
0
107
Member Avatar for bavenbabu

go to app/Config/core.php and change the default value to any as you wish /* below are just examples */ Configure::write('Security.salt', 'hG93b0qyJfIxfs2guVoUubWwvniR2G0FgaC9'); Configure::write('Security.cipherSeed', '8593096574535424967496836'); this will solve two errors.For database error you can follow veedeoo 's answer. Even after applying all the changes given as above if you face errors then …

Member Avatar for kevinpatel
0
2K
Member Avatar for kevinyu
Member Avatar for kevinpatel
0
248

The End.