lukinods
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Could not copy file.hi, of course
my wp-config.php is like that:
define(‘FTP_BASE’, ‘/wwwIntranet/’);
define(‘FTP_CONTENT_DIR’, ‘/wwwIntranet/wp-content/’);
define(‘FTP_PLUGIN_DIR ‘, ‘/wwwIntranet/wp-content/plugins/’);
define(‘FS_METHOD’, ‘ftpsockets’); //already tried to use ftpext
define(‘FTP_HOST’, ‘MY-HOST’);
define(‘FTP_USER’, ‘MYUSER’);
define(‘FTP_PASS’, ‘MYPASSWORD’);i used this functions on the wp_config.php file, just pasted in it.
but as i said, it didn’t worked as expected..
so i found on some website that this line was wrong:
define(‘FS_METHOD’, ‘ftpsockets’); //already tried to use ftpextyou should use it like that:
define(‘FS_METHOD’, ‘fs_method’); //already tried to use ftpext
and that turned out to be the solution i was looking for
hope i was clear
good luck
Forum: Plugins
In reply to: [BuddyPress Global Search] change the search resutlsHi buddyboss,
thanks for this answer but could you tell me what file should I edit?I am not being able to find it..
thanks already
best regards
Forum: Plugins
In reply to: [BuddyPress Global Search] search for users who have never loggedok man thanks! that did the job!
best regards
Forum: Plugins
In reply to: [BuddyPress Global Search] search for users who have never loggedhi, thanks for your answer, but could you tell me how do i do that?
thanks a lot!
best regards
Forum: Plugins
In reply to: [File Away] how do i change the upload limitactually i had to re-start this topic..
when i post the shortcode, instead of showing me the boxes of the plugin, it shows the shortcode
its like that:
[directory base=”1″ makedir=”true” type=”table” directories=”true” paginate=”false” makedir=”true” flightbox=”images”][directory base=”1″ makedir=”true” type=”table” directories=”true” paginate=”false” makedir=”true” flightbox=”images” maxsize=”500″ maxsizetype=”500″]
what am i doing wrong?
thakns
Forum: Plugins
In reply to: [File Away] how do i change the upload limitok man thanks,
i’ll set this top to resolved!
Forum: Plugins
In reply to: [File Away] upload not workinghello my man
i figured out what was the problem, it was an issue with superbackup plugin, it seems that despite the error showed when we tried to upload files, it was actually working but uploading on the wrong folder.. it was going to the backup folder, that was how i figured out the conflict!
thanks for the help sir
Forum: Plugins
In reply to: [File Away] upload not workingfile away works along file-manager plugin or they are independent?
Forum: Plugins
In reply to: [File Away] upload not workingi have even tried to recreate the page adding the box using the pagebuilder as i saw on some web page that i dont have anymore and i ended up with the same error.. i forgot to mention that i already reinstalled the plugin as well but haven’t had any results
Forum: Plugins
In reply to: [File Away] upload not workingit happens for all kinda files, this sql was just a try.. all the changes were about customizations of pages, nothing related to the plugin.. just the
aesthetics parts..Forum: Plugins
In reply to: [File Away] upload not workingHi,
this token error was something to do with an issue from my theme, it s fixed.
but the upload problem still goes on..
here is the error i get when i try to upload anything. The file that is showing there i uploaded through http://ftp.. it locates the folder i’ve set up to receive the files but i cant upload anything..Forum: Plugins
In reply to: [File Away] upload not workinghi,
i read the tutorials but it didn’t help, the plugin configurations is correct, i was able to upload files, i even have done it.. it suddenly stopped working..
no, i’m on a ubuntu server and is everything with 777 access, folders and files.. i cant get the short code cause i’m having another problem that when i try to open the text block with this short code it only shows this message parsererror: Unexpected token thanks for the fasttest answer i have ever got in the internet lol and sorry for my english
Forum: Plugins
In reply to: [Buddypress Xprofile Custom Fields Type] Remove Birthday fieldHi,
I have the same problem, every time I try to change the birthday field it keeps reappearing,I heard that we might have to change something on some file but i couldn’t find the lines that contains the sql commands that fix this.
What should I do?
Thanks
Forum: Fixing WordPress
In reply to: Could not copy file.Hi guys, after 2 weeks of seeking this solution i finally found it.
in the line that i define the fs method on the wp-config.php, you should put fs_method as direct instead of ftpsockets or ftpext, at least in my situation.
Thanks,
Bye
Forum: Fixing WordPress
In reply to: admin without permission to edit?Hi Valterz,
Have you changed some configurations about the permalinks?
If you did, you problem may be the rewrite mod..How is your link configuration ?