close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

error file

Thread began 9/11/2011 3:47 am by QuiruNet | Last modified 9/13/2011 6:53 am by Jason Byrnes | 1559 views | 5 replies |

QuiruNet

error file

i get this error:

Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 7020 bytes) in C:\Inetpub\vhosts\cemasce.es\subdomains\tienda\httpdocs\WA_DigitalFilePro\HelperPHP.php on line 844

how i can fix it. I send you the file..

Sign in to reply to this post

Jason ByrnesWebAssist

add the following code at line 1 of your php page:

php:
<?php

ini_set
("memory_limit""256M")
?>
Sign in to reply to this post

QuiruNet

i get that one now...

Fatal error: Maximum execution time of 30 seconds exceeded in C:\Inetpub\vhosts\cemasce.es\subdomains\tienda\httpdocs\WA_DigitalFilePro\HelperPHP.php on line 890.

I some page using the same extension, in other pages it let me insert 1 m o 2 m files, now i am traing to upload 418 kb.....

Sign in to reply to this post

Jason ByrnesWebAssist

try adding this code at line 1:

php:
<?php 

set_time_limit
(0);
/>





there are a number of PHP.ini settings that may need to be adjusted depending on the size of the files you are uploading.

see the following page for details on settings that effect file upload size:
wap_upload.asp?page=php2

Sign in to reply to this post

QuiruNet

chage

This post has been deleted.

QuiruNet

i put that way:

<?php
ini_set("memory_limit", "256M");
set_time_limit(0);
?>

i that gime the next error {insert record data assit header location, i send you the file}:

Warning: Cannot modify header information - headers already sent by (output started at C:\Inetpub\vhosts\cemasce.es\subdomains\tienda\httpdocs\admin\productos_insertar.php:5) in C:\Inetpub\vhosts\cemasce.es\subdomains\tienda\httpdocs\admin\productos_insertar.php on line 174

Attached Files
productos_insertar.zip
Sign in to reply to this post

Jason ByrnesWebAssist

you have a blank space at the end of line 4 that is causing this error:
"?> "

see the following thread for more details on troubleshooting the headers already sent error:
showthread.php?t=19285

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...