-
Posts
601 -
Joined
-
Last visited
-
Days Won
2
Everything posted by Frank Vèssia
-
I'm facing a strange behavior in pagination, I can't go after page999...page1000 return 404, it's a bug?
-
Hi guys, happy new year to this amazing community. Anyone used Amazon Dynamo DB for caching data? I would like to have a starting point.
-
Hi peterfoeng, thanks. I'll check into this issue . Regarding the pages, I use PW pages with some fields just for setup customization for the client. Example, the "team section" is composed as follow: Team - member 1 (page) - role field - facebook field - twitter field - google+ fields - member 2 (page) etc...
-
mmm i'm using the latest chrome but on mac...strange, thanks btw
-
Hi guys, my latest PW project. Client: ProximaXP One page design this time, so there is not much on PW power here, but I used a lot pages and fields for customizing all aspect and functions of the website. http://proximaxp.com
-
Template access, redirect to internal page
Frank Vèssia replied to Frank Vèssia's topic in Wishlist & Roadmap
Yes, but i think a simple select with the page tree it's easier -
Template access, redirect to internal page
Frank Vèssia replied to Frank Vèssia's topic in Wishlist & Roadmap
If I use the $config I have to check manually each page and redirect my users, I was talking about the template "access" panel when you can write a custom page url when a user has no access. -
Template access, redirect to internal page
Frank Vèssia replied to Frank Vèssia's topic in Wishlist & Roadmap
Yes but this will change also the admin login...when my users can't access to a particular page they have to login from my custom login page, not PW login page. -
Every time i set access to templates, 90% of the time a page is protected I set also "Redirect to another URL". Well could be useful to have a select and choose internal page for this redirection because I usually write something like "/login/", which is enough, but I was thinking, if a day I want to change my login url? I have to edit all the access rules for my templates...
-
I use latest PW, from github, my wire.php has this at line 232 throw new WireException("Method " . $this->className() . "::$method does not exist or is not callable in this context");
-
text field, latest PW Thanks Mats, i solved changing the flag value inside DB from 1 to 0.
-
Hi guys, suddenly my website is went down and i get only this message. I just set a field to autojoin... Exception: Method User::editable does not exist or is not callable in this context (in /home/cuckold/public_html/wire/core/Wire.php line 232) Can you help me please, i cannot even login into admin
-
Hello guys, assuming I have a lot (more than 100) repeater items and I want to edit a specific one, there is a fast way (with a selector) to get the specific item i want, edit it and save it, without loop through all items to find it?
-
strange error when updating user info
Frank Vèssia replied to Frank Vèssia's topic in API & Templates
Just read the message, I'll try with the new module, btw i'm using regular cron right now -
strange error when updating user info
Frank Vèssia replied to Frank Vèssia's topic in API & Templates
Well, i have always between 20-60 connected users, posting stuff, sending private messages, commenting etc, around 4-5k unique per day. -
strange error when updating user info
Frank Vèssia replied to Frank Vèssia's topic in API & Templates
I changed the interval of LazyCron from eveyMinute to every4Minutes, it looks i don't get any errors now...i have several connected users, can be this the cause, LazyCron called multiple times at the same moment? -
strange error when updating user info
Frank Vèssia replied to Frank Vèssia's topic in API & Templates
maybe i got it... I recently installed the multi language support, and i noticed all my users don't have the language set. Now i tried to edit a user via PW admin and i got the "error: missing required field..." for the language field. Can be? edit: not, i still get errors... -
strange error when updating user info
Frank Vèssia replied to Frank Vèssia's topic in API & Templates
The errors started when i uploaded this code, saveStats just perfoms a database update on a table not managed by PW. the user 10625 it's just an example, every time is different... -
I run a code with lazyCron for sending a newsletter to my users. After sending the newsletter i update a user field with the timestamp. $lastweek = strtotime("-1 week"); $last3days = strtotime("-3 days"); $userList = $users->find("userstatus=active,userbanned='',userdeleted='',email!='',id!=40|41,lastlogin<{$lastweek},lastnewsletter<{$last3days},sort=created,limit=5"); foreach($userList as $u){ // ...(herecode for sending the newsletter)... $u->of(false); $u->lastnewsletter = time(); $u->save(); $u->of(true); saveStats('newsletter'); } well, the code lokks ok, but sometimes i got this error: Error: Exception: Duplicate entry '10625-0' for key 'PRIMARY' (in /home/public_html/wire/core/Database.php line 118) the id 10625 is the user. I just update the user page but it seems it's trying to create another user with the same id...!? any idea?
-
Hi. I imported thousands of urls and it looks ok, i can see more hits for almost each url, but i get this error in my log: Cannot modify header information - headers already sent by (output started at /home/lswn/public_html/site/modules/ProcessRedirects/ProcessRedirects.module:274) in /home/lswn/public_html/wire/core/Session.php on line 350 any guess?
-
hi @pwired, yes i made the proxima xp logo in photoshop starting from a century gothic font, rasterized and elaborated, the grandients are just gradients you can simply define various color points in a gradient bar, i got the color looking at some golden stuff.
-
Thanks Apeisa!
-
Hi guys, i finally finished my personal website. PW and jQuery as always and Bootstrap as css framework. English version coming soon... http://complementaryart.com
- 6 replies
-
- 12
-
-
festival site with processwire and ajax - Boom Festival
Frank Vèssia replied to retinafunk's topic in Showcase
amazing work!