When I press Products in the admin areea I get this error:
Parse error: syntax error, unexpected $end in /home/forma/public_html/cms/mag/core/products-admin.php on line 1
» Quick.Cart v2.x
merci
2007-05-23 10:06
wd-media - paste the code from file core/products-admin.php (the beginning of the file) or maybe first try upload files again on server and check if you have binary mode while doing it.
if( !function_exists( 'delProduct' ) ){ /** * Delete product * @return void * @param int $iProduct */ function delProduct( $iProduct ){ delFiles( $iProduct, 1 ); dbDelProduct( $iProduct ); } // end function delProduct } ?>
wd-media
2007-05-23 10:24
I have upload again the file wit total commander and is working but before I have use core ftp. Strange
wd-media
2007-05-23 10:54
I have another error when I access now the index.php
Warning: main(lang/en.php) [function.main]: failed to open stream: No such file or directory in /home/forma/public_html/cms/mag/index.php on line 30
Fatal error: main() [function.require]: Failed opening required 'lang/en.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/forma/public_html/cms/mag/index.php on line 30
wd-media - read please error. You dont have file 'lang/en.php'. Download Quick.Cart and upload file en.php in lang/ directory
wd-media
2007-05-24 09:54
I have see that but the strange thing is that the file is there, I have solved this problem using another ftp client for upload Now I have another strange problem like when I pres on product in the admin areea it shows me a blank page no error only a white page nothing on it
merci
2007-05-24 10:31
wd-media - some people had the same problem as you, so you could use searcher to find solution... the problem is still with uploading files. Try to upload all files using Total Commander with binary mode turn on.
mimosa
2007-08-02 08:03
Solve my problem.. i just copy the code then open cpanel, that files and paste.. working properly.. thanks all..