Support has been upgraded!
The Support Forum is closed. Not to worry! Providing the top quality support you expect and we're known for will continue! We're not ending support, just changing where you submit requests. This will provide you with the best experience possible.
Premium Support
Have you purchased an addon for Connections such as one of our premium templates or extensions with a valid license and you need help?
Please open a Support Ticket in your user account.
Free Support
Are you using the free Connections plugin? Don't worry, you are still very important to us! We are still providing you with the same high quality support that we're known for.
Please open a new support topic in the WordPress support forums for Connections.
Tagged: 0.7.7.1, csv import
- This topic has 3 replies, 2 voices, and was last updated 9 years, 1 month ago by
Steven Zahm.
-
AuthorPosts
-
06/26/2013 at 6:31 pm #263699
Thomas Stirling
ParticipantDon’t know what’s going on. I got a lot of errors during the CSV import saying I needed an organization name (I don’t know if that is related to this issue) and now the only thing that displays now is a bunch of code.
Here you can see the page: http://danverspublicschools.org/dhs/connections/. I have good experience with HTML and CSS and decent PHP and database experience, so tell me what you think I need to do and I can likely get it done!
06/26/2013 at 9:50 pm #263704Steven Zahm
Keymaster@ Thomas
It appears PHP error reporting is on, on the server. If you have access to the php.ini file. I recommend suppressing PHP error notices, especially on live production servers. Then you’ll have to delete the Connection entries and redo the import.
06/27/2013 at 12:17 pm #263754Thomas Stirling
ParticipantI do have access to php.ini but looking through the php.net manual, I cannot seem to determine which code I need to add to suppress the right kind of errors. Can you advise? Forgive my ignorance… Below is a copy of our php.ini file as it stands now:
register_globals = off
allow_url_fopen = offexpose_php = Off
max_input_time = 60
variables_order = “EGPCS”
extension_dir = ./
upload_tmp_dir = /tmp
precision = 12
SMTP = relay-hosting.secureserver.net
url_rewriter.tags = “a=href,area=href,frame=src,input=src,form=,fieldset=”; Only uncomment zend optimizer lines if your application requires Zend Optimizer support
;[Zend]
;zend_optimizer.optimization_level=15
;zend_extension_manager.optimizer=/usr/local/Zend/lib/Optimizer-3.3.3
;zend_extension_manager.optimizer_ts=/usr/local/Zend/lib/Optimizer_TS-3.3.3
;zend_extension=/usr/local/Zend/lib/Optimizer-3.3.3/ZendExtensionManager.so
;zend_extension_ts=/usr/local/Zend/lib/Optimizer_TS-3.3.3/ZendExtensionManager_TS.so; — Be very careful to not to disable a function which might be needed!
; — Uncomment the following lines to increase the security of your PHP site.;disable_functions = “highlight_file,ini_alter,ini_restore,openlog,passthru,
; phpinfo, exec, system, dl, fsockopen, set_time_limit,
; popen, proc_open, proc_nice,shell_exec,show_source,symlink”06/28/2013 at 11:47 am #263841Steven Zahm
Keymaster@ Thomas
This should do it:
error_reporting = E_ALL & ~E_NOTICE & ~E_WARNING
-
AuthorPosts
You cannot reply to this support topic. Please open your own support topic.