Skip to main content

Show Posts

This section allows you to view all Show Posts made by this member. Note that you can only see Show Posts made in areas you currently have access to.

Messages - Emman

3
Questions / Re: I want to show like this...
Please use rawQueryOne as it returns object while rawQuery returns array.

Also i will advice against putting sql statements in the view page as it goes against mvc pattern. You can create a new function in ContentController that returns the db result then call the function in the view page.
4
Bugs / Re: email server
Please sending email on localhost will not work. Smtp is designed to work on localhost.
5
General Discussion / Re: Logs showing plain password
There's option to save password in plain text or hash the password using(BCRYPT,SHA1,MD5...) before saving. Probably you have chosen to save as plain text.

Please verify before you post something like this.


11
Bugs / Re: Classic 2.6.4 eval - Error when insert none required field
The problem is with your database design. I would suggest you design your database with another tool and use phprad to generate the application.

If you like, you can try to insert into the database table with any other tool to see if it works.
12
Questions / Re: Support Contact
Well received, Kindly send us your email so we can send you a license key.
Thank you for choosing PHPRad
13
Questions / Re: Support Contact
Hello,

Sorry about the challenges you are facing trying to make payment, kindly send an image of the error response you are getting,
whiles our payment gateway tries to resolve the issue.

Kind Regards.
14
Issues / Re: loading time
We are releasing new update to fix this issue.

Thanks for your support.
15
Issues / Re: loading time
I believe this is due to the new image manipulation library.
The application will load fine if the image is hosted in the project directory. But if the image is from external application that's when the loading time takes place.
The previous library used does not support external images.

Please confirm the images are not external images.

Thanks.