-
Content Count
71 -
Joined
-
Last visited
-
Days Won
1
Mustafa-Online last won the day on October 21 2017
Mustafa-Online had the most liked content!
Community Reputation
49 ExcellentAbout Mustafa-Online
-
Rank
Full Member
Profile Information
-
Gender
Male
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Mustafa-Online started following Future of Padloper - New Project Lead Announcement, How to approach this feat in Processwire, Where do you update the database username and password? and and 2 others
-
@Sephiroth Thanks alot for the video tutorials π
- 73 replies
-
- 1
-
-
@kongondo I'm using Laragon Windows 10. PW is not installed in sub-folder. The files are uploaded in ../site/assets/files. I did everything i can, but still nothing works π
-
@kongondo -- Yes I have jqfu & uploads folders. I also modeified the post_max_size so it's bigger than upload_max_filesize I get this in network tab >> Notice: Media Manager: No valid media found to add to Media Library One More thing: I checked again, all the files I tried to upload are available in PW assets folder!
-
@kongondo post_max_size = 512M memory_limit = 512M file_uploads = On upload_max_filesize = 2G -------------------------------------------- What are you trying to upload: I tried almost every type (jpeg png pdf doc docx ppt mp3 mp4) Are they perhaps smaller/larger than what you have in the settings? I even tried 3kb file size with no luck Is this a multilingual site? No It's a fresh installtion ProcessWire version: PW Dev 3.0.156 PHP version: 7.2.27
-
@kongondo I have just bought the Media Manager Module, Upload is not working! when i click on start button nothing shows on media manager page! check the images below (Home + Console)
-
Where do you update the database username and password?
Mustafa-Online replied to shogun's topic in Getting Started
I do it this way: i define a config->local then : /**** Config Enviroment **********/ $config->local = true; if($config->local == true) { $config->debug = false; $config->dbHost = 'localhost'; $config->dbName = 'dbname_on_local'; $config->dbUser = 'user_on_local'; $config->dbPass = '*********'; } else { $config->debug = false; $config->dbHost = 'localhost'; $config->dbName = 'dbname_on_server'; $config->dbUser = 'user_on_server'; $config->dbPass = '***********'; } And just toggle $config->local value between true / false -
Future of Padloper - New Project Lead Announcement
Mustafa-Online replied to kongondo's topic in Dev Talk
@kongondo .. Any Release date? I hope to see first version soon -
@dragan .. I have the same issue with Title field π
-
Building a site on local pc...
Mustafa-Online replied to franciccio-ITALIANO's topic in Getting Started
@franciccio-ITALIANO How do you link assets (images, css ..etc)?? - share some code so we can help -
module Sliding Toggle Fieldtype/Inputfield
Mustafa-Online replied to BitPoet's topic in Modules/Plugins
πππ -
Future of Padloper - New Project Lead Announcement
Mustafa-Online replied to kongondo's topic in Dev Talk
@kongondo .. I'm Totally Amazed (You Are Super Awesome). Just wondering about "Back-end Notifications" in the UI, I don't see it in the demo you made! where are they? π -
it works fine when using PHP 5.6 π
-
@adrian - It's Empty ...............................
-
I get this error when trying to upload an image! it used to be working, but suddenly stopped !! (Check The Image Below) .
-
Future of Padloper - New Project Lead Announcement
Mustafa-Online replied to kongondo's topic in Dev Talk
I can't wait to build my first E-commerce site using Padloper π - Great Job @kongondo