pastii is an open source pastebin.
info:
http://trac-hg.assembla.com/pastii
demo:
pastii is an open source pastebin.
info:
http://trac-hg.assembla.com/pastii
demo:
Can you please give a zip version of this tool because i was trying to get from the repo but faced some errors. Reset by per.
sorry, i am very odd… !
what this script for ?
i have go to that link, but still not get it?
It’s for pasting code so others will review it highlighted.
Anyone know how to install pastii?
i am a newbie. i folle the instruction and never manage to make it work
always got
The table "Paste" for active record class "Paste" cannot be found in the database.
C:\xampp\htdocs\framework\db\ar\CActiveRecord.php(2276)
please give me step by step tutorial
my email : lestatnoe@yahoo.com
probably u didnt set up the database correctly:
check the config @ /protected/config/main.php
change
'connectionString'=>'sqlite:' . dirname(__FILE__) . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR . 'data' . DIRECTORY_SEPARATOR . 'pastii.db',
to
'connectionString'=>'sqlite:' . dirname(__FILE__) . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR . 'data' . DIRECTORY_SEPARATOR . 'pastii.empty.db',
or just rename /protected/data/pastii.empty.db to pastii.db
moreover there are database schemes for mysql and sqlite supplied: /protected/data/mysql.schema.sql and sqlite.schema.sql
refer to http://www.yiiframework.com/doc/blog/1.1/en/prototype.database for some guidance