126 comments found.
Hi pre purchase inquiry. Does your script have vendor registration option ? Whereby potential vendors can register and bid for open tenders . We need somethin related to e-tenders & procurement. You script has some basics and we are thinking maybe that can be scaled up.
Hi,
Sorry, but the script does not have that vendor registration feature. But that can be added though. It will just require a custom programming to add that feature.
We are looking to purchase the code. The flow chart is simple and looks like what we’re looking for. The demo is not working, it doesn’t login with any of the IDs. Is there another place to test this before purchasing?
What we are looking for is: 1. Any employee (as requester) can raise an acquisition request along with justification.
2. When the request is raised, the Leader of the Requester should be able to view, approve or reject the request (Approver’s action to be notified to the requester)
3. Once approved, the Procurement team should find vendors and get quotes and upload multiple quotes, at least 3 quotes, along with a quote comparison file, along with their recommendation before being able to complete the phase and proceed the request to next level for final quote approval.
4. Approver to select which quote to approve or even reject the acquisition request altogether.
5. Finance team to disburse payment according to the approval.
6. The Procurement Team to ensure smooth delivery of the product/service.
7. Requester gives product/service receipt confirmation. (And item is marked as closed).
To have a super admin panel to add/remove requesters, or change their leaders or department when required. to limit who can access what phase of the process. to have email notifications enabled or disabled for each phase.
Hi,
Let me review and get back to you soon.
Hi,
I just tried the demo and it is working. Did you test on this demo link? https://cipurchasing.exwebdev.com/
Hi, I have just purchased this code but I’m getting error below during installation.
Oops, looks like the page is lost. This is not a fault, just an accident that was not intentional.
Hello,
Can you give the URL of the site?
<IfModule mod_rewrite.c>
<IfModule mod_negotiation.c>
Options -MultiViews
</IfModule>
RewriteEngine On
# Redirect Trailing Slashes If Not A Folder...
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)/$ /$1 [L,R=301]
# Handle Front Controller...
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [L]
# Handle Authorization Header
RewriteCond %{HTTP:Authorization} .
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
</IfModule>
Thank you so much. The issue was resolved after adding .htaccess code at the root
please demo credentials are not working also if possible you can send me the WhatsApp number to easy communication
Hello,
Thank you for contacting support. I just tried to login using the demo access and all is working. Incase that you don’t know the demo access, you can see it in the login screen. Check this screenshot: https://app.screencast.com/VqNzzRijvH7d5
Thanks
When an application is difficult for users to run, it can lead to financial loss and low customer ratings. I purchased the application to see if it could meet my needs, but it’s not working. Since it will be running locally, could you please simplify the configuration process and provide more detailed instructions?
Hello Lugard,
Can you show me what is the error you encountered? There is an online documentation here that you can read: http://45.77.19.213/docs/purchasing/
Also, please note that the php version you need to use here is 7.4. It is not currently supported with the latest php 8.0 and up.
You might also need this .htaccess too. Place that on the root of your application folder.
<IfModule mod_rewrite.c>
<IfModule mod_negotiation.c>
Options -MultiViews
</IfModule>
RewriteEngine On
# Redirect Trailing Slashes If Not A Folder...
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)/$ /$1 [L,R=301]
# Handle Front Controller...
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [L]
# Handle Authorization Header
RewriteCond %{HTTP:Authorization} .
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
</IfModule>
Can the flow chart be changed? For example, eliminating some sessions to make it shorter?
Hellow tjay,
Sorry for the late response. Currently, there is no option to change the flow process but yes, there is a way, although it is not an easy way, because you need to customize the code and you need to hire a developer to do that.
application not working on https://storeorder.capitalhyundai.co.in
Hi,
It looks like that your server has an improper permission. Can you give me your cpanel info for me to check it further? Send it to jack.tyler2318(@)gmail.com
Hello,
We are interested in buying this PHP code but I wanted to confirm, is support still available? Last update was on 22 July 2019. We we run into any issues during or after installation or need guide and help, will the developer of this plugin be available to assist and fix?
Hi. Yes, support is still available on this specially when there is a bug you found on the system. Please read the documentation too.
Hi there Are you planning to update soon?
Regasrds
I’m quite busy at the moment but I have a plan to build for Codeigniter 4 later.
Hi, could u plx send me a setup guideline for Codeigniter Purchase for Xampp
Hi cifax,
There is an installation guide on the documentation which located here: http://45.77.19.213/docs/purchasing/#installation
Then you can add .htaccess file to be place on the root of the installation directory. copy the .htaccess code below:
<IfModule mod_rewrite.c>
Options +FollowSymLinks
RewriteEngine on
RewriteBase /folder_name
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?$1 [L]
</IfModule>
Replace the folder_name if you install it on subfolder.
If you install it on root, remove the folder_name and just leave the slash( / )
The database could not be created, please verify your settings.
Issue creating database, please help me with database config.
Hi,
You need to match your mysql connection settings from your database.
If you don’t have database created yet, you have to create on phpmyadmin.
currently im using xampp for testing, can you assist me with config
after creating database,
Error The requested URL was not found on this server. The link on the referring page seems to be wrong or outdated. Please inform the author of that page about the error.
pls assist
Can you take a screenshot including the URL? please send to my email jack.tyler2318(@)gmail.com
i have finally manged to do the set up
its working.
I will come with comments after testing the system
hi, The dash board is loading in only general user and admin, plx assist?
also how can I activate the mailing
Hello,
There are only 2 dashboard layout. 1 for the admin and 1 for the general users.
Mailing can be enabled in the settings. The email config file is located in /application/third_party/xwb/config/email.php
Hi, thank u for the support. I have notice an error in the Request List – Print Request. Its not showing the PO Number in the Purchase Requisition Slip. Plx check
Hi cifax89,
There should be no PO number on Purchase Requisition Slip because it display all of the products there with different supplier.
That label can be deleted. I have added this to my note too for the next update.
Dear Support, Good day. I have question how to config send e-mail?
Hello,
Sorry for the late response during weekend. Email configuration is still the same on codeigniter 3 configuration that you can see on their documentation: https://codeigniter.com/userguide3/libraries/email.html. The configuration file is located on this path: /application/third_party/xwb/config/email.php
Dear Support, Goodday I have problem. After installed not access user/auth/login and not show page. How to solve? Thank you.
DataTables warning: table id=DataTables_Table_0 – Ajax error. For more information about this error, please see http://datatables.net/tn/7
How to solve?
Hi nattarak,
Sorry for the late response. Can you give me the URL and login access to my email: jack.tyler2318(@)gmail.com for me to check?
Please check your email.
how to change credit in Footer
Hi,
Please go to /application/third_party/xwb/config/xwb_purchasing.php file. and look for footer_text config at line 24. There you can change the footer text.
Can this system be customized?
Hello,
Yes, this can be customized. You just need to override the files via application/modules. But you need a php programmer to do the customization.
Hi Dear, I am interest for your CI Purchasing system. On your demo version we are unable to change lang settings, add/update departments, add/edit user group, set access list (security process for users). Will you please advice me if those are possible on the script after purchasing ? Kindly yours,
Hello,
Yes, it is disabled on the demo purpose only to avoid users changing the settings. But those can be enabled in the config file. Please note that user group can only be edited and updated but you can’t add another.
I have sent emails as requested regarding the error I am getting about installing the scripts with my payment code. yet no response feedback. This project is timely. kindly treat as urgent and your documentation is not helping
Hello,
Sorry for the late response. I just sent you an email regarding the given access.
i replied you and i sent you access to your two emails provide on envato
Please check your email you see my emails
I purchased the script and when trying to install am getting PHP errors
A PHP Error was encountered Severity: 8192
Message: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated
Filename: MX/Loader.php
Line Number: 169
Backtrace:
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/MX/Loader.php Line: 169 Function: strtolower
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/MX/Loader.php Line: 196 Function: library
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/MX/Loader.php Line: 160 Function: libraries
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/MX/Loader.php Line: 60 Function: initialize
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/xwb/Xwb_custom_controller.php Line: 26 Function: __construct
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/xwb/libraries/XWB_purchasing_base.php Line: 136 Function: __construct
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/xwb/controllers/admin/Xwb_admin.php Line: 25 Function: __construct
File: /home2/stresertint/workflow.stresertintegrated.com/application/modules/admin/controllers/Admin.php Line: 24 Function: __construct
File: /home2/stresertint/workflow.stresertintegrated.com/index.php Line: 315 Function: require_once
A PHP Error was encountered Severity: 8192
Message: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated
Filename: MX/Loader.php
Line Number: 169
Backtrace:
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/MX/Loader.php Line: 169 Function: strtolower
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/MX/Loader.php Line: 196 Function: library
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/MX/Loader.php Line: 160 Function: libraries
File: /home2/stresertint/workflow.stresertintegrated.com/application/modules/user/libraries/Ion_auth.php Line: 62 Function: library
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/MX/Loader.php Line: 185 Function: __construct
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/MX/Loader.php Line: 196 Function: library
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/MX/Loader.php Line: 160 Function: libraries
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/MX/Loader.php Line: 60 Function: initialize
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/xwb/Xwb_custom_controller.php Line: 26 Function: __construct
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/xwb/libraries/XWB_purchasing_base.php Line: 136 Function: __construct
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/xwb/controllers/admin/Xwb_admin.php Line: 25 Function: __construct
File: /home2/stresertint/workflow.stresertintegrated.com/application/modules/admin/controllers/Admin.php Line: 24 Function: __construct
File: /home2/stresertint/workflow.stresertintegrated.com/index.php Line: 315 Function: require_once
A PHP Error was encountered Severity: 8192
Message: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated
Filename: MX/Loader.php
Line Number: 169
Backtrace:
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/MX/Loader.php Line: 169 Function: strtolower
File: /home2/stresertint/workflow.stresertintegrated.com/application/modules/user/libraries/Ion_auth.php Line: 66 Function: library
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/MX/Loader.php Line: 185 Function: __construct
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/MX/Loader.php Line: 196 Function: library
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/MX/Loader.php Line: 160 Function: libraries
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/MX/Loader.php Line: 60 Function: initialize
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/xwb/Xwb_custom_controller.php Line: 26 Function: __construct
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/xwb/libraries/XWB_purchasing_base.php Line: 136 Function: __construct
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/xwb/controllers/admin/Xwb_admin.php Line: 25 Function: __construct
File: /home2/stresertint/workflow.stresertintegrated.com/application/modules/admin/controllers/Admin.php Line: 24 Function: __construct
File: /home2/stresertint/workflow.stresertintegrated.com/index.php Line: 315 Function: require_once
A PHP Error was encountered Severity: 8192
Message: Return type of CI_Session_files_driver::open($save_path, $name) should either be compatible with SessionHandlerInterface::open(string $path, string $name): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Filename: drivers/Session_files_driver.php
Line Number: 132
Backtrace:
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/MX/Loader.php Line: 180 Function: _ci_load_library
File: /home2/stresertint/workflow.stresertintegrated.com/application/modules/user/libraries/Ion_auth.php Line: 66 Function: library
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/MX/Loader.php Line: 185 Function: __construct
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/MX/Loader.php Line: 196 Function: library
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/MX/Loader.php Line: 160 Function: libraries
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/MX/Loader.php Line: 60 Function: initialize
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/xwb/Xwb_custom_controller.php Line: 26 Function: __construct
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/xwb/libraries/XWB_purchasing_base.php Line: 136 Function: __construct
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/xwb/controllers/admin/Xwb_admin.php Line: 25 Function: __construct
File: /home2/stresertint/workflow.stresertintegrated.com/application/modules/admin/controllers/Admin.php Line: 24 Function: __construct
File: /home2/stresertint/workflow.stresertintegrated.com/index.php Line: 315 Function: require_once
A PHP Error was encountered Severity: 8192
Message: Return type of CI_Session_files_driver::close() should either be compatible with SessionHandlerInterface::close(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Filename: drivers/Session_files_driver.php
Line Number: 292
Backtrace:
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/MX/Loader.php Line: 180 Function: _ci_load_library
File: /home2/stresertint/workflow.stresertintegrated.com/application/modules/user/libraries/Ion_auth.php Line: 66 Function: library
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/MX/Loader.php Line: 185 Function: __construct
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/MX/Loader.php Line: 196 Function: library
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/MX/Loader.php Line: 160 Function: libraries
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/MX/Loader.php Line: 60 Function: initialize
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/xwb/Xwb_custom_controller.php Line: 26 Function: __construct
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/xwb/libraries/XWB_purchasing_base.php Line: 136 Function: __construct
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/xwb/controllers/admin/Xwb_admin.php Line: 25 Function: __construct
File: /home2/stresertint/workflow.stresertintegrated.com/application/modules/admin/controllers/Admin.php Line: 24 Function: __construct
File: /home2/stresertint/workflow.stresertintegrated.com/index.php Line: 315 Function: require_once
A PHP Error was encountered Severity: 8192
Message: Return type of CI_Session_files_driver::read($session_id) should either be compatible with SessionHandlerInterface::read(string $id): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Filename: drivers/Session_files_driver.php
Line Number: 166
Backtrace:
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/MX/Loader.php Line: 180 Function: _ci_load_library
File: /home2/stresertint/workflow.stresertintegrated.com/application/modules/user/libraries/Ion_auth.php Line: 66 Function: library
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/MX/Loader.php Line: 185 Function: __construct
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/MX/Loader.php Line: 196 Function: library
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/MX/Loader.php Line: 160 Function: libraries
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/MX/Loader.php Line: 60 Function: initialize
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/xwb/Xwb_custom_controller.php Line: 26 Function: __construct
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/xwb/libraries/XWB_purchasing_base.php Line: 136 Function: __construct
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/xwb/controllers/admin/Xwb_admin.php Line: 25 Function: __construct
File: /home2/stresertint/workflow.stresertintegrated.com/application/modules/admin/controllers/Admin.php Line: 24 Function: __construct
File: /home2/stresertint/workflow.stresertintegrated.com/index.php Line: 315 Function: require_once
A PHP Error was encountered Severity: 8192
Message: Return type of CI_Session_files_driver::write($session_id, $session_data) should either be compatible with SessionHandlerInterface::write(string $id, string $data): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Filename: drivers/Session_files_driver.php
Line Number: 235
Backtrace:
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/MX/Loader.php Line: 180 Function: _ci_load_library
File: /home2/stresertint/workflow.stresertintegrated.com/application/modules/user/libraries/Ion_auth.php Line: 66 Function: library
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/MX/Loader.php Line: 185 Function: __construct
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/MX/Loader.php Line: 196 Function: library
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/MX/Loader.php Line: 160 Function: libraries
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/MX/Loader.php Line: 60 Function: initialize
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/xwb/Xwb_custom_controller.php Line: 26 Function: __construct
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/xwb/libraries/XWB_purchasing_base.php Line: 136 Function: __construct
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/xwb/controllers/admin/Xwb_admin.php Line: 25 Function: __construct
File: /home2/stresertint/workflow.stresertintegrated.com/application/modules/admin/controllers/Admin.php Line: 24 Function: __construct
File: /home2/stresertint/workflow.stresertintegrated.com/index.php Line: 315 Function: require_once
A PHP Error was encountered Severity: 8192
Message: Return type of CI_Session_files_driver::destroy($session_id) should either be compatible with SessionHandlerInterface::destroy(string $id): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Filename: drivers/Session_files_driver.php
Line Number: 315
Backtrace:
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/MX/Loader.php Line: 180 Function: _ci_load_library
File: /home2/stresertint/workflow.stresertintegrated.com/application/modules/user/libraries/Ion_auth.php Line: 66 Function: library
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/MX/Loader.php Line: 185 Function: __construct
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/MX/Loader.php Line: 196 Function: library
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/MX/Loader.php Line: 160 Function: libraries
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/MX/Loader.php Line: 60 Function: initialize
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/xwb/Xwb_custom_controller.php Line: 26 Function: __construct
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/xwb/libraries/XWB_purchasing_base.php Line: 136 Function: __construct
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/xwb/controllers/admin/Xwb_admin.php Line: 25 Function: __construct
File: /home2/stresertint/workflow.stresertintegrated.com/application/modules/admin/controllers/Admin.php Line: 24 Function: __construct
File: /home2/stresertint/workflow.stresertintegrated.com/index.php Line: 315 Function: require_once
A PHP Error was encountered Severity: 8192
Message: Return type of CI_Session_files_driver::gc($maxlifetime) should either be compatible with SessionHandlerInterface::gc(int $max_lifetime): int|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Filename: drivers/Session_files_driver.php
Line Number: 356
Backtrace:
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/MX/Loader.php Line: 180 Function: _ci_load_library
File: /home2/stresertint/workflow.stresertintegrated.com/application/modules/user/libraries/Ion_auth.php Line: 66 Function: library
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/MX/Loader.php Line: 185 Function: __construct
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/MX/Loader.php Line: 196 Function: library
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/MX/Loader.php Line: 160 Function: libraries
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/MX/Loader.php Line: 60 Function: initialize
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/xwb/Xwb_custom_controller.php Line: 26 Function: __construct
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/xwb/libraries/XWB_purchasing_base.php Line: 136 Function: __construct
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/xwb/controllers/admin/Xwb_admin.php Line: 25 Function: __construct
File: /home2/stresertint/workflow.stresertintegrated.com/application/modules/admin/controllers/Admin.php Line: 24 Function: __construct
File: /home2/stresertint/workflow.stresertintegrated.com/index.php Line: 315 Function: require_once
A PHP Error was encountered Severity: Warning
Message: ini_set(): Session ini settings cannot be changed after headers have already been sent
Filename: Session/Session.php
Line Number: 282
Backtrace:
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/MX/Loader.php Line: 180 Function: _ci_load_library
File: /home2/stresertint/workflow.stresertintegrated.com/application/modules/user/libraries/Ion_auth.php Line: 66 Function: library
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/MX/Loader.php Line: 185 Function: __construct
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/MX/Loader.php Line: 196 Function: library
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/MX/Loader.php Line: 160 Function: libraries
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/MX/Loader.php Line: 60 Function: initialize
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/xwb/Xwb_custom_controller.php Line: 26 Function: __construct
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/xwb/libraries/XWB_purchasing_base.php Line: 136 Function: __construct
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/xwb/controllers/admin/Xwb_admin.php Line: 25 Function: __construct
File: /home2/stresertint/workflow.stresertintegrated.com/application/modules/admin/controllers/Admin.php Line: 24 Function: __construct
File: /home2/stresertint/workflow.stresertintegrated.com/index.php Line: 315 Function: require_once
A PHP Error was encountered Severity: Warning
Message: session_set_cookie_params(): Session cookie parameters cannot be changed after headers have already been sent
Filename: Session/Session.php
Line Number: 294
Backtrace:
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/MX/Loader.php Line: 180 Function: _ci_load_library
File: /home2/stresertint/workflow.stresertintegrated.com/application/modules/user/libraries/Ion_auth.php Line: 66 Function: library
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/MX/Loader.php Line: 185 Function: __construct
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/MX/Loader.php Line: 196 Function: library
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/MX/Loader.php Line: 160 Function: libraries
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/MX/Loader.php Line: 60 Function: initialize
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/xwb/Xwb_custom_controller.php Line: 26 Function: __construct
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/xwb/libraries/XWB_purchasing_base.php Line: 136 Function: __construct
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/xwb/controllers/admin/Xwb_admin.php Line: 25 Function: __construct
File: /home2/stresertint/workflow.stresertintegrated.com/application/modules/admin/controllers/Admin.php Line: 24 Function: __construct
File: /home2/stresertint/workflow.stresertintegrated.com/index.php Line: 315 Function: require_once
A PHP Error was encountered Severity: Warning
Message: ini_set(): Session ini settings cannot be changed after headers have already been sent
Filename: Session/Session.php
Line Number: 304
Backtrace:
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/MX/Loader.php Line: 180 Function: _ci_load_library
File: /home2/stresertint/workflow.stresertintegrated.com/application/modules/user/libraries/Ion_auth.php Line: 66 Function: library
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/MX/Loader.php Line: 185 Function: __construct
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/MX/Loader.php Line: 196 Function: library
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/MX/Loader.php Line: 160 Function: libraries
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/MX/Loader.php Line: 60 Function: initialize
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/xwb/Xwb_custom_controller.php Line: 26 Function: __construct
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/xwb/libraries/XWB_purchasing_base.php Line: 136 Function: __construct
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/xwb/controllers/admin/Xwb_admin.php Line: 25 Function: __construct
File: /home2/stresertint/workflow.stresertintegrated.com/application/modules/admin/controllers/Admin.php Line: 24 Function: __construct
File: /home2/stresertint/workflow.stresertintegrated.com/index.php Line: 315 Function: require_once
A PHP Error was encountered Severity: Warning
Message: ini_set(): Session ini settings cannot be changed after headers have already been sent
Filename: Session/Session.php
Line Number: 314
Backtrace:
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/MX/Loader.php Line: 180 Function: _ci_load_library
File: /home2/stresertint/workflow.stresertintegrated.com/application/modules/user/libraries/Ion_auth.php Line: 66 Function: library
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/MX/Loader.php Line: 185 Function: __construct
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/MX/Loader.php Line: 196 Function: library
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/MX/Loader.php Line: 160 Function: libraries
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/MX/Loader.php Line: 60 Function: initialize
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/xwb/Xwb_custom_controller.php Line: 26 Function: __construct
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/xwb/libraries/XWB_purchasing_base.php Line: 136 Function: __construct
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/xwb/controllers/admin/Xwb_admin.php Line: 25 Function: __construct
File: /home2/stresertint/workflow.stresertintegrated.com/application/modules/admin/controllers/Admin.php Line: 24 Function: __construct
File: /home2/stresertint/workflow.stresertintegrated.com/index.php Line: 315 Function: require_once
A PHP Error was encountered Severity: Warning
Message: ini_set(): Session ini settings cannot be changed after headers have already been sent
Filename: Session/Session.php
Line Number: 315
Backtrace:
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/MX/Loader.php Line: 180 Function: _ci_load_library
File: /home2/stresertint/workflow.stresertintegrated.com/application/modules/user/libraries/Ion_auth.php Line: 66 Function: library
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/MX/Loader.php Line: 185 Function: __construct
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/MX/Loader.php Line: 196 Function: library
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/MX/Loader.php Line: 160 Function: libraries
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/MX/Loader.php Line: 60 Function: initialize
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/xwb/Xwb_custom_controller.php Line: 26 Function: __construct
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/xwb/libraries/XWB_purchasing_base.php Line: 136 Function: __construct
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/xwb/controllers/admin/Xwb_admin.php Line: 25 Function: __construct
File: /home2/stresertint/workflow.stresertintegrated.com/application/modules/admin/controllers/Admin.php Line: 24 Function: __construct
File: /home2/stresertint/workflow.stresertintegrated.com/index.php Line: 315 Function: require_once
A PHP Error was encountered Severity: Warning
Message: ini_set(): Session ini settings cannot be changed after headers have already been sent
Filename: Session/Session.php
Line Number: 316
Backtrace:
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/MX/Loader.php Line: 180 Function: _ci_load_library
File: /home2/stresertint/workflow.stresertintegrated.com/application/modules/user/libraries/Ion_auth.php Line: 66 Function: library
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/MX/Loader.php Line: 185 Function: __construct
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/MX/Loader.php Line: 196 Function: library
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/MX/Loader.php Line: 160 Function: libraries
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/MX/Loader.php Line: 60 Function: initialize
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/xwb/Xwb_custom_controller.php Line: 26 Function: __construct
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/xwb/libraries/XWB_purchasing_base.php Line: 136 Function: __construct
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/xwb/controllers/admin/Xwb_admin.php Line: 25 Function: __construct
File: /home2/stresertint/workflow.stresertintegrated.com/application/modules/admin/controllers/Admin.php Line: 24 Function: __construct
File: /home2/stresertint/workflow.stresertintegrated.com/index.php Line: 315 Function: require_once
A PHP Error was encountered Severity: Warning
Message: ini_set(): Session ini settings cannot be changed after headers have already been sent
Filename: Session/Session.php
Line Number: 317
Backtrace:
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/MX/Loader.php Line: 180 Function: _ci_load_library
File: /home2/stresertint/workflow.stresertintegrated.com/application/modules/user/libraries/Ion_auth.php Line: 66 Function: library
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/MX/Loader.php Line: 185 Function: __construct
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/MX/Loader.php Line: 196 Function: library
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/MX/Loader.php Line: 160 Function: libraries
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/MX/Loader.php Line: 60 Function: initialize
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/xwb/Xwb_custom_controller.php Line: 26 Function: __construct
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/xwb/libraries/XWB_purchasing_base.php Line: 136 Function: __construct
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/xwb/controllers/admin/Xwb_admin.php Line: 25 Function: __construct
File: /home2/stresertint/workflow.stresertintegrated.com/application/modules/admin/controllers/Admin.php Line: 24 Function: __construct
File: /home2/stresertint/workflow.stresertintegrated.com/index.php Line: 315 Function: require_once
A PHP Error was encountered Severity: Warning
Message: ini_set(): Session ini settings cannot be changed after headers have already been sent
Filename: Session/Session.php
Line Number: 375
Backtrace:
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/MX/Loader.php Line: 180 Function: _ci_load_library
File: /home2/stresertint/workflow.stresertintegrated.com/application/modules/user/libraries/Ion_auth.php Line: 66 Function: library
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/MX/Loader.php Line: 185 Function: __construct
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/MX/Loader.php Line: 196 Function: library
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/MX/Loader.php Line: 160 Function: libraries
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/MX/Loader.php Line: 60 Function: initialize
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/xwb/Xwb_custom_controller.php Line: 26 Function: __construct
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/xwb/libraries/XWB_purchasing_base.php Line: 136 Function: __construct
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/xwb/controllers/admin/Xwb_admin.php Line: 25 Function: __construct
File: /home2/stresertint/workflow.stresertintegrated.com/application/modules/admin/controllers/Admin.php Line: 24 Function: __construct
File: /home2/stresertint/workflow.stresertintegrated.com/index.php Line: 315 Function: require_once
A PHP Error was encountered Severity: Warning
Message: ini_set(): Session ini settings cannot be changed after headers have already been sent
Filename: drivers/Session_files_driver.php
Line Number: 108
Backtrace:
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/MX/Loader.php Line: 180 Function: _ci_load_library
File: /home2/stresertint/workflow.stresertintegrated.com/application/modules/user/libraries/Ion_auth.php Line: 66 Function: library
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/MX/Loader.php Line: 185 Function: __construct
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/MX/Loader.php Line: 196 Function: library
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/MX/Loader.php Line: 160 Function: libraries
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/MX/Loader.php Line: 60 Function: initialize
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/xwb/Xwb_custom_controller.php Line: 26 Function: __construct
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/xwb/libraries/XWB_purchasing_base.php Line: 136 Function: __construct
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/xwb/controllers/admin/Xwb_admin.php Line: 25 Function: __construct
File: /home2/stresertint/workflow.stresertintegrated.com/application/modules/admin/controllers/Admin.php Line: 24 Function: __construct
File: /home2/stresertint/workflow.stresertintegrated.com/index.php Line: 315 Function: require_once
A PHP Error was encountered Severity: Warning
Message: session_set_save_handler(): Session save handler cannot be changed after headers have already been sent
Filename: Session/Session.php
Line Number: 110
Backtrace:
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/MX/Loader.php Line: 180 Function: _ci_load_library
File: /home2/stresertint/workflow.stresertintegrated.com/application/modules/user/libraries/Ion_auth.php Line: 66 Function: library
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/MX/Loader.php Line: 185 Function: __construct
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/MX/Loader.php Line: 196 Function: library
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/MX/Loader.php Line: 160 Function: libraries
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/MX/Loader.php Line: 60 Function: initialize
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/xwb/Xwb_custom_controller.php Line: 26 Function: __construct
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/xwb/libraries/XWB_purchasing_base.php Line: 136 Function: __construct
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/xwb/controllers/admin/Xwb_admin.php Line: 25 Function: __construct
File: /home2/stresertint/workflow.stresertintegrated.com/application/modules/admin/controllers/Admin.php Line: 24 Function: __construct
File: /home2/stresertint/workflow.stresertintegrated.com/index.php Line: 315 Function: require_once
A PHP Error was encountered Severity: Warning
Message: session_start(): Session cannot be started after headers have already been sent
Filename: Session/Session.php
Line Number: 143
Backtrace:
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/MX/Loader.php Line: 180 Function: _ci_load_library
File: /home2/stresertint/workflow.stresertintegrated.com/application/modules/user/libraries/Ion_auth.php Line: 66 Function: library
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/MX/Loader.php Line: 185 Function: __construct
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/MX/Loader.php Line: 196 Function: library
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/MX/Loader.php Line: 160 Function: libraries
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/MX/Loader.php Line: 60 Function: initialize
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/xwb/Xwb_custom_controller.php Line: 26 Function: __construct
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/xwb/libraries/XWB_purchasing_base.php Line: 136 Function: __construct
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/xwb/controllers/admin/Xwb_admin.php Line: 25 Function: __construct
File: /home2/stresertint/workflow.stresertintegrated.com/application/modules/admin/controllers/Admin.php Line: 24 Function: __construct
File: /home2/stresertint/workflow.stresertintegrated.com/index.php Line: 315 Function: require_once
A PHP Error was encountered Severity: 8192
Message: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated
Filename: MX/Loader.php
Line Number: 169
Backtrace:
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/MX/Loader.php Line: 169 Function: strtolower
File: /home2/stresertint/workflow.stresertintegrated.com/application/modules/user/models/Ion_auth_model.php Line: 236 Function: library
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/MX/Loader.php Line: 233 Function: __construct
File: /home2/stresertint/workflow.stresertintegrated.com/application/modules/user/libraries/Ion_auth.php Line: 68 Function: model
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/MX/Loader.php Line: 185 Function: __construct
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/MX/Loader.php Line: 196 Function: library
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/MX/Loader.php Line: 160 Function: libraries
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/MX/Loader.php Line: 60 Function: initialize
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/xwb/Xwb_custom_controller.php Line: 26 Function: __construct
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/xwb/libraries/XWB_purchasing_base.php Line: 136 Function: __construct
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/xwb/controllers/admin/Xwb_admin.php Line: 25 Function: __construct
File: /home2/stresertint/workflow.stresertintegrated.com/application/modules/admin/controllers/Admin.php Line: 24 Function: __construct
File: /home2/stresertint/workflow.stresertintegrated.com/index.php Line: 315 Function: require_once
A PHP Error was encountered Severity: Warning
Message: Cannot modify header information – headers already sent by (output started at /home2/stresertint/workflow.stresertintegrated.com/system/core/Exceptions.php:271)
Filename: helpers/url_helper.php
Line Number: 561
Backtrace:
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/xwb/Xwb_custom_controller.php Line: 33 Function: redirect
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/xwb/libraries/XWB_purchasing_base.php Line: 136 Function: __construct
File: /home2/stresertint/workflow.stresertintegrated.com/application/third_party/xwb/controllers/admin/Xwb_admin.php Line: 25 Function: __construct
File: /home2/stresertint/workflow.stresertintegrated.com/application/modules/admin/controllers/Admin.php Line: 24 Function: __construct
File: /home2/stresertint/workflow.stresertintegrated.com/index.php Line: 315 Function: require_once
Hi sila10,
Can you share your hosting details for me to check? Just send it to my email jack.tyler2318@gmail.com
i have sent my details to your email
hi looking for purchase module,I liked it, please let me know the cost for customization and support
Hi,
Thank you for contacting us and thank you for the likes. Currently we don’t accept customization of the system because we have loads of works, but you can hire a third party developer to customize it.
Thanks
its working now
Hi Brian, the new demo URL is located here: http://45.77.19.213/purchasing/