Jump to content

Frank Vèssia

Members
  • Posts

    584
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by Frank Vèssia

  1. so it's question of php...ok I'll try to install this fileinfo.so extension, thanks
  2. Hi, I'm trying using this module with latest PW release but I got this error: Error: Call to undefined function finfo_open() (line 253 of /home/ilpepe/public_html/site/modules/MarkupRSSEnhanced.module)
  3. Well, this social network is a result of more than 2 years of development (alone), I can write something about but I'm not a top level programmer , I'm pretty sure a lot of stuff I created can be made in a better way. I can stop the website few hours in the night...anyway I'm migrating to a better server so I will make all the test there and when ready move everything.
  4. yeah, i'm still using 2.3 for this project. It's quite risky to upgrade PW at this point (40k users, almost 3k logins per day), I made it in the past and I had some little problems, even during the night users are always connected doing stuff (it's a social network), moreover I made a big modification since I had the 32k files limit problem, solved with Wanze's solution ...but I need to change server very soon, maybe I can wait 2.5, copy the site to the new server, upgrade PW, reapply the mod and if everything looks ok switch dns...thanks anyway
  5. I need to remove a field from user template, the problem is I have more than 40.000 registered users and every time i tried to remove the field from the admin I got a sort of crash and the result is the field was not removed. Is there a way I can remove it manually directly from the database? Which tables I have to check? Thanks
  6. Hello, I created this website just for fun. It's a collection (very small right now) of free high resolution photos, free to download and free to use also for commercial purpose. I hope this website will grow with a contribution of other photographers. http://lymeta.com
  7. @wanze I just made a correction here: $new_path = wire('config')->paths->files . PagefilesManager::makeCustomPath($page); makeCustomPath returns relative directory and the rename didn't work. The rest works pretty good. Thanks again.
  8. @wanze, i just implemented your hack and it works pretty good, thanks Did you also created some script for moving old files to the new directories?
  9. thanks @Wanze, I'm going to implement this!
  10. @wanze I would like to avoid hack core files but if there are no other solutions I'll do it, thanks. Maybe if you can send me details of what files did you modifiy and where exactly I would appreciate that.
  11. I've read the post but i didn't come up with any solution...
  12. thanks WillyC, I installed and for "now" the problem is solved, but soon I will have the same issue, there is no way to use multiple directories for "/files/" folder?
  13. Hi guys, i reached the filesystem limit 32000 for subfolders on my server and the server support told me this limit cannot be increased. Right now i suspended all uploads by users, any idea how to solve this? Thanks
  14. thanks @joss but can't use that code on stackoverflow, and the case is opposite of mine...
  15. I made once, just replacing the wire folder, index.php and htaccess, same procedure for the upgrade but reversed
  16. Hi guys, I need to create fake subdomains for my users, right now my htaccess code is this one: RewriteCond %{HTTP_HOST} !^(www\.|cdn\.)?domain\.com$ [NC] RewriteCond %{HTTP_HOST} ^(\w+)\.domain\.com$ [NC] RewriteRule ^ user/%1%{REQUEST_URI} and it works pretty good except for one thing: this works => http://username.domain.com/subfolder this doesn't => http://username.domain.com/subfolder/ the trailing slash causes some issue...any idea? (I had to remove the trailing slash option from the template of "subfolder" page otherwise i get errors in both cases)
  17. What I did in few websites is to store the password right after the registration process in a field called clear_pass. It's not the best solution for security reasons but I needed a readable password for my users, of course you can do this if you have your own registration page.
  18. No errors. English is the alternative language. Where I can check these languages settings? Into "settings" of the page I have the alternative url path with the checkbox "Active" checked..no more...I'm using PW 2.4
  19. I noticed a strange redirect...I have 20 pages using the same template "category", all pages work fine except two of them, that redirect to the english version of the site (I use multi language)...it's so weird... domain.com/category = > en.domain.com I checked everything, deactivated also the processRedirect, I debugged the php, but it looks like the redirect starts before any template is called. Any idea ? Something I can check or a way to debug this redirection?
×
×
  • Create New...