jasonhinkle / phreeze

Phreeze Framework for PHP
http://phreeze.com/
GNU Lesser General Public License v2.1
377 stars 166 forks source link

Not shows table pages #253

Open pratik9722 opened 8 years ago

pratik9722 commented 8 years ago

In The browser(xmpp) all things works fine but with phpbrowserbox app files was not works. It shows this error "Server Configuration Problem: asp_tags is enabled, but is not compatible with Savant. You can disable asp_tags in .htaccess, php.ini or generate your app with another template engine such as Smarty." so I short_open_tag=Off asp_tags = off in php.ini (disabled) the I agin starts phpbrowserbox.exe this time I see the home page of my app(generated from phreeze ) this time tables pages was not opened & redrect to home page.(all mysql data was exported from xmpp and insert to phpbrowserbox's mysql by phpmyadmin) please show me how can I open table pages. With the phpbrowserbox wordpress works vary well (without any php.ini changes) phreeze is really good & thanks for contributing to open source community. if you don't mind one more que is that with Long Polling how much RAM I need for VPS with 4000-5000 records with 4-5 table with (related with each other) approx 1000 request per day? app which generated from phreeze is realy light weight or resource consumming. Yes it's really depends on how server is optimized but still I don't want accurate answer but get in Range so can calculated cost & set budget if it's consumes more resources then I will find alternative ways. thanks