Jump to content

Frank Vèssia

Members
  • Posts

    601
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by Frank Vèssia

  1. I'm facing a strange behavior in pagination, I can't go after page999...page1000 return 404, it's a bug?
  2. 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.
  3. 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...
  4. mmm i'm using the latest chrome but on mac...strange, thanks btw
  5. 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
  6. Yes, but i think a simple select with the page tree it's easier
  7. 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.
  8. 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.
  9. 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...
  10. 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");
  11. text field, latest PW Thanks Mats, i solved changing the flag value inside DB from 1 to 0.
  12. 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
  13. 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?
  14. Just read the message, I'll try with the new module, btw i'm using regular cron right now
  15. Well, i have always between 20-60 connected users, posting stuff, sending private messages, commenting etc, around 4-5k unique per day.
  16. 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?
  17. 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...
  18. Thanks
  19. 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...
  20. 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?
  21. 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?
  22. 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.
  23. Thanks Apeisa!
  24. 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
×
×
  • Create New...