02-02-2014, 06:45 AM
I opened this topic to allow users to post the errors encountered in zipmarket and solutions offered
===============================
the first error is about Upload (error 500)
==============================
solution:
========================================================================
open this file
zipmarket/apps/upload/ajax/swfupload/doUpload.php
search in top
require_once '../../../../config.php';
remplace this with:
require_once $_SERVER['DOCUMENT_ROOT'] . '/zipmarket/config.php';
=========================================================
I invite everybody to post the errors and appropriate solutions in order to make script clean
===============================
the first error is about Upload (error 500)
==============================
solution:
========================================================================
open this file
zipmarket/apps/upload/ajax/swfupload/doUpload.php
search in top
require_once '../../../../config.php';
remplace this with:
require_once $_SERVER['DOCUMENT_ROOT'] . '/zipmarket/config.php';
=========================================================
I invite everybody to post the errors and appropriate solutions in order to make script clean