can´t add product

Markku

No avatar

2005-12-27 16:20

Help me! Everything works fine, but when I try add product I get a message:
Parse error: parse error, unexpected $ in /home/markunko/public_html/core/products-admin.php on line 1

orinoco

No avatar

2005-12-27 18:01

Open products-admin.php file in text editor (s.a. Notepad) and check first line in it - there should be php opening mark only (<?php). Download correct version.

Markku

No avatar

2005-12-27 20:41

Thank you ! Now it's working correctly?

Freakkmeister

No avatar

2006-01-12 12:00

Hello .... I've just experienced the same problem - but i had to delete all contents off products-admin.php in order to add prducts...

Yet i have another problem - after saving the products information i get:

Fatal error: Call to undefined function saveProduct() in /web/www/frac/users/iteksperten/infusions/QuickCart/actions_admin/products.php on line 47

treewood (OpenSolution)

Avatar: treewood

2006-01-12 13:28

Freakkmeister - do You have plugins installed?

Freakkmeister

No avatar

2006-01-12 13:51

I've only installed the QuickCart...

artigliere

No avatar

2006-01-13 09:19

i have a problem - after saving the products information i get:

Fatal error: Call to undefined function: imagecreatefromjpeg() in D:Inetpub\webs\tuttomodellismo.net\public\cart\libraries\\FotoJobs.php on line 239
The product is ok, but not the photo.
The site is full functionslly.

Carlo

Freakkmeister

No avatar

2006-01-13 11:43

# artigliere
Coul'd you by any chance please mail me your file called

actions_admin/products.php

?? - if i'll get it to work then i could send

libraries\\FotoJobs.php

Back to you ?


That way we both make it work ;)

Durant

No avatar

2006-01-22 17:05

I have got same problem :
Fatal error: Call to undefined function: saveproduct() in /cart/actions_admin/products.php on line 47

Please , help me ?

pankaj

No avatar

2006-01-23 09:40

I have just downloaded Quick cart V 1.3

I have a problem. When try to login, says logged in correctly. Then it throws me back to login page?

How can i solve my problem?

Please reply.

orinoco

No avatar

2006-01-23 16:25

Pankaj - there isn't quick cart version 1.3, the latest is 1.1.
What are you talking about?
Anyway - check if your browser accept cookies.

W.Rote

No avatar

2006-01-23 17:46

...is that products.php problem already solved?

I´ve got the same Fatal error: Call to undefined function: saveproduct() in /cart/actions_admin/products.php on line 47

would be nice to see an answer here. (auch in deutsch ;-) )

Thx,
Werner.

ritalcnyc

No avatar

2006-01-23 18:23

I don't understand what I need to do. I am also getting the same error message as above and i'm updated to 1.1

Parse error: parse error, unexpected $ in /home/markunko/public_html/core/products-admin.php on line 1

when i add a return, it comes up on line 2..

What should this file say?

ritalcnyc

No avatar

2006-01-23 18:24

oops not markunko, of course, my subdir

Brady

No avatar

2006-01-25 18:58

just trying to help but correct me if i'm wrong

**local PC not**
open php.ini on c:\WINNT (WinXP) or c:\Windows

1. find
; Directory in which the loadable extensions (modules) reside.
extension_dir = "" --> locate this with your php modules

sample:
; Directory in which the loadable extensions (modules) reside.
extension_dir = "C:\Program Files\Apache Group\Apache2\php\Extensions\"

2. find this line still on php.ini
;Windows Extensions
;Note that MySQL and ODBC support is now built in, so no dll is needed for it.
;
;extension=php_mbstring.dll
;extension=php_bz2.dll
;extension=php_cpdf.dll
;extension=php_crack.dll
;extension=php_curl.dll
;extension=php_db.dll
;extension=php_dba.dll
;extension=php_dbase.dll
;extension=php_dbx.dll
;extension=php_domxml.dll
;extension=php_exif.dll
;extension=php_fdf.dll
;extension=php_filepro.dll
;extension=php_gd2.dll
;extension=php_gettext.dll
;extension=php_hyperwave.dll
;extension=php_iconv.dll
;extension=php_ifx.dll
;extension=php_iisfunc.dll
;extension=php_imap.dll
;extension=php_interbase.dll
;extension=php_java.dll
;extension=php_ldap.dll
;extension=php_mcrypt.dll
;extension=php_mhash.dll
;extension=php_mime_magic.dll
;extension=php_ming.dll
;extension=php_mssql.dll
;extension=php_msql.dll
;extension=php_oci8.dll
;extension=php_openssl.dll
;extension=php_oracle.dll
;extension=php_pdf.dll
;extension=php_pgsql.dll
;extension=php_printer.dll
;extension=php_shmop.dll
;extension=php_snmp.dll
;extension=php_sockets.dll
;extension=php_sybase_ct.dll
;extension=php_w32api.dll
;extension=php_xmlrpc.dll
;extension=php_xslt.dll
;extension=php_yaz.dll
;extension=php_zip.dll

and remove the semicolon ';' into
extension=php_gd2.dll

** if you're website is online then you should ask whether the hosting company has opens all php extension ( remove the semicolons)

thx guys

Brady

No avatar

2006-01-25 18:59

just trying to help but correct me if i'm wrong

**Running on local PC **
open php.ini on c:\WINNT (WinXP) or c:\Windows

1. find
; Directory in which the loadable extensions (modules) reside.
extension_dir = "" --> locate this with your php modules

sample:
; Directory in which the loadable extensions (modules) reside.
extension_dir = "C:\Program Files\Apache Group\Apache2\php\Extensions\"

2. find this line still on php.ini
;Windows Extensions
;Note that MySQL and ODBC support is now built in, so no dll is needed for it.
;
;extension=php_mbstring.dll
;extension=php_bz2.dll
;extension=php_cpdf.dll
;extension=php_crack.dll
;extension=php_curl.dll
;extension=php_db.dll
;extension=php_dba.dll
;extension=php_dbase.dll
;extension=php_dbx.dll
;extension=php_domxml.dll
;extension=php_exif.dll
;extension=php_fdf.dll
;extension=php_filepro.dll
;extension=php_gd2.dll
;extension=php_gettext.dll
;extension=php_hyperwave.dll
;extension=php_iconv.dll
;extension=php_ifx.dll
;extension=php_iisfunc.dll
;extension=php_imap.dll
;extension=php_interbase.dll
;extension=php_java.dll
;extension=php_ldap.dll
;extension=php_mcrypt.dll
;extension=php_mhash.dll
;extension=php_mime_magic.dll
;extension=php_ming.dll
;extension=php_mssql.dll
;extension=php_msql.dll
;extension=php_oci8.dll
;extension=php_openssl.dll
;extension=php_oracle.dll
;extension=php_pdf.dll
;extension=php_pgsql.dll
;extension=php_printer.dll
;extension=php_shmop.dll
;extension=php_snmp.dll
;extension=php_sockets.dll
;extension=php_sybase_ct.dll
;extension=php_w32api.dll
;extension=php_xmlrpc.dll
;extension=php_xslt.dll
;extension=php_yaz.dll
;extension=php_zip.dll

and remove the semicolon ';' into
extension=php_gd2.dll

** if you're website is online then you should ask whether the hosting company has opens all php extension ( remove the semicolons)

thx guys

farlis

No avatar

2009-08-26 21:45

Parse error: syntax error, unexpected $end in /home/myartcom/public_html/kedai/core/products-admin.php on line 1

i am also have the same problem, my quick cart is version 1.4...

i dont understand what markku doing.. please give me, ur script please..

thank you..

Back to top
about us | contact