-
Posts
122 -
Joined
-
Last visited
Profile Information
-
Gender
Male
-
Location
Fort McMurray, AB
Recent Profile Visitors
7,073 profile views
fmgujju's Achievements
Sr. Member (5/6)
70
Reputation
-
Use https://blisk.io/ for mobile testing.
-
fmgujju started following Template2Form module / helper , Preview Intranet Application – Office Management , WireThemes and 1 other
-
I have done before using this walk-through: http://www.iis.net/learn/extensions/url-rewrite-module/importing-apache-modrewrite-rules Here is the old post which has discussion on how to use URL Write for PW Windows. https://processwire.com/talk/topic/766-isapi-rewrite-3-on-iis/?p=18486
-
Thanks apeisa! I have added my profile, it's being reviewed.
-
How do I add my profile? I used my twitter account for this forums.
-
Thanks Oliver! It's working now after grabbing your latest code.
-
I have installed and then setup controllers and views as per your post. I then created same pages with template that you have in you screenshot. I have also corrected your code which was giving me error as follows: public method function init() parent::init(); (here one colon was missing) Removed ... part. I really like that I can use MVCish style in PW so if it works then I am all for it.
-
@Oliver: When I setup on ProcessWire 2.5.3 as you have mentioned above, I got following error: Notice: Array to string conversion in C:\xampp\htdocs\pw25\wire\core\PageTraversal.php on line 72 Fatal error: Exception: Field does not exist: Arraysort (in C:\xampp\htdocs\pw25\wire\core\PageFinder.php line 494) #0 [internal function]: PageFinder->___getQuery(Object(Selectors), Array) #1 C:\xampp\htdocs\pw25\wire\core\Wire.php(389): call_user_func_array(Array, Array) #2 C:\xampp\htdocs\pw25\wire\core\Wire.php(344): Wire->runHooks('getQuery', Array) #3 C:\xampp\htdocs\pw25\wire\core\PageFinder.php(263): Wire->__call('getQuery', Array) #4 C:\xampp\htdocs\pw25\wire\core\PageFinder.php(263): PageFinder->getQuery(Object(Selectors), Array) #5 [internal function]: PageFinder->___find(Object(Selectors), Array) #6 C:\xampp\htdocs\pw25\wire\core\Wire.php(389): call_user_func_array(Array, Array) #7 C:\xampp\htdocs\pw25\wire\core\Wire.php(344): Wire->runHooks('find', Array) #8 C:\xampp\htdocs\pw25\wire\core\Pages.php(168): Wire->__call('find', Array) #9 C:\xampp\htdocs\pw25\wire\core\Pages.php(168): PageFinder->find(Object(Selectors), Array) #10 [internal function]: Pages->___find('parent_id=1013,...', Array) #11 C:\xampp\htdo inC:\xampp\htdocs\pw25\index.php on line 226 Error: Exception: Field does not exist: Arraysort (in C:\xampp\htdocs\pw25\wire\core\PageFinder.php line 494) #0 [internal function]: PageFinder->___getQuery(Object(Selectors), Array) #1 C:\xampp\htdocs\pw25\wire\core\Wire.php(389): call_user_func_array(Array, Array) #2 C:\xampp\htdocs\pw25\wire\core\Wire.php(344): Wire->runHooks('getQuery', Array) #3 C:\xampp\htdocs\pw25\wire\core\PageFinder.php(263): Wire->__call('getQuery', Array) #4 C:\xampp\htdocs\pw25\wire\core\PageFinder.php(263): PageFinder->getQuery(Object(Selectors), Array) #5 [internal function]: PageFinder->___find(Object(Selectors), Array) #6 C:\xampp\htdocs\pw25\wire\core\Wire.php(389): call_user_func_array(Array, Array) #7 C:\xampp\htdocs\pw25\wire\core\Wire.php(344): Wire->runHooks('find', Array) #8 C:\xampp\htdocs\pw25\wire\core\Pages.php(168): Wire->__call('find', Array) #9 C:\xampp\htdocs\pw25\wire\core\Pages.php(168): PageFinder->find(Object(Selectors), Array) #10 [internal function]: Pages->___find('parent_id=1013,...', Array) #11 C:\xampp\htdo This error message was shown because site is in debug mode ($config->debug = true; in /site/config.php). Error has been logged.
-
Same here... get "Internal Server Error" when I try your website but when I hard refresh by pressing (Ctrl+F5) then it loads fine.
-
I use Chrome with AdBlock extension so I haven't notice any ads on the CMSCritic website. Here is the screen capture. I used "Awesome Screenshot" extension which automatically scroll to take screenshot on the entire page of the website. I disable AdBlock to see how its looks like and I realized what "Soma" was saying. I am not promoting anything here so do not take any anything from this post. @Mike: If you look at my screenshot and see just below "Related Products" area. You will not see any "Got Questions" banner there, do you? I have ads block enabled. You must have something to that "Got Questions" widget that treat as Ads. I am telling this so that whoever has block ads they still can see forum banner! Only concerns is topic titles are bigger than the your website logo's font! Other than that your website Wikipedia of CMSs!
-
Have you checked this tutorial by Kongondo?
-
Where can I download your module? I don't see any GitHub or any other link. I believe I need to copy the above code and create a module in PW. I would like to test your module. Thanks!
-
Same thing happening to me. redirecting to http://pma.lightning.pw/ PhpMyAdmin page.
-
@pwired: contact form code was taken from here: https://processwire.com/talk/topic/407-processing-contact-forms/?p=3208
-
@bwakad: The login/register link is still using the older layout and php/mysql web application. I have only converted website using ProcessWire CMS. Membership Area & Library is not part of PW CMS. Currently working on the web application project which will replace old membership/library with Laravel app.